Searched refs:getFirstAttribute (Results 1 – 12 of 12) sorted by relevance
80 for (int n = dtm.getFirstAttribute(element); n != -1; in getLength()102 for (int n = dtm.getFirstAttribute(element); n != DTM.NULL; in getNamedItem()125 for (int n = dtm.getFirstAttribute(element); n != -1; in item()200 for (int n = dtm.getFirstAttribute(element); n != DTM.NULL; in getNamedItemNS()
297 ? getFirstAttribute(context) : getNextAttribute(current); in next()314 ? getFirstAttribute(context) : getNextAttribute(current); in next()
267 for (int i = dtm.getFirstAttribute(node); in startNode()
1112 public int getFirstAttribute(int nodeHandle) { in getFirstAttribute() method in DTMDocumentImpl1233 return getFirstAttribute(nodeHandle); in getNextAttribute()
1175 return DTM.NULL != dtm.getFirstAttribute(node); in hasAttributes()
1059 public int getFirstAttribute(int nodeHandle) in getFirstAttribute() method in DTMDefaultBase
57 ? m_cdtm.getFirstAttribute(m_context) in getNextNode()
135 for (int attr = dtm.getFirstAttribute(node); in startNode()
281 public int getFirstAttribute(int nodeHandle); in getFirstAttribute() method
101 for (int node = dtm.getFirstAttribute(src); in addAttributes()
1189 for (int attrH = getFirstAttribute(nodeHandle); DTM.NULL != attrH; in getAttributeNode()
2481 public final int getFirstAttribute(int nodeHandle) in getFirstAttribute() method in SAX2DTM2