Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.xml.parsers.DocumentBuilderFactory
gnu.xml.libxmlj.dom.GnomeDocumentBuilderFactory
public class GnomeDocumentBuilderFactory
extends DocumentBuilderFactory
Constructor Summary | |
Method Summary | |
Object |
|
DocumentBuilder |
|
void |
|
public Object getAttribute(String name)
Retrieves the named attribute value from the underlying implementation.
- Parameters:
name
- the name of the attribute
public DocumentBuilder newDocumentBuilder() throws ParserConfigurationException
Creates a new document builder instance using the currently specified factory configuration.
- Overrides:
- newDocumentBuilder in interface DocumentBuilderFactory
- Throws:
ParserConfigurationException
- if the specified configuration is not supported
public void setAttribute(String name, Object value)
Set the named attribute on the underlying implementation.
- Parameters:
name
- the name of the attributevalue
- the new value