| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-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 DOMImplementationfeature - the name of the feature to test.version - the version of the DOM implementation
public DocumentType createDocumentType(java.lang.String qualifiedName,
                                       java.lang.String publicId,
                                       java.lang.String systemId)
                                throws DOMException
createDocumentType in interface DOMImplementationDOMException - 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 DOMImplementationnamespaceURI - the top level namespace of the document.doctype - the DTD if any to be used for this document.DOMException| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||