Enhydra 3.1b2 API

org.enhydra.xml.lazydom
Class LazyDOMImplementation

java.lang.Object
  |
  +--org.apache.xerces.dom.DOMImplementationImpl
        |
        +--org.enhydra.xml.lazydom.LazyDOMImplementation

public class LazyDOMImplementation
extends org.apache.xerces.dom.DOMImplementationImpl

DOMImplementation method for the LazyDOM.

See Also:
DOMImplementation

Constructor Summary
LazyDOMImplementation()
           
 
Method Summary
 Document createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          Create a new LazyDocument
 Document createDocument(TemplateDOM templateDOM)
          Create a new LazyDocument from a template.
static DOMImplementation getDOMImplementation()
          Obtain and return the singleton shared object.
 
Methods inherited from class org.apache.xerces.dom.DOMImplementationImpl
createDocumentType, hasFeature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyDOMImplementation

public LazyDOMImplementation()
Method Detail

getDOMImplementation

public static DOMImplementation getDOMImplementation()
Obtain and return the singleton shared object.

createDocument

public Document createDocument(java.lang.String namespaceURI,
                               java.lang.String qualifiedName,
                               DocumentType doctype)
                        throws DOMException
Create a new LazyDocument
Overrides:
createDocument in class org.apache.xerces.dom.DOMImplementationImpl
See Also:
DOMImplementation.createDocument(java.lang.String, java.lang.String, org.w3c.dom.DocumentType)

createDocument

public Document createDocument(TemplateDOM templateDOM)
                        throws DOMException
Create a new LazyDocument from a template.
See Also:
DOMImplementation.createDocument(java.lang.String, java.lang.String, org.w3c.dom.DocumentType)

Enhydra 3.1b2 API