|
Nux 1.0a5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeWrapper | |
net.sf.saxon.xom | Low-level contributions for XOM integration with XQuery and XSLT that will become part of the Saxon-8.2 release (as already discussed with Michael Kay). |
Uses of NodeWrapper in net.sf.saxon.xom |
Subclasses of NodeWrapper in net.sf.saxon.xom | |
class |
DocumentWrapper
The root node of an XPath tree. |
Methods in net.sf.saxon.xom that return NodeWrapper | |
protected NodeWrapper |
NodeWrapper.makeWrapper(Object node,
DocumentWrapper docWrapper)
Factory method to wrap a XOM node with a wrapper that implements the Saxon NodeInfo interface. |
protected NodeWrapper |
NodeWrapper.makeWrapper(Object node,
DocumentWrapper docWrapper,
NodeWrapper parent,
int index)
Factory method to wrap a XOM node with a wrapper that implements the Saxon NodeInfo interface. |
Methods in net.sf.saxon.xom with parameters of type NodeWrapper | |
protected NodeWrapper |
NodeWrapper.makeWrapper(Object node,
DocumentWrapper docWrapper,
NodeWrapper parent,
int index)
Factory method to wrap a XOM node with a wrapper that implements the Saxon NodeInfo interface. |
Constructors in net.sf.saxon.xom with parameters of type NodeWrapper | |
NodeWrapper(Object node,
NodeWrapper parent,
int index)
This constructor is protected: nodes should be created using the wrap factory method on the DocumentWrapper class |
|
Nux 1.0a5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |