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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMUniOp.java84 && (type() != XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE))
112 if (type() == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE)
H A DSimpleContentModel.java250 case XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE :
H A DDFAContentModel.java859 else if ((nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE)
866 || nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE)
1008 || nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLContentSpec.java136 public static final short CONTENTSPECNODE_ONE_OR_MORE = 3; field in class:XMLContentSpec
192 * @see #CONTENTSPECNODE_ONE_OR_MORE
H A DBalancedDTDGrammar.java181 fGroupIndexStack[fDepth][currentIndex] = addContentSpecNode(XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE, fGroupIndexStack[fDepth][currentIndex], -1);
H A DDTDGrammar.java1115 fNodeIndexStack[fDepth] = addContentSpecNode(XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE, fNodeIndexStack[fDepth], -1 );
1553 } else if( nextContentSpec == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
1587 } else if( nextContentSpec == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
1601 case XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE: {
1620 } else if( nextContentSpec == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
2105 if (parentContentSpecType == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
2121 if (parentContentSpecType == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
2136 case XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE: {
2137 if (parentContentSpecType == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
2281 || (contentSpec.type == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE)) {
[all...]
H A DXMLDTDProcessor.java1746 || contentSpec.type == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE) {

Completed in 338 milliseconds