org.apache.axis2.om.impl
Interface OMNodeEx

All Superinterfaces:
OMNode
All Known Implementing Classes:
OMNodeImpl

public interface OMNodeEx
extends OMNode

Interface OMNodeEx Internal Implementation detail. Adding special interface to stop folks from accidently using OMNode. Please use at your own risk. May corrupt the data integrity


Field Summary
 
Fields inherited from interface org.apache.axis2.om.OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
 
Method Summary
 void setComplete(boolean state)
           
 void setNextSibling(OMNode node)
           
 void setParent(OMContainer element)
           
 void setPreviousSibling(OMNode previousSibling)
           
 void setType(int nodeType)
           
 
Methods inherited from interface org.apache.axis2.om.OMNode
build, detach, discard, getNextSibling, getParent, getPreviousSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serializeWithCache
 

Method Detail

setNextSibling

public void setNextSibling(OMNode node)

setPreviousSibling

public void setPreviousSibling(OMNode previousSibling)

setParent

public void setParent(OMContainer element)

setComplete

public void setComplete(boolean state)

setType

public void setType(int nodeType)
             throws OMException
Throws:
OMException