|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XNodeSet | |
---|---|
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees.
TransformerImpl implements the
Transformer interface, and is the core representation
of the transformation execution.
For each node in the XML source, TransformerImpl uses the StylesheetRoot and underlying XSLT schema to determine which
template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or
none.
The Transformer works with SerializationHandler to
forward the SAX-like events produced by the
transformation to the appropriate output ContentHandler.
To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed
concurrently in separate threads. |
org.apache.xpath.axes | Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. |
org.apache.xpath.objects | Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. |
Uses of XNodeSet in org.apache.xalan.transformer |
---|
Methods in org.apache.xalan.transformer that return XNodeSet | |
---|---|
XNodeSet |
KeyTable.getNodeSetDTMByKey(QName name,
XMLString ref)
Given a valid element key, return the corresponding node list. |
XNodeSet |
KeyManager.getNodeSetDTMByKey(XPathContext xctxt,
int doc,
QName name,
XMLString ref,
PrefixResolver nscontext)
Given a valid element key, return the corresponding node list. |
Uses of XNodeSet in org.apache.xpath.axes |
---|
Methods in org.apache.xpath.axes that return XNodeSet | |
---|---|
static XNodeSet |
FilterExprIteratorSimple.executeFilterExpr(int context,
XPathContext xctxt,
PrefixResolver prefixResolver,
boolean isTopLevel,
int stackFrame,
Expression expr)
Execute the expression. |
Uses of XNodeSet in org.apache.xpath.objects |
---|
Subclasses of XNodeSet in org.apache.xpath.objects | |
---|---|
class |
XNodeSetForDOM
This class overrides the XNodeSet#object() method to provide the original Node object, NodeList object, or NodeIterator. |
class |
XNull
This class represents an XPath null object, and is capable of converting the null to other types, such as a string. |
Constructors in org.apache.xpath.objects with parameters of type XNodeSet | |
---|---|
XNodeSetForDOM(XNodeSet val)
Construct a XNodeSet object. |
|
XNodeSet(XNodeSet val)
Construct a XNodeSet object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |