|
Oracle® Database XML Java API Reference 10g Release 2 (10.2) B14293-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.xdb.dom.XDBDomImplementation
This class implements the DOMImplementation class of DOM.
Constructor Summary | |
XDBDomImplementation() |
|
XDBDomImplementation(java.sql.Connection conn) |
Method Summary | |
Document |
createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype) create and return an empty document object and return it. |
DocumentType |
createDocumentType(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId) create and return a document type defn. object and return it. |
boolean |
hasFeature(java.lang.String feature, java.lang.String version) test if a particular feature is supported by the given version. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XDBDomImplementation()
public XDBDomImplementation(java.sql.Connection conn)
Method Detail |
public boolean hasFeature(java.lang.String feature, java.lang.String version)
hasFeature
in interface DOMImplementation
feature
- the name of the feature to test.version
- the version of the DOM implementationpublic DocumentType createDocumentType(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId) throws DOMException
createDocumentType
in interface DOMImplementation
DOMException
- INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal character.qualifiedName
is malformed.public Document createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype) throws DOMException
createDocument
in interface DOMImplementation
namespaceURI
- the top level namespace of the document.doctype
- the DTD if any to be used for this document.DOMException
|
Oracle® Database XML Java API Reference 10g Release 2 (10.2) B14293-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |