|
Groovy example source code file (DOMTest.groovy)
The Groovy DOMTest.groovy source code
package groovy.xml.dom
import groovy.xml.*
class DOMTest extends GroovyTestCase {
def benchmark = false
void testDOMParser() {
def xml = new StringReader("<html> |