|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.dom.DOMImplementationImpl | +--org.enhydra.xml.lazydom.LazyDOMImplementation
DOMImplementation method for the LazyDOM.
DOMImplementation
Constructor Summary | |
LazyDOMImplementation()
|
Method Summary | |
Document |
createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
Create a new LazyDocument |
Document |
createDocument(TemplateDOM templateDOM)
Create a new LazyDocument from a template. |
static DOMImplementation |
getDOMImplementation()
Obtain and return the singleton shared object. |
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 |
Constructor Detail |
public LazyDOMImplementation()
Method Detail |
public static DOMImplementation getDOMImplementation()
public Document createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype) throws DOMException
createDocument
in interface DOMImplementation
createDocument
in class DOMImplementationImpl
namespaceURI
- The namespace URI of the document
element to create, or null.qualifiedName
- The qualified name of the document
element to create.doctype
- The type of document to be created or null.When doctype is not null, its Node.ownerDocument attribute is set to the document being created.
DOMException
- WRONG_DOCUMENT_ERR: Raised if doctype has
already been used with a different document.DOMImplementation.createDocument(java.lang.String, java.lang.String, org.w3c.dom.DocumentType)
public Document createDocument(TemplateDOM templateDOM) throws DOMException
DOMException
DOMImplementation.createDocument(java.lang.String, java.lang.String, org.w3c.dom.DocumentType)
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |