@Deprecated public class XmlUtil extends Object
| Constructor and Description |
|---|
XmlUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
serialize(GPathResult node)
Deprecated.
|
static void |
serialize(GPathResult node,
OutputStream os)
Deprecated.
|
static void |
serialize(GPathResult node,
Writer w)
Deprecated.
|
@Deprecated public static String serialize(GPathResult node)
node - a GPathResult to serialize to a String@Deprecated public static void serialize(GPathResult node, OutputStream os)
node - a GPathResult to serializeos - the OutputStream to write to@Deprecated public static void serialize(GPathResult node, Writer w)
node - a GPathResult to serializew - the Writer to write to