org.apache.ws.commons.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.ws.commons.om.OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
 
Method Summary
 void serialize(OMOutputImpl omOutput)
          Serializes the node with caching.
 void serializeAndConsume(OMOutputImpl omOutput)
          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.ws.commons.om.OMNode
build, detach, discard, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
 

Method Detail

setNextOMSibling

public void setNextOMSibling(OMNode node)

setPreviousOMSibling

public void setPreviousOMSibling(OMNode previousSibling)

setParent

public void setParent(OMContainer element)

setComplete

public void setComplete(boolean state)

setType

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

serialize

public void serialize(OMOutputImpl omOutput)
               throws javax.xml.stream.XMLStreamException
Serializes the node with caching.

Parameters:
omOutput -
Throws:
javax.xml.stream.XMLStreamException
See Also:
serialize(org.apache.ws.commons.om.impl.OMOutputImpl)

serializeAndConsume

public void serializeAndConsume(OMOutputImpl omOutput)
                         throws javax.xml.stream.XMLStreamException
Serializes the node without caching.

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