public class XmlDocumentBuilderFactory
extends javax.xml.parsers.DocumentBuilderFactory
| Constructor and Description |
|---|
XmlDocumentBuilderFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttribute(java.lang.String key) |
org.w3c.dom.DOMImplementation |
getDOMImplementation() |
boolean |
getFeature(java.lang.String key) |
javax.xml.parsers.DocumentBuilder |
newDocumentBuilder()
Creates a new SAX Parser
|
void |
setAttribute(java.lang.String key,
java.lang.Object value) |
void |
setFeature(java.lang.String key,
boolean value) |
void |
setSchema(javax.xml.validation.Schema schema) |
getSchema, isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, isXIncludeAware, newInstance, newInstance, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setValidating, setXIncludeAwarepublic javax.xml.parsers.DocumentBuilder newDocumentBuilder()
newDocumentBuilder in class javax.xml.parsers.DocumentBuilderFactorypublic java.lang.Object getAttribute(java.lang.String key)
getAttribute in class javax.xml.parsers.DocumentBuilderFactorypublic void setAttribute(java.lang.String key,
java.lang.Object value)
setAttribute in class javax.xml.parsers.DocumentBuilderFactorypublic void setSchema(javax.xml.validation.Schema schema)
setSchema in class javax.xml.parsers.DocumentBuilderFactorypublic boolean getFeature(java.lang.String key)
getFeature in class javax.xml.parsers.DocumentBuilderFactorypublic void setFeature(java.lang.String key,
boolean value)
setFeature in class javax.xml.parsers.DocumentBuilderFactorypublic org.w3c.dom.DOMImplementation getDOMImplementation()