org.apache.xerces.jaxp
public class DocumentBuilderFactoryImpl extends DocumentBuilderFactory
Version: $Id: DocumentBuilderFactoryImpl.java,v 1.20 2005/06/21 15:13:07 mrglavas Exp $
| Method Summary | |
|---|---|
| Object | getAttribute(String name)
Allows the user to retrieve specific attributes on the underlying
implementation. |
| boolean | getFeature(String name) |
| Schema | getSchema() |
| boolean | isXIncludeAware() |
| 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. |
| void | setFeature(String name, boolean value) |
| void | setSchema(Schema grammar) |
| void | setXIncludeAware(boolean state) |
Parameters: name name of attribute value null means to remove attribute