org.ozoneDB.xml.dom
Interface DocumentTypeProxy
- All Superinterfaces:
- org.w3c.dom.Document, DocumentProxy, org.w3c.dom.DocumentType, org.w3c.dom.DOMImplementation, org.w3c.dom.Node, NodeProxy, org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote
- All Known Implementing Classes:
- DocumentTypeImpl, DocumentTypeImpl_Proxy
- public interface DocumentTypeProxy
- extends org.ozoneDB.OzoneRemote, org.w3c.dom.DocumentType, DocumentProxy
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 |
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Methods inherited from interface org.w3c.dom.DocumentType |
getInternalSubset, getName |
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 |
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.DOMImplementation |
createDocument, createDocumentType, hasFeature |
Methods inherited from interface org.ozoneDB.xml.dom.NodeProxy |
cloneInto, getChild, getChildCount, getChildNodes, init, isReadOnly, setNextSibling, setNodeName, setOwnerDocument, setParentNode, setPreviousSibling, setReadOnly |
getEntities
public org.w3c.dom.NamedNodeMap getEntities()
- Specified by:
getEntities
in interface org.w3c.dom.DocumentType
setEntities
public void setEntities(org.w3c.dom.NamedNodeMap entities)
getNotations
public org.w3c.dom.NamedNodeMap getNotations()
- Specified by:
getNotations
in interface org.w3c.dom.DocumentType
setNotations
public void setNotations(org.w3c.dom.NamedNodeMap notations)
getParams
public java.util.Hashtable getParams()
setParams
public void setParams(java.util.Hashtable params)
getStandalone
public boolean getStandalone()
setStandalone
public void setStandalone(boolean standalone)
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemId
in interface org.w3c.dom.DocumentType
setSystemId
public void setSystemId(java.lang.String systemId)
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicId
in interface org.w3c.dom.DocumentType
setPublicId
public void setPublicId(java.lang.String publicId)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
init
public void init(java.lang.String systemId)
Copyright © 2002 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.