Directory groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml/

Directory Created:
2003-09-21 10:08
Total Files:
2
Deleted Files:
0
Lines of Code:
344

Browse with ViewVC

[root]/groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml

Lines of Code

groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 9 (100.0%) 456 (100.0%) 50.6
jstrachan 6 (66.7%) 395 (86.6%) 65.8
paulk 3 (33.3%) 61 (13.4%) 20.3

Most Recent Commits

paulk 2006-12-21 12:51

minor test cleanup, converted some println's to asserts

6 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml: DomToGroovy.java (+6 -2)
paulk 2006-10-13 12:55

Further improvements and testcases

48 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml: DomToGroovy.java (+48 -48)
paulk 2006-10-12 11:41

GROOVY-1517 update DomToGroovy to support latest MarkupBuilder syntax

7 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml: DomToGroovy.java (+7 -15)
jstrachan 2003-11-04 13:00

Minor fixes to avoid some PMD code warnings, mostly removing unused code & adding some equals() implementations.



Also refactored GroovyClassLoader into groovy.lang

0 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml: DomToGroovy.java (-3)
jstrachan 2003-10-09 18:24

* added SAX and Markup builders for easy creation of SAX events or XML / HTML markup



* added tree navigation methods to Node.



node.depthFirst().each { n | n.println() }



* added times() method to numbers for easy looping



* added join() method to collections for easy string concatenation



* fixed some bad exception stack traces when methods fail



* refactored the groovy packages into util



* nearly implemented while & do/while - just need a few bugs fixed

23 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml: DomToGroovy.java (+23 -13)
jstrachan 2003-09-26 18:36

Moved the GroovyTestCase into the core groovy.lang package (since the primary use case for Groovy to start with is writing unit test cases). We could move this to groovy.test later on maybe.



Also I've updated the copyright notice to be to myself and bob

1 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml: DomToGroovy.java (+1 -1)
jstrachan 2003-09-22 14:06

latest version of the XML -> Groovy generator to see what XML looks like using Groovy code

132 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml: DomToGroovy.java (+132 -30)
jstrachan 2003-09-21 10:08

Added first cut of an XML -> Groovy converter to allow folks to migrate from using XML to using Groovy for markup

239 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT