gnu.xml.dom
Class JAXPFactory
java.lang.Object
|
+--javax.xml.parsers.DocumentBuilderFactory
|
+--gnu.xml.dom.JAXPFactory
DOM bootstrapping API, for use with JAXP.
Author:See Also:
JAXPFactory
public JAXPFactory()
Default constructor.
getAttribute
public Object getAttribute(java.lang.String name)
There seems to be no useful specification for attribute names
Parameters:
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(java.lang.String name, java.lang.Object value)
There seems to be no useful specification for attribute names
Parameters: