Searched refs:CONTENTSPECNODE_CHOICE (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java82 if ((type() != XMLContentSpec.CONTENTSPECNODE_CHOICE)
118 if (type() == XMLContentSpec.CONTENTSPECNODE_CHOICE)
132 if (type() == XMLContentSpec.CONTENTSPECNODE_CHOICE)
157 if (type() == XMLContentSpec.CONTENTSPECNODE_CHOICE)
H A DSimpleContentModel.java270 case XMLContentSpec.CONTENTSPECNODE_CHOICE :
H A DDFAContentModel.java804 if (nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_CHOICE)
911 if ((type == XMLContentSpec.CONTENTSPECNODE_CHOICE)
914 if (type == XMLContentSpec.CONTENTSPECNODE_CHOICE)
1001 else if ((nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_CHOICE)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLContentSpec.java139 public static final short CONTENTSPECNODE_CHOICE = 4; field in class:XMLContentSpec
193 * @see #CONTENTSPECNODE_CHOICE
H A DBalancedDTDGrammar.java150 fOpStack[fDepth] = XMLContentSpec.CONTENTSPECNODE_CHOICE;
H A DDTDGrammar.java1051 fNodeIndexStack[fDepth] = addContentSpecNode(XMLContentSpec.CONTENTSPECNODE_CHOICE,
1081 fOpStack[fDepth] = XMLContentSpec.CONTENTSPECNODE_CHOICE;
1082 } else if (fOpStack[fDepth] != XMLContentSpec.CONTENTSPECNODE_CHOICE && separator == XMLDTDContentModelHandler.SEPARATOR_SEQUENCE) {
1634 case XMLContentSpec.CONTENTSPECNODE_CHOICE:
1718 fNodeIndexStack[0] = addContentSpecNode(XMLContentSpec.CONTENTSPECNODE_CHOICE,
2153 case XMLContentSpec.CONTENTSPECNODE_CHOICE:
2162 if (type == XMLContentSpec.CONTENTSPECNODE_CHOICE) {
2255 } else if ((contentSpec.type == XMLContentSpec.CONTENTSPECNODE_CHOICE)
2358 if ((contentSpec.type == XMLContentSpec.CONTENTSPECNODE_CHOICE)
2437 if (contentSpec.type == XMLContentSpec.CONTENTSPECNODE_CHOICE ||
[all...]
H A DXMLDTDProcessor.java1736 else if ((contentSpec.type == XMLContentSpec.CONTENTSPECNODE_CHOICE)

Completed in 53 milliseconds