|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OMContainerEx
Interface OMContainerEx
Internal Implementation detail. Adding special interface to stop folks from accidently using OMContainer. Please use at your own risk. May corrupt the data integrity.
Method Summary | |
---|---|
OMNode |
getFirstOMChildIfAvailable()
Get the first child if it is available. |
void |
setComplete(boolean state)
|
void |
setFirstChild(OMNode omNode)
forcefully set the first element in this parent element |
void |
setLastChild(OMNode omNode)
forcefully set the last element in this parent element |
Methods inherited from interface org.apache.axiom.om.OMContainer |
---|
addChild, buildNext, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume |
Methods inherited from interface org.apache.axiom.om.OMSerializable |
---|
build, close, getOMFactory, isComplete, serialize, serialize, serializeAndConsume |
Method Detail |
---|
void setComplete(boolean state)
void setFirstChild(OMNode omNode)
omNode
- void setLastChild(OMNode omNode)
omNode
- OMNode getFirstOMChildIfAvailable()
OMSerializable.isComplete()
may return false
when called on the child.
In contrast to OMContainer.getFirstOMChild()
, this method will never modify
the state of the underlying parser.
null
if the container has no children or
the builder has not yet started to build the first child
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |