org.ozoneDB.xml.dom
Class DocumentTypeImpl_Proxy
java.lang.Object
|
+--org.ozoneDB.OzoneProxy
|
+--org.ozoneDB.xml.dom.DocumentTypeImpl_Proxy
- All Implemented Interfaces:
- org.w3c.dom.Document, DocumentProxy, org.w3c.dom.DocumentType, DocumentTypeProxy, org.w3c.dom.DOMImplementation, java.io.Externalizable, org.w3c.dom.Node, NodeProxy, org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote, java.io.Serializable
- public final class DocumentTypeImpl_Proxy
- extends org.ozoneDB.OzoneProxy
- implements DocumentTypeProxy
This class was automatically generated by ozone's OPP.
Do not instantiate or use this class directly.
- See Also:
- Serialized Form
Fields inherited from class org.ozoneDB.OzoneProxy |
link, linkTable, remoteID |
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 |
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node arg0)
|
void |
clearDocument()
|
java.lang.Object |
clone()
|
void |
cloneInto(NodeProxy arg0,
boolean arg1)
|
org.w3c.dom.Node |
cloneNode(boolean arg0)
|
org.w3c.dom.Attr |
createAttribute(java.lang.String arg0)
|
org.w3c.dom.Attr |
createAttributeNS(java.lang.String arg0,
java.lang.String arg1)
|
org.w3c.dom.CDATASection |
createCDATASection(java.lang.String arg0)
|
org.w3c.dom.Comment |
createComment(java.lang.String arg0)
|
org.w3c.dom.Document |
createDocument(java.lang.String arg0,
java.lang.String arg1,
org.w3c.dom.DocumentType arg2)
|
org.w3c.dom.DocumentFragment |
createDocumentFragment()
|
org.w3c.dom.DocumentType |
createDocumentType(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
|
org.w3c.dom.Element |
createElement(java.lang.String arg0)
|
org.w3c.dom.Element |
createElementNS(java.lang.String arg0,
java.lang.String arg1)
|
org.w3c.dom.EntityReference |
createEntityReference(java.lang.String arg0)
|
static DocumentTypeProxy |
createObject(org.w3c.dom.Document arg0,
java.lang.String arg1,
boolean arg2,
java.lang.String arg3,
java.lang.String arg4,
org.ozoneDB.OzoneInterface link)
|
static DocumentTypeProxy |
createObject(org.ozoneDB.OzoneInterface link)
|
static DocumentTypeProxy |
createObject(java.lang.String arg0,
org.ozoneDB.OzoneInterface link)
|
org.w3c.dom.ProcessingInstruction |
createProcessingInstruction(java.lang.String arg0,
java.lang.String arg1)
|
org.w3c.dom.Text |
createTextNode(java.lang.String arg0)
|
org.w3c.dom.NamedNodeMap |
getAttributes()
|
org.w3c.dom.Node |
getChild(int arg0)
|
int |
getChildCount()
|
org.w3c.dom.NodeList |
getChildNodes()
|
XMLContainerHelper |
getContainer()
|
org.w3c.dom.DocumentType |
getDoctype()
|
org.w3c.dom.Element |
getDocumentElement()
|
org.w3c.dom.Element |
getElementById(java.lang.String arg0)
|
org.w3c.dom.NodeList |
getElementsByTagName(java.lang.String arg0)
|
org.w3c.dom.NodeList |
getElementsByTagNameNS(java.lang.String arg0,
java.lang.String arg1)
|
org.w3c.dom.NamedNodeMap |
getEntities()
|
org.w3c.dom.Node |
getFirstChild()
|
org.w3c.dom.DOMImplementation |
getImplementation()
|
java.lang.String |
getInternalSubset()
|
org.w3c.dom.Node |
getLastChild()
|
java.lang.String |
getLocalName()
|
java.lang.String |
getName()
|
java.lang.String |
getNamespaceURI()
|
org.w3c.dom.Node |
getNextSibling()
|
java.lang.String |
getNodeName()
|
short |
getNodeType()
|
java.lang.String |
getNodeValue()
|
org.w3c.dom.NamedNodeMap |
getNotations()
|
org.ozoneDB.core.ObjectID |
getObjectID()
|
org.w3c.dom.Document |
getOwnerDocument()
|
java.util.Hashtable |
getParams()
|
org.w3c.dom.Node |
getParentNode()
|
java.lang.String |
getPrefix()
|
org.w3c.dom.Node |
getPreviousSibling()
|
java.lang.String |
getPublicId()
|
boolean |
getStandalone()
|
java.lang.String |
getSystemId()
|
boolean |
hasAttributes()
|
boolean |
hasChildNodes()
|
boolean |
hasFeature(java.lang.String arg0,
java.lang.String arg1)
|
org.w3c.dom.Node |
importNode(org.w3c.dom.Node arg0,
boolean arg1)
|
void |
init(DocumentProxy arg0,
java.lang.String arg1,
java.lang.String arg2,
boolean arg3)
|
void |
init(java.lang.String arg0)
|
org.w3c.dom.Node |
insertBefore(org.w3c.dom.Node arg0,
org.w3c.dom.Node arg1)
|
boolean |
isReadOnly()
|
boolean |
isSupported(java.lang.String arg0,
java.lang.String arg1)
|
void |
normalize()
|
org.w3c.dom.Node |
removeChild(org.w3c.dom.Node arg0)
|
org.w3c.dom.Node |
replaceChild(org.w3c.dom.Node arg0,
org.w3c.dom.Node arg1)
|
void |
setContainer(XMLContainerHelper arg0)
|
void |
setDoctype(org.w3c.dom.DocumentType arg0)
|
void |
setElementTypes(java.util.Hashtable arg0)
|
void |
setEntities(org.w3c.dom.NamedNodeMap arg0)
|
void |
setNextSibling(org.w3c.dom.Node arg0)
|
void |
setNodeName(java.lang.String arg0)
|
void |
setNodeValue(java.lang.String arg0)
|
void |
setNotations(org.w3c.dom.NamedNodeMap arg0)
|
void |
setOwnerDocument(org.w3c.dom.Document arg0)
|
void |
setParams(java.util.Hashtable arg0)
|
void |
setParentNode(org.w3c.dom.Node arg0)
|
void |
setPrefix(java.lang.String arg0)
|
void |
setPreviousSibling(org.w3c.dom.Node arg0)
|
void |
setPublicId(java.lang.String arg0)
|
void |
setReadOnly()
|
void |
setStandalone(boolean arg0)
|
void |
setSystemId(java.lang.String arg0)
|
Methods inherited from class org.ozoneDB.OzoneProxy |
createProxyLinkAttributes, equals, finalize, handle, hashCode, invoke, invoke, invoke, invoke, isSame, readExternal, remoteID, toString, writeExternal |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
DocumentTypeImpl_Proxy
public DocumentTypeImpl_Proxy()
DocumentTypeImpl_Proxy
public DocumentTypeImpl_Proxy(org.ozoneDB.core.ObjectID oid,
org.ozoneDB.OzoneInterface link)
createObject
public static DocumentTypeProxy createObject(org.w3c.dom.Document arg0,
java.lang.String arg1,
boolean arg2,
java.lang.String arg3,
java.lang.String arg4,
org.ozoneDB.OzoneInterface link)
createObject
public static DocumentTypeProxy createObject(org.ozoneDB.OzoneInterface link)
createObject
public static DocumentTypeProxy createObject(java.lang.String arg0,
org.ozoneDB.OzoneInterface link)
clone
public java.lang.Object clone()
- Specified by:
clone
in interface DocumentTypeProxy
- Overrides:
clone
in class java.lang.Object
init
public void init(java.lang.String arg0)
- Specified by:
init
in interface DocumentTypeProxy
getEntities
public org.w3c.dom.NamedNodeMap getEntities()
- Specified by:
getEntities
in interface DocumentTypeProxy
setEntities
public void setEntities(org.w3c.dom.NamedNodeMap arg0)
- Specified by:
setEntities
in interface DocumentTypeProxy
getNotations
public org.w3c.dom.NamedNodeMap getNotations()
- Specified by:
getNotations
in interface DocumentTypeProxy
setNotations
public void setNotations(org.w3c.dom.NamedNodeMap arg0)
- Specified by:
setNotations
in interface DocumentTypeProxy
getParams
public java.util.Hashtable getParams()
- Specified by:
getParams
in interface DocumentTypeProxy
setParams
public void setParams(java.util.Hashtable arg0)
- Specified by:
setParams
in interface DocumentTypeProxy
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicId
in interface DocumentTypeProxy
setSystemId
public void setSystemId(java.lang.String arg0)
- Specified by:
setSystemId
in interface DocumentTypeProxy
setPublicId
public void setPublicId(java.lang.String arg0)
- Specified by:
setPublicId
in interface DocumentTypeProxy
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemId
in interface DocumentTypeProxy
getStandalone
public boolean getStandalone()
- Specified by:
getStandalone
in interface DocumentTypeProxy
setStandalone
public void setStandalone(boolean arg0)
- Specified by:
setStandalone
in interface DocumentTypeProxy
getObjectID
public org.ozoneDB.core.ObjectID getObjectID()
- Specified by:
getObjectID
in interface org.ozoneDB.OzoneCompatibleOrProxy
- Overrides:
getObjectID
in class org.ozoneDB.OzoneProxy
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.w3c.dom.DocumentType
getInternalSubset
public java.lang.String getInternalSubset()
- Specified by:
getInternalSubset
in interface org.w3c.dom.DocumentType
isSupported
public boolean isSupported(java.lang.String arg0,
java.lang.String arg1)
- Specified by:
isSupported
in interface org.w3c.dom.Node
normalize
public void normalize()
- Specified by:
normalize
in interface org.w3c.dom.Node
getAttributes
public org.w3c.dom.NamedNodeMap getAttributes()
- Specified by:
getAttributes
in interface org.w3c.dom.Node
getNodeName
public java.lang.String getNodeName()
- Specified by:
getNodeName
in interface org.w3c.dom.Node
getChildNodes
public org.w3c.dom.NodeList getChildNodes()
- Specified by:
getChildNodes
in interface org.w3c.dom.Node
getNodeValue
public java.lang.String getNodeValue()
throws org.w3c.dom.DOMException
- Specified by:
getNodeValue
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
setNodeValue
public void setNodeValue(java.lang.String arg0)
throws org.w3c.dom.DOMException
- Specified by:
setNodeValue
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
getNodeType
public short getNodeType()
- Specified by:
getNodeType
in interface org.w3c.dom.Node
getParentNode
public org.w3c.dom.Node getParentNode()
- Specified by:
getParentNode
in interface org.w3c.dom.Node
getFirstChild
public org.w3c.dom.Node getFirstChild()
- Specified by:
getFirstChild
in interface org.w3c.dom.Node
getLastChild
public org.w3c.dom.Node getLastChild()
- Specified by:
getLastChild
in interface org.w3c.dom.Node
getPreviousSibling
public org.w3c.dom.Node getPreviousSibling()
- Specified by:
getPreviousSibling
in interface org.w3c.dom.Node
getNextSibling
public org.w3c.dom.Node getNextSibling()
- Specified by:
getNextSibling
in interface org.w3c.dom.Node
getOwnerDocument
public org.w3c.dom.Document getOwnerDocument()
- Specified by:
getOwnerDocument
in interface org.w3c.dom.Node
insertBefore
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node arg0,
org.w3c.dom.Node arg1)
throws org.w3c.dom.DOMException
- Specified by:
insertBefore
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
replaceChild
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node arg0,
org.w3c.dom.Node arg1)
throws org.w3c.dom.DOMException
- Specified by:
replaceChild
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
removeChild
public org.w3c.dom.Node removeChild(org.w3c.dom.Node arg0)
throws org.w3c.dom.DOMException
- Specified by:
removeChild
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
appendChild
public org.w3c.dom.Node appendChild(org.w3c.dom.Node arg0)
throws org.w3c.dom.DOMException
- Specified by:
appendChild
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
hasChildNodes
public boolean hasChildNodes()
- Specified by:
hasChildNodes
in interface org.w3c.dom.Node
cloneNode
public org.w3c.dom.Node cloneNode(boolean arg0)
- Specified by:
cloneNode
in interface org.w3c.dom.Node
getNamespaceURI
public java.lang.String getNamespaceURI()
- Specified by:
getNamespaceURI
in interface org.w3c.dom.Node
getPrefix
public java.lang.String getPrefix()
- Specified by:
getPrefix
in interface org.w3c.dom.Node
setPrefix
public void setPrefix(java.lang.String arg0)
throws org.w3c.dom.DOMException
- Specified by:
setPrefix
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
getLocalName
public java.lang.String getLocalName()
- Specified by:
getLocalName
in interface org.w3c.dom.Node
hasAttributes
public boolean hasAttributes()
- Specified by:
hasAttributes
in interface org.w3c.dom.Node
setContainer
public void setContainer(XMLContainerHelper arg0)
- Specified by:
setContainer
in interface DocumentProxy
setDoctype
public void setDoctype(org.w3c.dom.DocumentType arg0)
- Specified by:
setDoctype
in interface DocumentProxy
setElementTypes
public void setElementTypes(java.util.Hashtable arg0)
- Specified by:
setElementTypes
in interface DocumentProxy
getContainer
public XMLContainerHelper getContainer()
- Specified by:
getContainer
in interface DocumentProxy
clearDocument
public void clearDocument()
throws java.lang.Exception
- Specified by:
clearDocument
in interface DocumentProxy
java.lang.Exception
getDoctype
public org.w3c.dom.DocumentType getDoctype()
- Specified by:
getDoctype
in interface org.w3c.dom.Document
getImplementation
public org.w3c.dom.DOMImplementation getImplementation()
- Specified by:
getImplementation
in interface org.w3c.dom.Document
getDocumentElement
public org.w3c.dom.Element getDocumentElement()
- Specified by:
getDocumentElement
in interface org.w3c.dom.Document
createElement
public org.w3c.dom.Element createElement(java.lang.String arg0)
throws org.w3c.dom.DOMException
- Specified by:
createElement
in interface org.w3c.dom.Document
org.w3c.dom.DOMException
createDocumentFragment
public org.w3c.dom.DocumentFragment createDocumentFragment()
- Specified by:
createDocumentFragment
in interface org.w3c.dom.Document
createTextNode
public org.w3c.dom.Text createTextNode(java.lang.String arg0)
- Specified by:
createTextNode
in interface org.w3c.dom.Document
createComment
public org.w3c.dom.Comment createComment(java.lang.String arg0)
- Specified by:
createComment
in interface org.w3c.dom.Document
createCDATASection
public org.w3c.dom.CDATASection createCDATASection(java.lang.String arg0)
throws org.w3c.dom.DOMException
- Specified by:
createCDATASection
in interface org.w3c.dom.Document
org.w3c.dom.DOMException
createProcessingInstruction
public org.w3c.dom.ProcessingInstruction createProcessingInstruction(java.lang.String arg0,
java.lang.String arg1)
throws org.w3c.dom.DOMException
- Specified by:
createProcessingInstruction
in interface org.w3c.dom.Document
org.w3c.dom.DOMException
createAttribute
public org.w3c.dom.Attr createAttribute(java.lang.String arg0)
throws org.w3c.dom.DOMException
- Specified by:
createAttribute
in interface org.w3c.dom.Document
org.w3c.dom.DOMException
createEntityReference
public org.w3c.dom.EntityReference createEntityReference(java.lang.String arg0)
throws org.w3c.dom.DOMException
- Specified by:
createEntityReference
in interface org.w3c.dom.Document
org.w3c.dom.DOMException
getElementsByTagName
public org.w3c.dom.NodeList getElementsByTagName(java.lang.String arg0)
- Specified by:
getElementsByTagName
in interface org.w3c.dom.Document
importNode
public org.w3c.dom.Node importNode(org.w3c.dom.Node arg0,
boolean arg1)
throws org.w3c.dom.DOMException
- Specified by:
importNode
in interface org.w3c.dom.Document
org.w3c.dom.DOMException
createElementNS
public org.w3c.dom.Element createElementNS(java.lang.String arg0,
java.lang.String arg1)
throws org.w3c.dom.DOMException
- Specified by:
createElementNS
in interface org.w3c.dom.Document
org.w3c.dom.DOMException
createAttributeNS
public org.w3c.dom.Attr createAttributeNS(java.lang.String arg0,
java.lang.String arg1)
throws org.w3c.dom.DOMException
- Specified by:
createAttributeNS
in interface org.w3c.dom.Document
org.w3c.dom.DOMException
getElementsByTagNameNS
public org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String arg0,
java.lang.String arg1)
- Specified by:
getElementsByTagNameNS
in interface org.w3c.dom.Document
getElementById
public org.w3c.dom.Element getElementById(java.lang.String arg0)
- Specified by:
getElementById
in interface org.w3c.dom.Document
hasFeature
public boolean hasFeature(java.lang.String arg0,
java.lang.String arg1)
- Specified by:
hasFeature
in interface org.w3c.dom.DOMImplementation
createDocumentType
public org.w3c.dom.DocumentType createDocumentType(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
throws org.w3c.dom.DOMException
- Specified by:
createDocumentType
in interface org.w3c.dom.DOMImplementation
org.w3c.dom.DOMException
createDocument
public org.w3c.dom.Document createDocument(java.lang.String arg0,
java.lang.String arg1,
org.w3c.dom.DocumentType arg2)
throws org.w3c.dom.DOMException
- Specified by:
createDocument
in interface org.w3c.dom.DOMImplementation
org.w3c.dom.DOMException
init
public void init(DocumentProxy arg0,
java.lang.String arg1,
java.lang.String arg2,
boolean arg3)
throws org.w3c.dom.DOMException
- Specified by:
init
in interface NodeProxy
org.w3c.dom.DOMException
setReadOnly
public void setReadOnly()
- Specified by:
setReadOnly
in interface NodeProxy
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in interface NodeProxy
setNodeName
public void setNodeName(java.lang.String arg0)
- Specified by:
setNodeName
in interface NodeProxy
getChild
public org.w3c.dom.Node getChild(int arg0)
- Specified by:
getChild
in interface NodeProxy
getChildCount
public int getChildCount()
- Specified by:
getChildCount
in interface NodeProxy
setParentNode
public void setParentNode(org.w3c.dom.Node arg0)
- Specified by:
setParentNode
in interface NodeProxy
setPreviousSibling
public void setPreviousSibling(org.w3c.dom.Node arg0)
- Specified by:
setPreviousSibling
in interface NodeProxy
setNextSibling
public void setNextSibling(org.w3c.dom.Node arg0)
- Specified by:
setNextSibling
in interface NodeProxy
setOwnerDocument
public void setOwnerDocument(org.w3c.dom.Document arg0)
- Specified by:
setOwnerDocument
in interface NodeProxy
cloneInto
public void cloneInto(NodeProxy arg0,
boolean arg1)
- Specified by:
cloneInto
in interface NodeProxy
Copyright © 2002 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.