org.ozoneDB.xml.dom
Interface NodeProxy

All Superinterfaces:
org.w3c.dom.Node, org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote
All Known Subinterfaces:
AttrProxy, CDATASectionProxy, CharacterDataProxy, CommentProxy, DocumentFragmentProxy, DocumentProxy, DocumentTypeProxy, ElementDeclProxy, ElementProxy, EntityProxy, EntityReferenceProxy, NotationProxy, ParamEntityProxy, ProcessingInstructionProxy, TextProxy, XMLDocumentProxy, XMLElementProxy
All Known Implementing Classes:
AttrImpl, AttrImpl_Proxy, CDATASectionImpl, CDATASectionImpl_Proxy, CharacterDataImpl, CharacterDataImpl_Proxy, CommentImpl, CommentImpl_Proxy, DocumentFragmentImpl, DocumentFragmentImpl_Proxy, DocumentImpl, DocumentImpl_Proxy, DocumentTypeImpl, DocumentTypeImpl_Proxy, ElementDeclImpl, ElementDeclImpl_Proxy, ElementImpl, ElementImpl_Proxy, EntityImpl, EntityImpl_Proxy, EntityReferenceImpl, EntityReferenceImpl_Proxy, NodeImpl, NodeImpl_Proxy, NotationImpl, NotationImpl_Proxy, ParamEntity, ProcessingInstructionImpl, ProcessingInstructionImpl_Proxy, TextImpl, TextImpl_Proxy, XMLDocument, XMLElement

public interface NodeProxy
extends org.ozoneDB.OzoneRemote, org.w3c.dom.Node


Field Summary
 
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
 void cloneInto(NodeProxy into, boolean deep)
           
 org.w3c.dom.Node getChild(int index)
           
 int getChildCount()
           
 org.w3c.dom.NodeList getChildNodes()
           
 void init(DocumentProxy owner, java.lang.String name, java.lang.String value, boolean checkName)
           
 boolean isReadOnly()
           
 void setNextSibling(org.w3c.dom.Node nextNode)
           
 void setNodeName(java.lang.String nodeName)
           
 void setOwnerDocument(org.w3c.dom.Document owner)
           
 void setParentNode(org.w3c.dom.Node newParent)
           
 void setPreviousSibling(org.w3c.dom.Node prevNode)
           
 void setReadOnly()
           
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getAttributes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 

Method Detail

setNodeName

public void setNodeName(java.lang.String nodeName)

isReadOnly

public boolean isReadOnly()

setReadOnly

public void setReadOnly()

getChild

public org.w3c.dom.Node getChild(int index)

getChildCount

public int getChildCount()

setParentNode

public void setParentNode(org.w3c.dom.Node newParent)

setPreviousSibling

public void setPreviousSibling(org.w3c.dom.Node prevNode)

setNextSibling

public void setNextSibling(org.w3c.dom.Node nextNode)

getChildNodes

public org.w3c.dom.NodeList getChildNodes()
Specified by:
getChildNodes in interface org.w3c.dom.Node

setOwnerDocument

public void setOwnerDocument(org.w3c.dom.Document owner)

init

public void init(DocumentProxy owner,
                 java.lang.String name,
                 java.lang.String value,
                 boolean checkName)
          throws org.w3c.dom.DOMException
org.w3c.dom.DOMException

cloneInto

public void cloneInto(NodeProxy into,
                      boolean deep)


Copyright © 2002 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.