Searched refs:getNextAttribute (Results 1 – 10 of 10) sorted by relevance
81 n = dtm.getNextAttribute(n)) in getLength()103 n = dtm.getNextAttribute(n)) in getNamedItem()126 n = dtm.getNextAttribute(n)) in item()201 n = dtm.getNextAttribute(n)) in getNamedItemNS()
297 ? getFirstAttribute(context) : getNextAttribute(current); in next()314 ? getFirstAttribute(context) : getNextAttribute(current); in next()321 while (DTM.NULL != (current = getNextAttribute(current))); in next()
269 i = dtm.getNextAttribute(i)) in startNode()
1222 public int getNextAttribute(int nodeHandle) { in getNextAttribute() method in DTMDocumentImpl
1210 public int getNextAttribute(int nodeHandle) { in getNextAttribute() method in DTMDefaultBase
58 : m_cdtm.getNextAttribute(m_lastFetched); in getNextNode()
136 DTM.NULL != attr; attr = dtm.getNextAttribute(attr)) in startNode()
325 public int getNextAttribute(int nodeHandle); in getNextAttribute() method
103 node = dtm.getNextAttribute(node)) in addAttributes()
1190 attrH = getNextAttribute(attrH)) in getAttributeNode()