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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMUniOp.java82 if ((type() != XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE)
H A DSimpleContentModel.java214 case XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE :
H A DDFAContentModel.java860 || (nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE))
890 else if (nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE) {
1009 || nodeCur.type() == XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLContentSpec.java130 public static final short CONTENTSPECNODE_ZERO_OR_ONE = 1; field in class:XMLContentSpec
190 * @see #CONTENTSPECNODE_ZERO_OR_ONE
H A DBalancedDTDGrammar.java175 fGroupIndexStack[fDepth][currentIndex] = addContentSpecNode(XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE, fGroupIndexStack[fDepth][currentIndex], -1);
H A DDTDGrammar.java1111 fNodeIndexStack[fDepth] = addContentSpecNode(XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE, fNodeIndexStack[fDepth], -1);
1545 case XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE: {
1555 nextContentSpec == XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE ) {
1589 nextContentSpec == XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE ) {
1622 nextContentSpec == XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE ) {
2104 case XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE: {
2107 parentContentSpecType == XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE ) {
2123 parentContentSpecType == XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE ) {
2139 parentContentSpecType == XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE ) {
2279 } else if ((contentSpec.type == XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE)
[all...]
H A DXMLDTDProcessor.java1745 || contentSpec.type == XMLContentSpec.CONTENTSPECNODE_ZERO_OR_ONE

Completed in 56 milliseconds