private int fEpsilonIndex = -1;
private final CMNode
buildSyntaxTree(int startNode, XMLContentSpecNode specNode) throws CMException
{
// We will build a node at this level for the new tree
CMNode nodeRet = null;
getContentSpecNode(startNode, specNode);
//
// If this node is a leaf, then its an easy one. We just add it
// to the tree.