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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java83 && (type() != XMLContentSpec.CONTENTSPECNODE_SEQ))
120 else if (type() == XMLContentSpec.CONTENTSPECNODE_SEQ)
138 else if (type() == XMLContentSpec.CONTENTSPECNODE_SEQ)
163 else if (type() == XMLContentSpec.CONTENTSPECNODE_SEQ)
H A DSimpleContentModel.java289 case XMLContentSpec.CONTENTSPECNODE_SEQ :
H A DDFAContentModel.java477 XMLContentSpec.CONTENTSPECNODE_SEQ
810 else if (nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_SEQ)
912 || (type == XMLContentSpec.CONTENTSPECNODE_SEQ))
1002 || (nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_SEQ))
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLContentSpec.java142 public static final short CONTENTSPECNODE_SEQ = 5; field in class:XMLContentSpec
194 * @see #CONTENTSPECNODE_SEQ
H A DBalancedDTDGrammar.java153 fOpStack[fDepth] = XMLContentSpec.CONTENTSPECNODE_SEQ;
H A DDTDGrammar.java1076 if (fOpStack[fDepth] != XMLContentSpec.CONTENTSPECNODE_SEQ && separator == XMLDTDContentModelHandler.SEPARATOR_CHOICE ) {
1087 fOpStack[fDepth] = XMLContentSpec.CONTENTSPECNODE_SEQ;
1635 case XMLContentSpec.CONTENTSPECNODE_SEQ: {
2154 case XMLContentSpec.CONTENTSPECNODE_SEQ: {
2256 || (contentSpec.type == XMLContentSpec.CONTENTSPECNODE_SEQ)) {
2359 || (contentSpec.type == XMLContentSpec.CONTENTSPECNODE_SEQ)) {
2438 contentSpec.type == XMLContentSpec.CONTENTSPECNODE_SEQ) {
H A DXMLDTDProcessor.java1737 || (contentSpec.type == XMLContentSpec.CONTENTSPECNODE_SEQ)) {

Completed in 47 milliseconds