Searched refs:getContextNodeList (Results 1 – 6 of 6) sorted by relevance
71 m_contextNodeList = m_transformer.getContextNodeList(); in resetState()134 public NodeIterator getContextNodeList() { in getContextNodeList() method in XalanTransformState138 return new org.apache.xml.dtm.ref.DTMNodeIterator(m_transformer.getContextNodeList()); in getContextNodeList()
117 NodeIterator getContextNodeList(); in getContextNodeList() method
2547 public DTMIterator getContextNodeList() in getContextNodeList() method in TransformerImpl2552 DTMIterator cnl = m_xcontext.getContextNodeList(); in getContextNodeList()
71 DTMIterator cnl = xctxt.getContextNodeList(); in getCountOfContextNodeList()
72 DTMIterator cnl = xctxt.getContextNodeList(); in getPositionInContextNodeList()
679 public final DTMIterator getContextNodeList() in getContextNodeList() method in XPathContext1044 DTMIterator cnl = getContextNodeList(); in getContextNodes()1112 return new org.apache.xml.dtm.ref.DTMNodeIterator(getContextNodeList()); in getContextNodes()