Searched defs:nsNode (Results 1 - 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DAVTPart.java54 * @param nsNode The current namespace context (stylesheet tree context).
60 org.apache.xml.utils.PrefixResolver nsNode)
58 evaluate( XPathContext xctxt, FastStringBuffer buf, int context, org.apache.xml.utils.PrefixResolver nsNode) argument
H A DAVTPartSimple.java84 * @param nsNode The current namespace context (stylesheet tree context).
88 org.apache.xml.utils.PrefixResolver nsNode)
86 evaluate(XPathContext xctxt, FastStringBuffer buf, int context, org.apache.xml.utils.PrefixResolver nsNode) argument
H A DAVTPartXPath.java84 * @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);
98 AVTPartXPath( String val, org.apache.xml.utils.PrefixResolver nsNode, XPathParser xpathProcessor, XPathFactory factory, XPathContext liaison) argument
130 evaluate( XPathContext xctxt, FastStringBuffer buf, int context, org.apache.xml.utils.PrefixResolver nsNode) argument
H A DAVT.java480 * @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);
486 evaluate( XPathContext xctxt, int context, org.apache.xml.utils.PrefixResolver nsNode) argument

Completed in 279 milliseconds