|
BEA Systems, Inc. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CMException | |
weblogic.apache.xerces.validators.common |
Uses of CMException in weblogic.apache.xerces.validators.common |
Methods in weblogic.apache.xerces.validators.common that throw CMException | |
XMLContentModel |
Grammar.getElementContentModel(int elementDeclIndex)
|
protected abstract void |
CMNode.calcFirstPos(weblogic.apache.xerces.validators.common.CMStateSet toSet)
|
protected abstract void |
CMNode.calcLastPos(weblogic.apache.xerces.validators.common.CMStateSet toSet)
|
protected void |
CMLeaf.calcFirstPos(weblogic.apache.xerces.validators.common.CMStateSet toSet)
|
protected void |
CMLeaf.calcLastPos(weblogic.apache.xerces.validators.common.CMStateSet toSet)
|
protected void |
CMUniOp.calcFirstPos(weblogic.apache.xerces.validators.common.CMStateSet toSet)
|
protected void |
CMUniOp.calcLastPos(weblogic.apache.xerces.validators.common.CMStateSet toSet)
|
protected void |
CMBinOp.calcFirstPos(weblogic.apache.xerces.validators.common.CMStateSet toSet)
|
protected void |
CMBinOp.calcLastPos(weblogic.apache.xerces.validators.common.CMStateSet toSet)
|
protected void |
CMAny.calcFirstPos(weblogic.apache.xerces.validators.common.CMStateSet toSet)
|
protected void |
CMAny.calcLastPos(weblogic.apache.xerces.validators.common.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.validateContent(QName[] children,
int offset,
int length,
boolean parentCheck,
int depth)
|
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. |
Constructors in weblogic.apache.xerces.validators.common that throw CMException | |
CMLeaf.CMLeaf(QName element,
int position)
Constructs a content model leaf. |
|
CMLeaf.CMLeaf(QName element)
Constructs a content model leaf. |
|
CMUniOp.CMUniOp(int type,
CMNode childNode)
|
|
MixedContentModel.MixedContentModel(QName[] childList,
int[] childListType,
int offset,
int length)
Constructs a mixed content model. |
|
MixedContentModel.MixedContentModel(QName[] childList,
int[] childListType,
int offset,
int length,
boolean ordered)
Constructs a mixed content model. |
|
MixedContentModel.MixedContentModel(QName[] childList,
int[] childListType,
int offset,
int length,
boolean ordered,
boolean dtd)
Constructs a mixed content model. |
|
CMBinOp.CMBinOp(int type,
CMNode leftNode,
CMNode rightNode)
|
|
CMAny.CMAny(int type,
int uri,
int position)
Constructs a content model any. |
|
DFAContentModel.DFAContentModel(CMNode syntaxTree,
int leafCount)
Constructs a DFA content model. |
|
DFAContentModel.DFAContentModel(CMNode syntaxTree,
int leafCount,
boolean dtd)
Constructs a DFA content model. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs60 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |