@Deprecated public class XmlGroovyMethods extends Object
Constructor and Description |
---|
XmlGroovyMethods()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Iterator<Node> |
iterator(NodeList nodeList)
Deprecated.
|
static String |
serialize(Element element)
Deprecated.
|
@Deprecated public static Iterator<Node> iterator(NodeList nodeList)
nodeList
- a NodeList@Deprecated public static String serialize(Element element)
XmlUtil.serialize(element)
if you need the declaration.)element
- the element to serialize