gnu.xml.libxmlj.dom
Class GnomeDocumentBuilderFactory
public class GnomeDocumentBuilderFactory
Factory for JAXP document builders using the libxml2 implementation.
Object | getAttribute(String name) - Retrieves the named attribute value from the underlying implementation.
|
DocumentBuilder | newDocumentBuilder() - Creates a new document builder instance using the currently specified
factory configuration.
|
void | setAttribute(String name, Object value) - Set the named attribute on the underlying implementation.
|
getAttribute , getSchema , isCoalescing , isExpandEntityReferences , isIgnoringComments , isIgnoringElementContentWhitespace , isNamespaceAware , isValidating , isXIncludeAware , newDocumentBuilder , newInstance , setAttribute , setCoalescing , setExpandEntityReferences , setIgnoringComments , setIgnoringElementContentWhitespace , setNamespaceAware , setSchema , setValidating , setXIncludeAware |
GnomeDocumentBuilderFactory
public GnomeDocumentBuilderFactory()
getAttribute
public Object getAttribute(String name)
Retrieves the named attribute value from the underlying implementation.
- getAttribute in interface DocumentBuilderFactory
name
- the name of the attribute
setAttribute
public void setAttribute(String name,
Object value)
Set the named attribute on the underlying implementation.
- setAttribute in interface DocumentBuilderFactory
name
- the name of the attributevalue
- the new value