org.apache.xerces.jaxp
Class DocumentBuilderFactoryImpl
java.lang.Object
javax.xml.parsers.DocumentBuilderFactory
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
public class DocumentBuilderFactoryImpl
extends javax.xml.parsers.DocumentBuilderFactory
Version:
- Rajiv Mordani
- Edwin Goei
Object | getAttribute(String name) - Allows the user to retrieve specific attributes on the underlying
implementation.
|
javax.xml.parsers.DocumentBuilder | newDocumentBuilder() - Creates a new instance of a
javax.xml.parsers.DocumentBuilder
using the currently configured parameters.
|
void | setAttribute(String name, Object value) - Allows the user to set specific attributes on the underlying
implementation.
|
getAttribute , isCoalescing , isExpandEntityReferences , isIgnoringComments , isIgnoringElementContentWhitespace , isNamespaceAware , isValidating , newDocumentBuilder , newInstance , setAttribute , setCoalescing , setExpandEntityReferences , setIgnoringComments , setIgnoringElementContentWhitespace , setNamespaceAware , setValidating |
getAttribute
public Object getAttribute(String name)
throws IllegalArgumentException
Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttribute in interface javax.xml.parsers.DocumentBuilderFactory
newDocumentBuilder
public javax.xml.parsers.DocumentBuilder newDocumentBuilder()
throws javax.xml.parsers.ParserConfigurationException
Creates a new instance of a javax.xml.parsers.DocumentBuilder
using the currently configured parameters.
- newDocumentBuilder in interface javax.xml.parsers.DocumentBuilderFactory
setAttribute
public void setAttribute(String name,
Object value)
throws IllegalArgumentException
Allows the user to set specific attributes on the underlying
implementation.
- setAttribute in interface javax.xml.parsers.DocumentBuilderFactory
name
- name of attributevalue
- null means to remove attribute
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.