|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CMException | |
org.enhydra.apache.xerces.validators.common |
Uses of CMException in org.enhydra.apache.xerces.validators.common |
Methods in org.enhydra.apache.xerces.validators.common that throw CMException | |
(package private) abstract boolean |
CMNode.isNullable()
|
(package private) CMStateSet |
CMNode.firstPos()
|
(package private) CMStateSet |
CMNode.lastPos()
|
protected abstract void |
CMNode.calcFirstPos(CMStateSet toSet)
|
protected abstract void |
CMNode.calcLastPos(CMStateSet toSet)
|
(package private) boolean |
CMAny.isNullable()
|
protected void |
CMAny.calcFirstPos(CMStateSet toSet)
|
protected void |
CMAny.calcLastPos(CMStateSet toSet)
|
int |
DFAContentModel.validateContent(QName[] children,
int offset,
int length)
Check that the specified content is valid according to this content model. |
int |
DFAContentModel.whatCanGoHere(boolean fullyValid,
InsertableElementsInfo info)
Returns information about which elements can be placed at a particular point in the passed element's content model. |
(package private) boolean |
CMLeaf.isNullable()
|
protected void |
CMLeaf.calcFirstPos(CMStateSet toSet)
|
protected void |
CMLeaf.calcLastPos(CMStateSet toSet)
|
(package private) boolean |
CMUniOp.isNullable()
|
protected void |
CMUniOp.calcFirstPos(CMStateSet toSet)
|
protected void |
CMUniOp.calcLastPos(CMStateSet toSet)
|
(package private) boolean |
CMBinOp.isNullable()
|
protected void |
CMBinOp.calcFirstPos(CMStateSet toSet)
|
protected void |
CMBinOp.calcLastPos(CMStateSet toSet)
|
(package private) boolean |
CMStateSet.getBit(int bitToGet)
|
(package private) void |
CMStateSet.setBit(int bitToSet)
|
(package private) void |
CMStateSet.setTo(CMStateSet srcSet)
|
Constructors in org.enhydra.apache.xerces.validators.common that throw CMException | |
CMNode(int type)
|
|
CMAny(int type,
int uri,
int position)
Constructs a content model any. |
|
DFAContentModel(CMNode syntaxTree,
int leafCount)
Constructs a DFA content model. |
|
DFAContentModel(CMNode syntaxTree,
int leafCount,
boolean dtd,
boolean mixed)
Constructs a DFA content model. |
|
CMLeaf(QName element,
int position)
Constructs a content model leaf. |
|
CMLeaf(QName element)
Constructs a content model leaf. |
|
CMUniOp(int type,
CMNode childNode)
|
|
MixedContentModel(QName[] childList,
int[] childListType,
int offset,
int length)
Constructs a mixed content model. |
|
MixedContentModel(QName[] childList,
int[] childListType,
int offset,
int length,
boolean ordered)
Constructs a mixed content model. |
|
MixedContentModel(QName[] childList,
int[] childListType,
int offset,
int length,
boolean ordered,
boolean dtd)
Constructs a mixed content model. |
|
CMBinOp(int type,
CMNode leftNode,
CMNode rightNode)
|
|
CMStateSet(int bitCount)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |