|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xdb.dom.XDBNode
oracle.xdb.dom.XDBDocumentType
Deprecated. as of Oracle Database 11g release 1, use oracle.xml.parser.v2.DTD
public class XDBDocumentType
This class implements the W3C Notation interface
| Field Summary |
|---|
| Fields inherited from class oracle.xdb.dom.XDBNode |
|---|
m_conn, m_owner, m_xobcstate |
| Fields inherited from interface org.w3c.dom.Node |
|---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Method Summary | |
|---|---|
XDBEntity |
findEntity(java.lang.String name)Deprecated. Finds the entity node of the document type based on the given name. |
XDBNotation |
findNotation(java.lang.String name)Deprecated. Finds the entity node of the document type based on the given name. |
NamedNodeMap |
getEntities()Deprecated. Returns the entity map of the document type node |
java.lang.String |
getInternalSubset()Deprecated. Returns the internal subset. |
java.lang.String |
getName()Deprecated. Returns the name map of the document type node |
NamedNodeMap |
getNotations()Deprecated. Returns the notation map of the document type node |
java.lang.String |
getPublicId()Deprecated. Returns the public id of the document type node |
java.lang.String |
getSystemId()Deprecated. Returns the system id of the entity node |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Method Detail |
|---|
public NamedNodeMap getNotations()
getNotations in interface DocumentTypepublic java.lang.String getName()
getName in interface DocumentTypepublic NamedNodeMap getEntities()
getEntities in interface DocumentTypepublic java.lang.String getInternalSubset()
getInternalSubset in interface DocumentTypepublic java.lang.String getPublicId()
getPublicId in interface DocumentTypepublic java.lang.String getSystemId()
getSystemId in interface DocumentTypepublic XDBEntity findEntity(java.lang.String name)
public XDBNotation findNotation(java.lang.String name)
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||