Searched refs:nextNSNode (Results 1 – 1 of 1) sorted by relevance
3259 int nextNSNode; in copyNS() local3267 nextNSNode = makeNodeIdentity(nsContext.elementAt(0)); in copyNS()3270 nextNSNode = getNextNamespaceNode2(nodeID); in copyNS()3273 while (nextNSNode != DTM.NULL) { in copyNS()3275 int eType = _exptype2(nextNSNode); in copyNS()3279 int dataIndex = m_dataOrQName.elementAt(nextNSNode); in copyNS()3292 nextNSNode = makeNodeIdentity(nsContext.elementAt(nsIndex)); in copyNS()3299 nextNSNode = getNextNamespaceNode2(nextNSNode); in copyNS()