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

Fields inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl
singleton
 
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
, getFeature, 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
Overrides:
createDocument in class org.enhydra.apache.xerces.dom.DOMImplementationImpl
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
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.
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.