Uses of Class
nu.xom.NodeFactory

Packages that use NodeFactory
nu.xom nu.xom is the core package of XOM that contains all the basic classes representing the different kinds of nodes: elements, attributes, comments, text nodes, and so forth. 
nu.xom.xslt nu.xom.xslt connects XOM documents to TrAX-based XSLT processors. 
 

Uses of NodeFactory in nu.xom
 

Methods in nu.xom that return NodeFactory
 NodeFactory Builder.getNodeFactory()
           If a custom NodeFactory was passed to the constructor, then this method returns a reference to it.
 

Constructors in nu.xom with parameters of type NodeFactory
Builder(boolean validate, NodeFactory factory)
           Creates a Builder based on a fully validating parser that builds node objects with the supplied factory.
Builder(NodeFactory factory)
           Creates a Builder that uses the specified NodeFactory to create node objects.
Builder(org.xml.sax.XMLReader parser, boolean validate, NodeFactory factory)
           Creates a Builder that reads data from the specified parser object and constructs new nodes using the specified factory object.
 

Uses of NodeFactory in nu.xom.xslt
 

Methods in nu.xom.xslt with parameters of type NodeFactory
 void XSLTransform.setNodeFactory(NodeFactory factory)
           Sets the factory used to construct nodes in the output tree.
 



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