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
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 |
LazyDOMImplementation
public LazyDOMImplementation()
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)