gnu.xml.dom
public final class JAXPFactory extends DocumentBuilderFactory
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 |
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.