gnu.xml.dom

Class JAXPFactory

public final class JAXPFactory extends DocumentBuilderFactory

DOM bootstrapping API, for use with JAXP.

Version: $Date: 2001/11/19 03:24:56 $

Author: David Brownell

See Also:

Constructor Summary
JAXPFactory()
Default constructor.
Method Summary
ObjectgetAttribute(String name)
There seems to be no useful specification for attribute names
DocumentBuildernewDocumentBuilder()
Constructs a JAXP document builder which uses the default JAXP SAX2 parser and the DOM implementation in this package.
voidsetAttribute(String name, Object value)
There seems to be no useful specification for attribute names

Constructor Detail

JAXPFactory

public JAXPFactory()
Default constructor.

Method Detail

getAttribute

public Object getAttribute(String name)
There seems to be no useful specification for attribute names

newDocumentBuilder

public DocumentBuilder newDocumentBuilder()
Constructs a JAXP document builder which uses the default JAXP SAX2 parser and the DOM implementation in this package.

setAttribute

public void setAttribute(String name, Object value)
There seems to be no useful specification for attribute names

Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.