public final class OMContainerHelper extends Object
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 XMLStreamReader |
getXMLStreamReader(IContainer container,
boolean cache) |
static XMLStreamReader |
getXMLStreamReader(IContainer container,
boolean cache,
OMXMLStreamReaderConfiguration configuration) |
static void |
removeChildren(IContainer that) |
public static XMLStreamReader getXMLStreamReader(IContainer container, boolean cache)
public static 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)
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.