public class OMElementImplUtil
extends java.lang.Object
OMElement interface.| Modifier | Constructor and Description |
|---|---|
private |
OMElementImplUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
discard(IElement that) |
static javax.xml.namespace.NamespaceContext |
getNamespaceContext(OMElement element,
boolean detached) |
static java.lang.String |
getText(OMElement element) |
static java.io.Reader |
getTextAsStream(OMElement element,
boolean cache) |
static void |
writeTextTo(OMElement element,
java.io.Writer out,
boolean cache) |
public static javax.xml.namespace.NamespaceContext getNamespaceContext(OMElement element, boolean detached)
public static java.lang.String getText(OMElement element)
public static java.io.Reader getTextAsStream(OMElement element, boolean cache)
public static void writeTextTo(OMElement element, java.io.Writer out, boolean cache) throws java.io.IOException
java.io.IOExceptionpublic static void discard(IElement that)