org.enhydra.xml.lazydom
Class LazyDOMImplementation
java.lang.Object
|
+--org.enhydra.apache.xerces.dom.DOMImplementationImpl
|
+--org.enhydra.xml.lazydom.LazyDOMImplementation
- All Implemented Interfaces:
- org.w3c.dom.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 |
|
Method Summary |
org.w3c.dom.Document |
createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
org.w3c.dom.DocumentType doctype)
Create a new LazyDocument |
org.w3c.dom.Document |
createDocument(TemplateDOM templateDOM)
Create a new LazyDocument from a template. |
static org.w3c.dom.DOMImplementation |
getDOMImplementation()
Obtain and return the singleton shared object. |
Methods inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
createDocumentType, hasFeature |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyDOMImplementation
public LazyDOMImplementation()
getDOMImplementation
public static org.w3c.dom.DOMImplementation getDOMImplementation()
- Obtain and return the singleton shared object.
createDocument
public org.w3c.dom.Document createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
org.w3c.dom.DocumentType doctype)
throws org.w3c.dom.DOMException
- Create a new LazyDocument
- Specified by:
createDocument
in interface org.w3c.dom.DOMImplementation
- Overrides:
createDocument
in class org.enhydra.apache.xerces.dom.DOMImplementationImpl
org.w3c.dom.DOMException
- See Also:
DOMImplementation.createDocument(java.lang.String, java.lang.String, org.w3c.dom.DocumentType)
createDocument
public org.w3c.dom.Document createDocument(TemplateDOM templateDOM)
throws org.w3c.dom.DOMException
- Create a new LazyDocument from a template.
org.w3c.dom.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.