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

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMUniOp.java44 && (type() != XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE))
72 if (type() == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE)
H A DSimpleContentModel.java210 case XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE :
H A DDFAContentModel.java816 else if ((nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE)
823 || nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE)
965 || nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLContentSpec.java96 public static final short CONTENTSPECNODE_ONE_OR_MORE = 3; field in class:XMLContentSpec
152 * @see #CONTENTSPECNODE_ONE_OR_MORE
H A DBalancedDTDGrammar.java180 fGroupIndexStack[fDepth][currentIndex] = addContentSpecNode(XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE, fGroupIndexStack[fDepth][currentIndex], -1);
H A DDTDGrammar.java1074 fNodeIndexStack[fDepth] = addContentSpecNode(XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE, fNodeIndexStack[fDepth], -1 );
1515 } else if( nextContentSpec == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
1549 } else if( nextContentSpec == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
1563 case XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE: {
1582 } else if( nextContentSpec == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
2067 if (parentContentSpecType == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
2083 if (parentContentSpecType == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
2098 case XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE: {
2099 if (parentContentSpecType == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE ||
2243 || (contentSpec.type == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE)) {
[all...]
H A DXMLDTDProcessor.java1705 || contentSpec.type == XMLContentSpec.CONTENTSPECNODE_ONE_OR_MORE) {

Completed in 111 milliseconds