org.apache.axiom.om.impl
Interface OMNodeEx

All Superinterfaces:
OMNode

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.axiom.om.OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
 
Method Summary
 void internalSerialize(javax.xml.stream.XMLStreamWriter writer)
          Serializes the node with caching.
 void internalSerializeAndConsume(javax.xml.stream.XMLStreamWriter writer)
          Serializes the node without caching.
 void setComplete(boolean state)
           
 void setNextOMSibling(OMNode node)
           
 void setParent(OMContainer element)
           
 void setPreviousOMSibling(OMNode previousSibling)
           
 void setType(int nodeType)
           
 
Methods inherited from interface org.apache.axiom.om.OMNode
build, buildWithAttachments, close, detach, discard, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
 

Method Detail

setNextOMSibling

void setNextOMSibling(OMNode node)

setPreviousOMSibling

void setPreviousOMSibling(OMNode previousSibling)

setParent

void setParent(OMContainer element)

setComplete

void setComplete(boolean state)

setType

void setType(int nodeType)
             throws OMException
Throws:
OMException

internalSerialize

void internalSerialize(javax.xml.stream.XMLStreamWriter writer)
                       throws javax.xml.stream.XMLStreamException
Serializes the node with caching.

Parameters:
writer -
Throws:
javax.xml.stream.XMLStreamException

internalSerializeAndConsume

void internalSerializeAndConsume(javax.xml.stream.XMLStreamWriter writer)
                                 throws javax.xml.stream.XMLStreamException
Serializes the node without caching.

Parameters:
writer -
Throws:
javax.xml.stream.XMLStreamException