Frames | No Frames |
Methods with parameter type nu.xom.NodeFactory | |
Nodes |
Translates a DOM org.w3c.dom.DocumentFragment
object into an equivalent nu.xom.Nodes object,
converting each DOM node as specified by a factory. |
Document |
Translates a DOM org.w3c.dom.Document object
into an equivalent nu.xom.Document object as
controlled by a factory. |
Constructors with parameter type nu.xom.NodeFactory | |
Creates an optionally validating Builder that reads
data from the specified parser object and constructs new nodes
using the specified factory object. | |
Creates a Builder based on an optionally
validating parser that builds node objects with the supplied
factory. | |
Creates a Builder that uses
the specified NodeFactory to create
node objects. |
Methods with return type nu.xom.NodeFactory | |
NodeFactory |
Returns this builder's NodeFactory . |
Constructors with parameter type nu.xom.NodeFactory | |
Creates a new XSLTransform by
reading the stylesheet from the supplied document. |