⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full 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:
David Brownell
See Also:
Consumer

Constructor Summary

JAXPFactory()

Default constructor.

Method Summary

java.lang.Object

getAttribute(java.lang.String name)

There seems to be no useful specification for attribute names

DocumentBuilder

newDocumentBuilder()

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

void

setAttribute(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:
name

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:
name
value