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

Packages that use IContainer
org.apache.axiom.om.impl.common   
 

Uses of IContainer in org.apache.axiom.om.impl.common
 

Subinterfaces of IContainer in org.apache.axiom.om.impl.common
 interface IElement
           
 

Methods in org.apache.axiom.om.impl.common with parameters of type IContainer
static void OMContainerHelper.addChild(IContainer container, OMNode omNode, boolean fromBuilder)
           
static void OMContainerHelper.build(IContainer container)
           
static javax.xml.stream.XMLStreamReader OMContainerHelper.getXMLStreamReader(IContainer container, boolean cache)
           
static javax.xml.stream.XMLStreamReader OMContainerHelper.getXMLStreamReader(IContainer container, boolean cache, OMXMLStreamReaderConfiguration configuration)
           
static void OMContainerHelper.removeChildren(IContainer that)
           
 



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