Package org.codehaus.groovy.runtime
Class XmlGroovyMethods
- java.lang.Object
-
- org.codehaus.groovy.runtime.XmlGroovyMethods
-
public class XmlGroovyMethods extends java.lang.Object
This class defines all the new XML-related groovy methods which enhance the normal JDK XML classes when inside the Groovy environment. Static methods are used with the first parameter the destination class.- Author:
- Paul King, Jochen Theodorou
-
-
Constructor Summary
Constructors Constructor Description XmlGroovyMethods()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Iterator<org.w3c.dom.Node>
iterator(org.w3c.dom.NodeList nodeList)
Makes NodeList iterable by returning a read-only Iterator which traverses over each Node.
-