|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.parsers.DocumentBuilderFactory
org.apache.axiom.om.impl.dom.jaxp.DOOMDocumentBuilderFactory
public class DOOMDocumentBuilderFactory
Document builder factory that conforms to JAXP.
Constructor Summary | |
---|---|
DOOMDocumentBuilderFactory()
|
Method Summary | |
---|---|
Object |
getAttribute(String arg0)
|
boolean |
getFeature(String arg0)
|
javax.xml.parsers.DocumentBuilder |
newDocumentBuilder()
|
void |
setAttribute(String arg0,
Object arg1)
|
void |
setFeature(String name,
boolean value)
|
Methods inherited from class javax.xml.parsers.DocumentBuilderFactory |
---|
getSchema, isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, isXIncludeAware, newInstance, 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 |
Constructor Detail |
---|
public DOOMDocumentBuilderFactory()
Method Detail |
---|
public javax.xml.parsers.DocumentBuilder newDocumentBuilder() throws javax.xml.parsers.ParserConfigurationException
newDocumentBuilder
in class javax.xml.parsers.DocumentBuilderFactory
javax.xml.parsers.ParserConfigurationException
public Object getAttribute(String arg0) throws IllegalArgumentException
getAttribute
in class javax.xml.parsers.DocumentBuilderFactory
IllegalArgumentException
public void setAttribute(String arg0, Object arg1) throws IllegalArgumentException
setAttribute
in class javax.xml.parsers.DocumentBuilderFactory
IllegalArgumentException
public void setFeature(String name, boolean value) throws javax.xml.parsers.ParserConfigurationException
setFeature
in class javax.xml.parsers.DocumentBuilderFactory
javax.xml.parsers.ParserConfigurationException
public boolean getFeature(String arg0) throws javax.xml.parsers.ParserConfigurationException
getFeature
in class javax.xml.parsers.DocumentBuilderFactory
javax.xml.parsers.ParserConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |