Uses of Class
org.teiid.query.xquery.saxon.NodeWrapper

Packages that use NodeWrapper
org.teiid.query.xquery.saxon   
 

Uses of NodeWrapper in org.teiid.query.xquery.saxon
 

Subclasses of NodeWrapper in org.teiid.query.xquery.saxon
 class DocumentWrapper
          The root node of an XPath tree.
 

Methods in org.teiid.query.xquery.saxon that return NodeWrapper
protected  NodeWrapper NodeWrapper.makeWrapper(nu.xom.Node node, DocumentWrapper docWrapper)
          Factory method to wrap a XOM node with a wrapper that implements the Saxon NodeInfo interface.
protected  NodeWrapper NodeWrapper.makeWrapper(nu.xom.Node 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 org.teiid.query.xquery.saxon with parameters of type NodeWrapper
protected  NodeWrapper NodeWrapper.makeWrapper(nu.xom.Node 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 org.teiid.query.xquery.saxon with parameters of type NodeWrapper
NodeWrapper(nu.xom.Node node, NodeWrapper parent, int index)
          This constructor is protected: nodes should be created using the wrap factory method on the DocumentWrapper class
 



Copyright © 2011. All Rights Reserved.