Uses of Class nu.xom.NodeFactory

Uses in package nu.xom.converters

Methods with parameter type nu.xom.NodeFactory

Nodes
DOMConverter.convert(DocumentFragment fragment, NodeFactory factory)
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
DOMConverter.convert(org.w3c.dom.Document domDocument, NodeFactory factory)
Translates a DOM org.w3c.dom.Document object into an equivalent nu.xom.Document object as controlled by a factory.

Uses in package nu.xom

Constructors with parameter type nu.xom.NodeFactory

Builder.Builder(XMLReader parser, boolean validate, NodeFactory factory)
Creates an optionally validating Builder that reads data from the specified parser object and constructs new nodes using the specified factory object.
Builder.Builder(boolean validate, NodeFactory factory)
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.

Uses in package nu.xom.xslt

Constructors with parameter type nu.xom.NodeFactory

Creates a new XSLTransform by reading the stylesheet from the supplied document.

Copyright 2002-2009 Elliotte Rusty Harold
elharo@metalab.unc.edu