public class DOOMDocumentBuilderFactory extends DocumentBuilderFactory
Constructor and Description |
---|
DOOMDocumentBuilderFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String arg0) |
boolean |
getFeature(String arg0) |
DocumentBuilder |
newDocumentBuilder() |
void |
setAttribute(String arg0,
Object arg1) |
void |
setFeature(String name,
boolean value) |
getSchema, isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, isXIncludeAware, newInstance, newInstance, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setSchema, setValidating, setXIncludeAware
public DocumentBuilder newDocumentBuilder() throws ParserConfigurationException
newDocumentBuilder
in class DocumentBuilderFactory
ParserConfigurationException
public Object getAttribute(String arg0) throws IllegalArgumentException
getAttribute
in class DocumentBuilderFactory
IllegalArgumentException
public void setAttribute(String arg0, Object arg1) throws IllegalArgumentException
setAttribute
in class DocumentBuilderFactory
IllegalArgumentException
public void setFeature(String name, boolean value) throws ParserConfigurationException
setFeature
in class DocumentBuilderFactory
ParserConfigurationException
public boolean getFeature(String arg0) throws ParserConfigurationException
getFeature
in class DocumentBuilderFactory
ParserConfigurationException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.