org.enhydra.xml.lazydom
Class LazyDOMImplementation
java.lang.Object
|
+--org.enhydra.apache.xerces.dom.CoreDOMImplementationImpl
|
+--org.enhydra.apache.xerces.dom.DOMImplementationImpl
|
+--org.enhydra.xml.lazydom.LazyDOMImplementation
- All Implemented Interfaces:
- DOMImplementation, DOMImplementationLS
- Direct Known Subclasses:
- LazyHTMLDOMImplementation
- public class LazyDOMImplementation
- extends org.enhydra.apache.xerces.dom.DOMImplementationImpl
DOMImplementation method for the LazyDOM.
- See Also:
DOMImplementation
Inner classes inherited from class org.enhydra.apache.xerces.dom.CoreDOMImplementationImpl |
org.enhydra.apache.xerces.dom.CoreDOMImplementationImpl.RevalidationHandlerHolder, org.enhydra.apache.xerces.dom.CoreDOMImplementationImpl.XMLDTDLoaderHolder |
Fields inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
singleton |
Methods inherited from class org.enhydra.apache.xerces.dom.DOMImplementationImpl |
, hasFeature |
Methods inherited from class org.enhydra.apache.xerces.dom.CoreDOMImplementationImpl |
assignDocTypeNumber, assignDocumentNumber, checkQName, createLSInput, createLSOutput, createLSParser, createLSSerializer, getDTDLoader, getFeature, getValidator, releaseDTDLoader, releaseValidator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyDOMImplementation
public LazyDOMImplementation()
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.CoreDOMImplementationImpl
- 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.