java.lang.Object | +--javax.xml.parsers.DocumentBuilderFactory | +--gnu.xml.dom.JAXPFactory
Consumer
Default constructor. |
java.lang.Object | getAttribute(java.lang.String name) There seems to be no useful specification for attribute names |
Constructs a JAXP document builder which uses the default JAXP SAX2 parser and the DOM implementation in this package. | |
void | setAttribute(java.lang.String name, java.lang.Object value) There seems to be no useful specification for attribute names |
public JAXPFactory()
public Object getAttribute(java.lang.String name)
public DocumentBuilder newDocumentBuilder()
public void setAttribute(java.lang.String name, java.lang.Object value)