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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSimpleResultTreeImpl.java79 static final int NO_TYPE = -1; field in class:SimpleResultTreeImpl.SimpleIterator
85 int _type = NO_TYPE;
109 if (_type != NO_TYPE) {
125 if (_type != NO_TYPE) {
174 static final int NO_TYPE = -1; field in class:SimpleResultTreeImpl.SingletonIterator
175 int _type = NO_TYPE;
210 if (_type != NO_TYPE) {
H A DMultiDOM.java50 private static final int NO_TYPE = DOM.FIRST_TYPE - 2; field in class:MultiDOM
97 if (_type == NO_TYPE) {
402 return new AxisIterator(axis, NO_TYPE);
H A DSAXImpl.java1188 if (type == NO_TYPE) {
1241 if (ns == NO_TYPE) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java41 public final static int NO_TYPE = -1; field in interface:DOM
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A Dxpath.cup583 int nodeType = DOM.NO_TYPE;
682 DOM.NO_TYPE, null);
695 int nodeType = DOM.NO_TYPE;
H A DMode.java365 if (kernelType == DOM.NO_TYPE) {
H A DXPathParser.java2040 int nodeType = DOM.NO_TYPE;
2112 DOM.NO_TYPE, null);
2243 int nodeType = DOM.NO_TYPE;

Completed in 74 milliseconds