Uses of Class
net.sf.saxon.option.xom.XOMDocumentWrapper
-
Packages that use XOMDocumentWrapper Package Description net.sf.saxon.option.xom -
-
Uses of XOMDocumentWrapper in net.sf.saxon.option.xom
Fields in net.sf.saxon.option.xom declared as XOMDocumentWrapper Modifier and Type Field Description protected XOMDocumentWrapperXOMNodeWrapper. docWrapperMethods in net.sf.saxon.option.xom with parameters of type XOMDocumentWrapper Modifier and Type Method Description protected XOMNodeWrapperXOMNodeWrapper. makeWrapper(nu.xom.Node node, XOMDocumentWrapper docWrapper)Factory method to wrap a XOM node with a wrapper that implements the Saxon NodeInfo interface.protected XOMNodeWrapperXOMNodeWrapper. makeWrapper(nu.xom.Node node, XOMDocumentWrapper docWrapper, XOMNodeWrapper parent, int index)Factory method to wrap a XOM node with a wrapper that implements the Saxon NodeInfo interface.
-