org.ozoneDB.xml.dom
Class ElementImpl_Proxy
java.lang.Object
|
+--org.ozoneDB.OzoneProxy
|
+--org.ozoneDB.xml.dom.ElementImpl_Proxy
- All Implemented Interfaces:
- org.w3c.dom.Element, ElementProxy, java.io.Externalizable, org.w3c.dom.NamedNodeMap, NamedNodeMapProxy, org.w3c.dom.Node, NodeProxy, org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote, java.io.Serializable
- public final class ElementImpl_Proxy
- extends org.ozoneDB.OzoneProxy
- implements ElementProxy
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 |
AttrProxy |
appendAttr(AttrProxy arg0)
|
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node arg0)
|
void |
cloneInto(NodeProxy arg0,
boolean arg1)
|
org.w3c.dom.Node |
cloneNode(boolean arg0)
|
static ElementProxy |
createObject(DocumentImpl arg0,
java.lang.String arg1,
org.ozoneDB.OzoneInterface link)
|
static ElementProxy |
createObject(org.ozoneDB.OzoneInterface link)
|
java.util.Enumeration |
elements()
|
java.lang.String |
getAttribute(java.lang.String arg0)
|
org.w3c.dom.Attr |
getAttributeNode(java.lang.String arg0)
|
org.w3c.dom.Attr |
getAttributeNodeNS(java.lang.String arg0,
java.lang.String arg1)
|
java.lang.String |
getAttributeNS(java.lang.String arg0,
java.lang.String arg1)
|
org.w3c.dom.NamedNodeMap |
getAttributes()
|
org.w3c.dom.Node |
getChild(int arg0)
|
int |
getChildCount()
|
org.w3c.dom.NodeList |
getChildNodes()
|
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.Node |
getFirstChild()
|
org.w3c.dom.Node |
getLastChild()
|
int |
getLength()
|
java.lang.String |
getLocalName()
|
org.w3c.dom.Attr |
getNamedAttr(java.lang.String arg0)
|
org.w3c.dom.Node |
getNamedItem(java.lang.String arg0)
|
org.w3c.dom.Node |
getNamedItemNS(java.lang.String arg0,
java.lang.String arg1)
|
java.lang.String |
getNamespaceURI()
|
org.w3c.dom.Node |
getNextSibling()
|
java.lang.String |
getNodeName()
|
short |
getNodeType()
|
java.lang.String |
getNodeValue()
|
org.ozoneDB.core.ObjectID |
getObjectID()
|
org.w3c.dom.Document |
getOwnerDocument()
|
org.w3c.dom.Node |
getParentNode()
|
java.lang.String |
getPrefix()
|
org.w3c.dom.Node |
getPreviousSibling()
|
java.lang.String |
getTagName()
|
boolean |
hasAttribute(java.lang.String arg0)
|
boolean |
hasAttributeNS(java.lang.String arg0,
java.lang.String arg1)
|
boolean |
hasAttributes()
|
boolean |
hasChildNodes()
|
void |
init(DocumentProxy arg0,
java.lang.String arg1,
java.lang.String arg2,
boolean arg3)
|
void |
init(NodeProxy arg0,
java.util.Dictionary arg1)
|
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)
|
org.w3c.dom.Node |
item(int arg0)
|
void |
normalize()
|
void |
removeAttribute(java.lang.String arg0)
|
org.w3c.dom.Attr |
removeAttributeNode(org.w3c.dom.Attr arg0)
|
void |
removeAttributeNS(java.lang.String arg0,
java.lang.String arg1)
|
org.w3c.dom.Node |
removeChild(org.w3c.dom.Node arg0)
|
org.w3c.dom.Node |
removeNamedItem(java.lang.String arg0)
|
org.w3c.dom.Node |
removeNamedItemNS(java.lang.String arg0,
java.lang.String arg1)
|
org.w3c.dom.Node |
replaceChild(org.w3c.dom.Node arg0,
org.w3c.dom.Node arg1)
|
void |
setAttrCount(int arg0)
|
void |
setAttribute(java.lang.String arg0,
java.lang.String arg1)
|
org.w3c.dom.Attr |
setAttributeNode(org.w3c.dom.Attr arg0)
|
org.w3c.dom.Attr |
setAttributeNodeNS(org.w3c.dom.Attr arg0)
|
void |
setAttributeNS(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
|
void |
setFirstAttr(org.w3c.dom.Attr arg0)
|
void |
setLastAttr(org.w3c.dom.Attr arg0)
|
org.w3c.dom.Node |
setNamedItem(org.w3c.dom.Node arg0)
|
org.w3c.dom.Node |
setNamedItemNS(org.w3c.dom.Node arg0)
|
void |
setNextSibling(org.w3c.dom.Node arg0)
|
void |
setNodeName(java.lang.String arg0)
|
void |
setNodeValue(java.lang.String arg0)
|
void |
setOwnerDocument(org.w3c.dom.Document arg0)
|
void |
setParentNode(org.w3c.dom.Node arg0)
|
void |
setPrefix(java.lang.String arg0)
|
void |
setPreviousSibling(org.w3c.dom.Node arg0)
|
void |
setReadOnly()
|
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 |
clone, getClass, notify, notifyAll, wait, wait, wait |
ElementImpl_Proxy
public ElementImpl_Proxy()
ElementImpl_Proxy
public ElementImpl_Proxy(org.ozoneDB.core.ObjectID oid,
org.ozoneDB.OzoneInterface link)
createObject
public static ElementProxy createObject(org.ozoneDB.OzoneInterface link)
createObject
public static ElementProxy createObject(DocumentImpl arg0,
java.lang.String arg1,
org.ozoneDB.OzoneInterface link)
getLength
public int getLength()
- Specified by:
getLength
in interface ElementProxy
setFirstAttr
public void setFirstAttr(org.w3c.dom.Attr arg0)
- Specified by:
setFirstAttr
in interface ElementProxy
setLastAttr
public void setLastAttr(org.w3c.dom.Attr arg0)
- Specified by:
setLastAttr
in interface ElementProxy
setAttrCount
public void setAttrCount(int arg0)
- Specified by:
setAttrCount
in interface ElementProxy
getNamedAttr
public org.w3c.dom.Attr getNamedAttr(java.lang.String arg0)
- Specified by:
getNamedAttr
in interface ElementProxy
appendAttr
public AttrProxy appendAttr(AttrProxy arg0)
- Specified by:
appendAttr
in interface ElementProxy
getObjectID
public org.ozoneDB.core.ObjectID getObjectID()
- Specified by:
getObjectID
in interface org.ozoneDB.OzoneCompatibleOrProxy
- Overrides:
getObjectID
in class org.ozoneDB.OzoneProxy
getElementsByTagName
public org.w3c.dom.NodeList getElementsByTagName(java.lang.String arg0)
- Specified by:
getElementsByTagName
in interface org.w3c.dom.Element
getElementsByTagNameNS
public org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String arg0,
java.lang.String arg1)
- Specified by:
getElementsByTagNameNS
in interface org.w3c.dom.Element
getTagName
public java.lang.String getTagName()
- Specified by:
getTagName
in interface org.w3c.dom.Element
getAttribute
public java.lang.String getAttribute(java.lang.String arg0)
- Specified by:
getAttribute
in interface org.w3c.dom.Element
setAttribute
public void setAttribute(java.lang.String arg0,
java.lang.String arg1)
throws org.w3c.dom.DOMException
- Specified by:
setAttribute
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
removeAttribute
public void removeAttribute(java.lang.String arg0)
throws org.w3c.dom.DOMException
- Specified by:
removeAttribute
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
getAttributeNode
public org.w3c.dom.Attr getAttributeNode(java.lang.String arg0)
- Specified by:
getAttributeNode
in interface org.w3c.dom.Element
setAttributeNode
public org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr arg0)
throws org.w3c.dom.DOMException
- Specified by:
setAttributeNode
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
removeAttributeNode
public org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr arg0)
throws org.w3c.dom.DOMException
- Specified by:
removeAttributeNode
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
getAttributeNS
public java.lang.String getAttributeNS(java.lang.String arg0,
java.lang.String arg1)
- Specified by:
getAttributeNS
in interface org.w3c.dom.Element
setAttributeNS
public void setAttributeNS(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
throws org.w3c.dom.DOMException
- Specified by:
setAttributeNS
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
removeAttributeNS
public void removeAttributeNS(java.lang.String arg0,
java.lang.String arg1)
throws org.w3c.dom.DOMException
- Specified by:
removeAttributeNS
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
getAttributeNodeNS
public org.w3c.dom.Attr getAttributeNodeNS(java.lang.String arg0,
java.lang.String arg1)
- Specified by:
getAttributeNodeNS
in interface org.w3c.dom.Element
setAttributeNodeNS
public org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr arg0)
throws org.w3c.dom.DOMException
- Specified by:
setAttributeNodeNS
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
hasAttribute
public boolean hasAttribute(java.lang.String arg0)
- Specified by:
hasAttribute
in interface org.w3c.dom.Element
hasAttributeNS
public boolean hasAttributeNS(java.lang.String arg0,
java.lang.String arg1)
- Specified by:
hasAttributeNS
in interface org.w3c.dom.Element
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
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
init
public void init(NodeProxy arg0,
java.util.Dictionary arg1)
- Specified by:
init
in interface NamedNodeMapProxy
elements
public java.util.Enumeration elements()
- Specified by:
elements
in interface NamedNodeMapProxy
getNamedItem
public org.w3c.dom.Node getNamedItem(java.lang.String arg0)
- Specified by:
getNamedItem
in interface NamedNodeMapProxy
getNamedItemNS
public org.w3c.dom.Node getNamedItemNS(java.lang.String arg0,
java.lang.String arg1)
- Specified by:
getNamedItemNS
in interface org.w3c.dom.NamedNodeMap
setNamedItemNS
public org.w3c.dom.Node setNamedItemNS(org.w3c.dom.Node arg0)
throws org.w3c.dom.DOMException
- Specified by:
setNamedItemNS
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
removeNamedItemNS
public org.w3c.dom.Node removeNamedItemNS(java.lang.String arg0,
java.lang.String arg1)
throws org.w3c.dom.DOMException
- Specified by:
removeNamedItemNS
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
setNamedItem
public org.w3c.dom.Node setNamedItem(org.w3c.dom.Node arg0)
throws org.w3c.dom.DOMException
- Specified by:
setNamedItem
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
removeNamedItem
public org.w3c.dom.Node removeNamedItem(java.lang.String arg0)
throws org.w3c.dom.DOMException
- Specified by:
removeNamedItem
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
item
public org.w3c.dom.Node item(int arg0)
- Specified by:
item
in interface org.w3c.dom.NamedNodeMap
Copyright © 2002 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.