org.apache.axiom.om.impl.common
Class OMContainerHelper

java.lang.Object
  extended by org.apache.axiom.om.impl.common.OMContainerHelper

public final class OMContainerHelper
extends java.lang.Object


Method Summary
static void addChild(IContainer container, OMNode omNode, boolean fromBuilder)
           
static void build(IContainer container)
           
static void buildNext(IParentNode that)
           
static OMNode getFirstOMChild(IParentNode that)
           
static javax.xml.stream.XMLStreamReader getXMLStreamReader(IContainer container, boolean cache)
           
static javax.xml.stream.XMLStreamReader getXMLStreamReader(IContainer container, boolean cache, OMXMLStreamReaderConfiguration configuration)
           
static void removeChildren(IContainer that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getXMLStreamReader

public static javax.xml.stream.XMLStreamReader getXMLStreamReader(IContainer container,
                                                                  boolean cache)

getXMLStreamReader

public static javax.xml.stream.XMLStreamReader getXMLStreamReader(IContainer container,
                                                                  boolean cache,
                                                                  OMXMLStreamReaderConfiguration configuration)

addChild

public static void addChild(IContainer container,
                            OMNode omNode,
                            boolean fromBuilder)

build

public static void build(IContainer container)

buildNext

public static void buildNext(IParentNode that)

getFirstOMChild

public static OMNode getFirstOMChild(IParentNode that)

removeChildren

public static void removeChildren(IContainer that)


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