Uses of Class
org.enhydra.apache.xerces.validators.common.CMNode

Packages that use CMNode
org.enhydra.apache.xerces.validators.common   
 

Uses of CMNode in org.enhydra.apache.xerces.validators.common
 

Subclasses of CMNode in org.enhydra.apache.xerces.validators.common
 class CMAny
          Content model any node.
 class CMBinOp
           
 class CMLeaf
          Content model leaf node.
 class CMUniOp
           
 

Methods in org.enhydra.apache.xerces.validators.common that return CMNode
(package private)  CMNode CMUniOp.getChild()
           
(package private)  CMNode CMBinOp.getLeft()
           
(package private)  CMNode CMBinOp.getRight()
           
 

Constructors in org.enhydra.apache.xerces.validators.common with parameters of type CMNode
DFAContentModel(CMNode syntaxTree, int leafCount)
          Constructs a DFA content model.
DFAContentModel(CMNode syntaxTree, int leafCount, boolean dtd, boolean mixed)
          Constructs a DFA content model.
CMUniOp(int type, CMNode childNode)
           
CMBinOp(int type, CMNode leftNode, CMNode rightNode)
           
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.