org.apache.axiom.om.impl.common
Interface IContainer

All Superinterfaces:
IParentNode, OMContainer, OMContainerEx, OMInformationItem, OMSerializable
All Known Subinterfaces:
IElement

public interface IContainer
extends OMContainerEx, IParentNode


Field Summary
 
Fields inherited from interface org.apache.axiom.om.impl.common.IParentNode
COMPLETE, DISCARDED, INCOMPLETE
 
Method Summary
 OMNode getLastKnownOMChild()
           
 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.impl.OMContainerEx
addChild, discarded, setComplete
 
Methods inherited from interface org.apache.axiom.om.OMContainer
addChild, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeChildren, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
 
Methods inherited from interface org.apache.axiom.om.OMSerializable
build, close, isComplete, serialize, serialize, serializeAndConsume
 
Methods inherited from interface org.apache.axiom.om.OMInformationItem
clone, getOMFactory
 
Methods inherited from interface org.apache.axiom.om.impl.common.IParentNode
getBuilder, getFirstOMChildIfAvailable, getState, isComplete
 

Method Detail

setFirstChild

void setFirstChild(OMNode omNode)
forcefully set the first element in this parent element

Parameters:
omNode -

setLastChild

void setLastChild(OMNode omNode)
forcefully set the last element in this parent element

Parameters:
omNode -

getLastKnownOMChild

OMNode getLastKnownOMChild()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.