gnu.xml.dom
Class JAXPFactory
public final class JAXPFactory
DOM bootstrapping API, for use with JAXP.
Consumer
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
|
getAttribute , getSchema , isCoalescing , isExpandEntityReferences , isIgnoringComments , isIgnoringElementContentWhitespace , isNamespaceAware , isValidating , isXIncludeAware , newDocumentBuilder , newInstance , setAttribute , setCoalescing , setExpandEntityReferences , setIgnoringComments , setIgnoringElementContentWhitespace , setNamespaceAware , setSchema , setValidating , setXIncludeAware |
JAXPFactory
public JAXPFactory()
Default constructor.
getAttribute
public Object getAttribute(String name)
throws IllegalArgumentException
There seems to be no useful specification for attribute names
- getAttribute in interface DocumentBuilderFactory
setAttribute
public void setAttribute(String name,
Object value)
throws IllegalArgumentException
There seems to be no useful specification for attribute names
- setAttribute in interface DocumentBuilderFactory