|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.parsers.DocumentBuilderFactory
org.eclipse.ercp.jaxp.implForCore.DocumentBuilderFactoryImpl
public class DocumentBuilderFactoryImpl
Implementation of the DocumentBuilderFactory
Constructor Summary | |
---|---|
DocumentBuilderFactoryImpl()
Constructor for DocumentBuilderFactoryImpl. |
Method Summary | |
---|---|
java.lang.Object |
getAttribute(java.lang.String name)
Allows the user to retrieve specific attributes on the underlying implementation. |
DocumentBuilder |
newDocumentBuilder()
Creates a new instance of a DocumentBuilder
using the currently configured parameters. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Allows the user to set specific attributes on the underlying implementation. |
Methods inherited from class javax.xml.parsers.DocumentBuilderFactory |
---|
isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, newInstance, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setValidating |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentBuilderFactoryImpl()
Method Detail |
---|
public java.lang.Object getAttribute(java.lang.String name) throws java.lang.IllegalArgumentException
DocumentBuilderFactory
getAttribute
in class DocumentBuilderFactory
name
- The name of the attribute.
java.lang.IllegalArgumentException
- thrown if the underlying
implementation doesn't recognize the attribute.DocumentBuilderFactory.getAttribute(String)
public void setAttribute(java.lang.String name, java.lang.Object value) throws java.lang.IllegalArgumentException
DocumentBuilderFactory
setAttribute
in class DocumentBuilderFactory
name
- The name of the attribute.value
- The value of the attribute.
java.lang.IllegalArgumentException
- thrown if the underlying
implementation doesn't recognize the attribute.DocumentBuilderFactory.setAttribute(String, Object)
public DocumentBuilder newDocumentBuilder() throws ParserConfigurationException
DocumentBuilderFactory
DocumentBuilder
using the currently configured parameters.
newDocumentBuilder
in class DocumentBuilderFactory
ParserConfigurationException
- if a DocumentBuilder
cannot be created which satisfies the configuration requested.DocumentBuilderFactory.newDocumentBuilder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |