HomeSort by relevance Sort by last modified time
    Searched refs:getDTMHandleFromNode (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/main/java/org/apache/xpath/
CachedXPathAPI.java 292 int ctxtNode = xpathSupport.getDTMHandleFromNode(contextNode);
336 int ctxtNode = xpathSupport.getDTMHandleFromNode(contextNode);
XPathAPI.java 240 int ctxtNode = xpathSupport.getDTMHandleFromNode(contextNode);
284 int ctxtNode = xpathSupport.getDTMHandleFromNode(contextNode);
XPathContext.java 182 public int getDTMHandleFromNode(org.w3c.dom.Node node)
184 return m_dtmManager.getDTMHandleFromNode(node);
    [all...]
NodeSetDTM.java 150 int handle = xctxt.getDTMHandleFromNode(node);
171 int handle = xctxt.getDTMHandleFromNode(node);
    [all...]
XPath.java 304 xctxt, xctxt.getDTMHandleFromNode(contextNode),
  /libcore/luni/src/main/java/org/apache/xml/dtm/
DTMManager.java 204 public abstract int getDTMHandleFromNode(org.w3c.dom.Node node);
  /libcore/luni/src/main/java/org/apache/xpath/objects/
XNodeSetForDOM.java 44 int dtmHandle = dtmMgr.getDTMHandleFromNode(node);
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 295 xctxt.getDTMHandleFromNode(sourceNode),
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 491 synchronized public int getDTMHandleFromNode(org.w3c.dom.Node node)
494 throw new IllegalArgumentException(XMLMessages.createXMLMessage(XMLErrorResources.ER_NODE_NON_NULL, null)); //"node must be non-null for getDTMHandleFromNode!");
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java     [all...]

Completed in 165 milliseconds