gnu.xml.dom

Class JAXPFactory


public final class JAXPFactory
extends DocumentBuilderFactory

DOM bootstrapping API, for use with JAXP.

See Also:
Consumer

Constructor Summary

JAXPFactory()
Default constructor.

Method Summary

Object
getAttribute(String name)
There seems to be no useful specification for attribute names
DocumentBuilder
newDocumentBuilder()
Constructs a JAXP document builder which uses the default JAXP SAX2 parser and the DOM implementation in this package.
void
setAttribute(String name, Object value)
There seems to be no useful specification for attribute names

Methods inherited from class javax.xml.parsers.DocumentBuilderFactory

getAttribute, getSchema, isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, isXIncludeAware, newDocumentBuilder, newInstance, setAttribute, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setSchema, setValidating, setXIncludeAware

Constructor Details

JAXPFactory

public JAXPFactory()
Default constructor.

Method Details

getAttribute

public Object getAttribute(String name)
            throws IllegalArgumentException
There seems to be no useful specification for attribute names
Overrides:
getAttribute in interface DocumentBuilderFactory


newDocumentBuilder

public DocumentBuilder newDocumentBuilder()
            throws ParserConfigurationException
Constructs a JAXP document builder which uses the default JAXP SAX2 parser and the DOM implementation in this package.
Overrides:
newDocumentBuilder in interface DocumentBuilderFactory


setAttribute

public void setAttribute(String name,
                         Object value)
            throws IllegalArgumentException
There seems to be no useful specification for attribute names
Overrides:
setAttribute in interface DocumentBuilderFactory