public final class OMContainerHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static OMXMLStreamReaderConfiguration |
defaultReaderConfiguration |
private static org.apache.commons.logging.Log |
log |
| Modifier | Constructor and Description |
|---|---|
private |
OMContainerHelper() |
| Modifier and Type | Method and Description |
|---|---|
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) |
private static final org.apache.commons.logging.Log log
private static final OMXMLStreamReaderConfiguration defaultReaderConfiguration
public static javax.xml.stream.XMLStreamReader getXMLStreamReader(IContainer container, boolean cache)
public static javax.xml.stream.XMLStreamReader getXMLStreamReader(IContainer container, boolean cache, OMXMLStreamReaderConfiguration configuration)
public static void addChild(IContainer container, OMNode omNode, boolean fromBuilder)
public static void build(IContainer container)
public static void buildNext(IParentNode that)
public static OMNode getFirstOMChild(IParentNode that)
public static void removeChildren(IContainer that)