Uses of Class
org.apache.xerces.impl.dtd.models.CMStateSet

Packages that use CMStateSet
org.apache.xerces.impl.dtd.models   
org.apache.xerces.impl.xs.models   
 

Uses of CMStateSet in org.apache.xerces.impl.dtd.models
 

Methods in org.apache.xerces.impl.dtd.models that return CMStateSet
 CMStateSet CMNode.firstPos()
           
 CMStateSet CMNode.lastPos()
           
 

Methods in org.apache.xerces.impl.dtd.models with parameters of type CMStateSet
protected  void CMUniOp.calcFirstPos(CMStateSet toSet)
           
protected abstract  void CMNode.calcFirstPos(CMStateSet toSet)
           
protected  void CMLeaf.calcFirstPos(CMStateSet toSet)
           
protected  void CMBinOp.calcFirstPos(CMStateSet toSet)
           
protected  void CMAny.calcFirstPos(CMStateSet toSet)
           
protected  void CMUniOp.calcLastPos(CMStateSet toSet)
           
protected abstract  void CMNode.calcLastPos(CMStateSet toSet)
           
protected  void CMLeaf.calcLastPos(CMStateSet toSet)
           
protected  void CMBinOp.calcLastPos(CMStateSet toSet)
           
protected  void CMAny.calcLastPos(CMStateSet toSet)
           
 void CMStateSet.intersection(CMStateSet setToAnd)
           
 void CMStateSet.setTo(CMStateSet srcSet)
           
 void CMStateSet.union(CMStateSet setToOr)
           
 

Uses of CMStateSet in org.apache.xerces.impl.xs.models
 

Methods in org.apache.xerces.impl.xs.models with parameters of type CMStateSet
protected  void XSCMUniOp.calcFirstPos(CMStateSet toSet)
           
protected  void XSCMLeaf.calcFirstPos(CMStateSet toSet)
           
protected  void XSCMBinOp.calcFirstPos(CMStateSet toSet)
           
protected  void XSCMUniOp.calcLastPos(CMStateSet toSet)
           
protected  void XSCMLeaf.calcLastPos(CMStateSet toSet)
           
protected  void XSCMBinOp.calcLastPos(CMStateSet toSet)
           
 



Copyright © 2011. All Rights Reserved.