AbstractNodeWrapper |
A node in the XML parse tree representing an XML element, character content, or attribute.
|
AbstractVirtualNode |
AbstractVirtualNode is an abstract superclass for VirtualNode implementations in which
the underlying node is itself a Saxon NodeInfo.
|
RebasedDocument |
A RebasedDocument represents a view of a real Document in which all nodes are mapped to a different
base URI and/or system ID using supplied mapping functions.
|
RebasedNode |
A RebasedNode is a view of a node, in a virtual tree that maps the base URI and/or
system ID to new values
|
SnapshotNode |
This class represents a node within a tree produced by the snapshot() function, as a virtual copy of
the relevant nodes in another tree.
|
SpaceStrippedDocument |
A SpaceStrippedDocument represents a view of a real Document in which selected
whitespace text nodes are treated as having been stripped.
|
SpaceStrippedNode |
A StrippedNode is a view of a node, in a virtual tree that has whitespace
text nodes stripped from it.
|
TypeStrippedDocument |
A TypeStrippedDocument represents a view of a real Document in which all nodes are
untyped
|
TypeStrippedNode |
A TypeStrippedNode is a view of a node, in a virtual tree that has type
annotations stripped from it.
|
VirtualCopy |
This class represents a node that is a virtual copy of another node: that is, it behaves as a node that's the
same as another node, but has different identity.
|
VirtualCopy.VirtualCopier |
VirtualCopier implements the XPath axes as applied to a VirtualCopy node.
|
VirtualTreeInfo |
Implementation of TreeInfo for a Virtual Copy tree
|
VirtualUntypedCopy |
This class represents a virtual copy of a node with type annotations stripped
|
WrappingIterator |
A WrappingIterator delivers wrappers for the nodes delivered
by its underlying iterator.
|