org.apache.axiom.om.impl
Interface OMContainerEx

All Superinterfaces:
OMContainer

public interface OMContainerEx
extends OMContainer

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
 void setComplete(boolean state)
           
 void setFirstChild(OMNode omNode)
           
 
Methods inherited from interface org.apache.axiom.om.OMContainer
addChild, buildNext, getChildren, getChildrenWithName, getFirstChildWithName, getFirstOMChild, isComplete
 

Method Detail

setComplete

public void setComplete(boolean state)

setFirstChild

public void setFirstChild(OMNode omNode)


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.