|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XNodeSet | |
org.apache.xalan.xpath | |
org.apache.xalan.xslt | |
org.apache.xalan.xslt.extensions |
Uses of XNodeSet in org.apache.xalan.xpath |
Methods in org.apache.xalan.xpath that return XNodeSet | |
XNodeSet |
XPath.locationPath(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
NodeCallback callback,
java.lang.Object callbackInfo,
boolean stopAtFirst)
**For advanced use only** Execute a location path. |
XNodeSet |
SimpleNodeLocator.connectToNodes(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
java.util.Vector connectArgs)
**For advanced use only** Execute a connection (if it was not executed by the static connect method) and process the following LocationPath, if it is present. |
XNodeSet |
SimpleNodeLocator.union(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
NodeCallback callback,
java.lang.Object callbackInfo)
**For advanced use only** Computes the union of its operands which must be node-sets. |
XNodeSet |
SimpleNodeLocator.locationPath(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
NodeCallback callback,
java.lang.Object callbackInfo,
boolean stopAtFirst)
**For advanced use only** Execute a location path. |
XNodeSet |
XLocator.connectToNodes(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
java.util.Vector connectArgs)
**For advanced use only** Execute a connection (if it was not executed by the static connect method) and process the following LocationPath, if it is present. |
XNodeSet |
XLocator.union(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
NodeCallback callback,
java.lang.Object callbackInfo)
**For advanced use only** Execute a union. |
XNodeSet |
XLocator.locationPath(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
NodeCallback callback,
java.lang.Object callbackInfo,
boolean stopAtFirst)
**For advanced use only** Execute a location path. |
Uses of XNodeSet in org.apache.xalan.xslt |
Methods in org.apache.xalan.xslt that return XNodeSet | |
XNodeSet |
XSLTProcessor.createXNodeSet(org.w3c.dom.NodeList nl)
Convenience function to create an XNodeSet. |
XNodeSet |
XSLTProcessor.createXNodeSet(org.w3c.dom.Node n)
Convenience function to create an XNodeSet from a node. |
XNodeSet |
XSLTEngineImpl.createXNodeSet(org.w3c.dom.NodeList nl)
**For advanced use only** Convenience function to create an XNodeSet. |
XNodeSet |
XSLTEngineImpl.createXNodeSet(org.w3c.dom.Node n)
**For advanced use only** Convenience function to create an XNodeSet from a node. |
Uses of XNodeSet in org.apache.xalan.xslt.extensions |
Methods in org.apache.xalan.xslt.extensions that return XNodeSet | |
XNodeSet |
RowSetLocator.connectToNodes(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
java.util.Vector connectArgs)
Execute a connection and process the LocationPath, The arguments to the static connect function are re-passed to this function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |