|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.OzoneObject
org.ozoneDB.xml.dom.NodeImpl
org.ozoneDB.xml.dom.DocumentImpl
org.ozoneDB.xml.dom.DocumentTypeImpl
org.ozoneDB.xml.DTDDocument
Field Summary |
Fields inherited from class org.ozoneDB.xml.dom.NodeImpl |
ATTLIST_DECL_NODE, ELEMENT_DECL_NODE, PARAM_ENTITY_NODE |
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 |
Constructor Summary | |
DTDDocument()
|
|
DTDDocument(org.w3c.dom.Document owner,
java.lang.String rootElement,
boolean standalone,
java.lang.String systemId,
java.lang.String publicId)
|
Method Summary | |
java.lang.Object |
clone()
|
org.w3c.dom.Node |
cloneNode(boolean deep)
|
Methods inherited from class org.ozoneDB.xml.dom.DocumentTypeImpl |
castNewChild, cloneInto, createEntity, createEntity, createEntity, createNotation, createParamEntity, createParamEntity, declareEntity, declareNotation, declareParamEntity, equals, findEntity, findNotation, findParamEntity, getDocumentElement, getEntities, getInternalSubset, getName, getNodeType, getNotations, getParamEntities, getParams, getPublicId, getStandalone, getSystemId, init, internalAsText, isStandalone, setEntities, setNotations, setParams, setPublicId, setStandalone, setSystemId, toString |
Methods inherited from class org.ozoneDB.xml.dom.NodeImpl |
appendChild, castOldChild, getAttributes, getChild, getChildCount, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, init, insertBefore, isReadOnly, isSupported, normalize, notifyIterators, removeChild, replaceChild, setNextSibling, setNodeName, setOwnerDocument, setParentNode, setPrefix, setPreviousSibling, setReadOnly, supports |
Methods inherited from class org.ozoneDB.OzoneObject |
container, database, deleteRecursive, getHandle, getObjectID, handle, hashCode, onActivate, onCreate, onPassivate, requireWriteLocking, self, setContainer, toXML |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Document |
createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, getDoctype, getDocumentElement, getElementById, getElementsByTagName, getElementsByTagNameNS, getImplementation, importNode |
Methods inherited from interface org.w3c.dom.Node |
appendChild, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Methods inherited from interface org.w3c.dom.DocumentType |
getEntities, getInternalSubset, getName, getNotations, getPublicId, getSystemId |
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Methods inherited from interface org.ozoneDB.xml.dom.DocumentProxy |
clearDocument, getContainer, setContainer, setDoctype, setElementTypes |
Methods inherited from interface org.w3c.dom.DOMImplementation |
createDocument, createDocumentType, hasFeature |
Methods inherited from interface org.ozoneDB.xml.dom.NodeProxy |
getChild, getChildCount, getChildNodes, init, isReadOnly, setNextSibling, setNodeName, setOwnerDocument, setParentNode, setPreviousSibling, setReadOnly |
Constructor Detail |
public DTDDocument()
public DTDDocument(org.w3c.dom.Document owner, java.lang.String rootElement, boolean standalone, java.lang.String systemId, java.lang.String publicId)
Method Detail |
public java.lang.Object clone()
clone
in interface DocumentTypeProxy
clone
in class DocumentTypeImpl
public org.w3c.dom.Node cloneNode(boolean deep)
cloneNode
in interface org.w3c.dom.Node
cloneNode
in class DocumentTypeImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |