Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
gnu.xml.dom

Class JAXPFactory

java.lang.Object
|
+--javax.xml.parsers.DocumentBuilderFactory
   |
   +--gnu.xml.dom.JAXPFactory


public final class JAXPFactory

extends DocumentBuilderFactory

DOM bootstrapping API, for use with JAXP.

Author:See Also:

Constructor Summary

JAXPFactory()

Default constructor.

Method Summary

java.lang.ObjectgetAttribute(java.lang.String name)

There seems to be no useful specification for attribute names
javax.xml.parsers.DocumentBuildernewDocumentBuilder()

Constructs a JAXP document builder which uses the default JAXP SAX2 parser and the DOM implementation in this package.
voidsetAttribute(java.lang.String name, java.lang.Object value)

There seems to be no useful specification for attribute names

Constructor Details

JAXPFactory

public JAXPFactory()

Default constructor.


Method Details

getAttribute

public Object getAttribute(java.lang.String name)

There seems to be no useful specification for attribute names

Parameters:


newDocumentBuilder

public DocumentBuilder newDocumentBuilder()

Constructs a JAXP document builder which uses the default JAXP SAX2 parser and the DOM implementation in this package.


setAttribute

public void setAttribute(java.lang.String name, java.lang.Object value)

There seems to be no useful specification for attribute names

Parameters: