Searched refs:getFirstAttribute (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNamedNodeMap.java82 for (int n = dtm.getFirstAttribute(element); n != -1;
104 for (int n = dtm.getFirstAttribute(element); n != DTM.NULL;
127 for (int n = dtm.getFirstAttribute(element); n != -1;
202 for (int n = dtm.getFirstAttribute(element); n != DTM.NULL;
H A DDTMTreeWalker.java269 for (int i = dtm.getFirstAttribute(node);
H A DDTMDefaultBaseTraversers.java300 ? getFirstAttribute(context) : getNextAttribute(current);
317 ? getFirstAttribute(context) : getNextAttribute(current);
H A DDTMDocumentImpl.java1114 public int getFirstAttribute(int nodeHandle) { method in class:DTMDocumentImpl
1235 return getFirstAttribute(nodeHandle);
H A DDTMDefaultBase.java1059 public int getFirstAttribute(int nodeHandle) method in class:DTMDefaultBase
H A DDTMNodeProxy.java1236 return DTM.NULL != dtm.getFirstAttribute(node);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DAttributeIterator.java54 * Get the next node via getFirstAttribute && getNextAttribute.
59 ? m_cdtm.getFirstAttribute(m_context)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java283 public int getFirstAttribute(int nodeHandle); method in interface:DTM
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java829 public int getFirstAttribute(int nodeHandle) method in class:AdaptiveResultTreeImpl
832 return _dom.getFirstAttribute(nodeHandle);
835 return super.getFirstAttribute(nodeHandle);
H A DSAXImpl.java1034 for (int a = getFirstAttribute(node); a != DTM.NULL; a = getNextAttribute(a))
1089 for (int attr = getFirstAttribute(element);
1497 for (node = getFirstAttribute(node);
H A DSimpleResultTreeImpl.java749 public int getFirstAttribute(int nodeHandle) method in class:SimpleResultTreeImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java1199 for (int attrH = getFirstAttribute(nodeHandle); DTM.NULL != attrH;
H A DSAX2DTM2.java2476 * The optimized version of DTMDefaultBase.getFirstAttribute().
2483 public final int getFirstAttribute(int nodeHandle) method in class:SAX2DTM2

Completed in 85 milliseconds