org.enhydra.xml.lazydom
Class LazyDOMImplementation

java.lang.Object
  |
  +--org.enhydra.apache.xerces.dom.DOMImplementationImpl
        |
        +--org.enhydra.xml.lazydom.LazyDOMImplementation
All Implemented Interfaces:
DOMImplementation
Direct Known Subclasses:
LazyHTMLDOMImplementation

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

DOMImplementation method for the LazyDOM.

See Also:
DOMImplementation

Field Summary
 
Fields inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl
 
Constructor Summary
LazyDOMImplementation()
           
 
Method Summary
 Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
          Create a new LazyDocument
 Document createDocument(TemplateDOM templateDOM)
          Create a new LazyDocument from a template.
 DocumentType createDocumentType(String qualifiedName, String publicID, String systemID)
          Create a new LazyDocumentType
static DOMImplementation getDOMImplementation()
          Obtain and return the singleton shared object.
 
Methods inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl
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(String namespaceURI,
                               String qualifiedName,
                               DocumentType doctype)
                        throws DOMException
Create a new LazyDocument

Specified by:
createDocument in interface DOMImplementation
Overrides:
createDocument in class org.enhydra.apache.xerces.dom.DOMImplementationImpl
DOMException
See Also:
DOMImplementation.createDocument(java.lang.String, java.lang.String, org.w3c.dom.DocumentType)

createDocumentType

public DocumentType createDocumentType(String qualifiedName,
                                       String publicID,
                                       String systemID)
Create a new LazyDocumentType

Specified by:
createDocumentType in interface DOMImplementation
Overrides:
createDocumentType in class org.enhydra.apache.xerces.dom.DOMImplementationImpl
See Also:
DOMImplementation.createDocumentType(java.lang.String, java.lang.String, java.lang.String)

createDocument

public Document createDocument(TemplateDOM templateDOM)
                        throws DOMException
Create a new LazyDocument from a template.

DOMException
See Also:
DOMImplementation.createDocument(java.lang.String, java.lang.String, org.w3c.dom.DocumentType)


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.