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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodegetnextsibling.java 62 Node nsNode;
67 nsNode = employeeIdNode.getNextSibling();
68 nsName = nsNode.getNodeName();
71 nsNode = nsNode.getNextSibling();
72 nsName = nsNode.getNodeName();
hc_nodegetnextsibling.java 65 Node nsNode;
70 nsNode = emNode.getNextSibling();
71 nsName = nsNode.getNodeName();
hc_nodegetnextsiblingnull.java 66 Node nsNode;
71 nsNode = lcNode.getNextSibling();
72 assertNull("nodeGetNextSiblingNullAssert1", nsNode);
nodegetnextsiblingnull.java 67 Node nsNode;
72 nsNode = lcNode.getNextSibling();
73 assertNull("nodeGetNextSiblingNullAssert1", nsNode);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPartXPath.java 84 * @param nsNode An object which can be used to determine the
99 String val, org.apache.xml.utils.PrefixResolver nsNode,
104 m_xpath = new XPath(val, null, nsNode, XPath.SELECT, liaison.getErrorListener());
126 * @param nsNode The current namespace context (stylesheet tree context).
131 XPathContext xctxt, FastStringBuffer buf, int context, org.apache.xml.utils.PrefixResolver nsNode)
135 XObject xobj = m_xpath.execute(xctxt, context, nsNode);
AVTPart.java 54 * @param nsNode The current namespace context (stylesheet tree context).
60 org.apache.xml.utils.PrefixResolver nsNode)
AVTPartSimple.java 84 * @param nsNode The current namespace context (stylesheet tree context).
88 org.apache.xml.utils.PrefixResolver nsNode)
AVT.java 480 * @param nsNode The current namespace context (stylesheet tree context).
487 XPathContext xctxt, int context, org.apache.xml.utils.PrefixResolver nsNode)
499 part.evaluate(xctxt, buf, context, nsNode);
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 89 milliseconds