java.lang.Object
javax.xml.parsers.DocumentBuilderFactory
gnu.xml.dom.JAXPFactory
- public final class JAXPFactory
- extends javax.xml.parsers.DocumentBuilderFactory
DOM bootstrapping API, for use with JAXP.
| Methods inherited from class javax.xml.parsers.DocumentBuilderFactory |
getSchema, isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, isXIncludeAware, newInstance, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setSchema, setValidating, setXIncludeAware |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY
private static final java.lang.String PROPERTY
- See Also:
- Constant Field Values
FEATURE
private static final java.lang.String FEATURE
- See Also:
- Constant Field Values
pf
private javax.xml.parsers.SAXParserFactory pf
secureProcessing
private boolean secureProcessing
JAXPFactory
public JAXPFactory()
- Default constructor.
newDocumentBuilder
public javax.xml.parsers.DocumentBuilder newDocumentBuilder()
throws javax.xml.parsers.ParserConfigurationException
- 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)
throws java.lang.IllegalArgumentException
- There seems to be no useful specification for attribute names
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
throws java.lang.IllegalArgumentException
- There seems to be no useful specification for attribute names
setFeature
public void setFeature(java.lang.String name,
boolean value)
throws javax.xml.parsers.ParserConfigurationException
- Description copied from class:
javax.xml.parsers.DocumentBuilderFactory
- Sets the value of the specified feature.
getFeature
public boolean getFeature(java.lang.String name)
throws javax.xml.parsers.ParserConfigurationException
- Description copied from class:
javax.xml.parsers.DocumentBuilderFactory
- Returns the value of the specified feature.