Directory groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util/

Directory Created:
2004-06-15 10:21
Directory Deleted:
2005-10-07 10:11
Total Files:
0
Deleted Files:
1
Lines of Code:
0

Browse with ViewVC

[root]/groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util

                                        Folder removed from repo slurpersupport (0 files, 0 lines)

Lines of Code

groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
tug 20 (100.0%) 1224 (100.0%) 61.2

Most Recent Commits

tug 2005-10-07 10:11

Move XmlSlurper and the Streaming Builders out of the sandbox

0 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (del)
tug 2005-10-05 11:40

Try to choose good names for namespace prefixes when building the result of a GPath expression.

Use the name used in the parsed document unless directed otherwise

10 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+10 -1)
tug 2005-10-04 16:20

Add namespace supprt to XmlSlurper

2 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+2 -1)
tug 2005-10-02 11:32

Complete reimplementation of XMLSlurper. This version is intended to consume as little memory as possible and to allow the processing of very large XML documents

213 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+213 -843)
tug 2005-10-01 17:21

Commit a slightly tidier version proir to completely replacing the whole thing

48 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+48 -5)
tug 2005-09-22 09:59

Add an element() method to the object returned by selecting an attribute.

This returns the element having the attribute.

Currently this only works if there is precisley one match for the attribute name.

A later changewill allow a collection of elements to be returned.

37 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+37 -20)
tug 2005-09-21 13:39

Make text() and toString() do sane things for GPath expressions which match nothing

33 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+33)
tug 2005-09-19 11:39

Builder now handles Gpath expressions where there are attributes in namespacces

49 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+49 -28)
tug 2005-09-16 17:28

Remenber namespace information for attributes

19 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+19 -10)
tug 2005-09-16 15:51

Make XMLSlurper (partially) namespace aware.

Yielding a GPath expression in a Streaming Builder will put the elements in the correct namespace (previously the namespace information was ignored)

The namespace information for attributes is still ignored.

64 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+64 -17)
tug 2005-09-16 10:58

Make XMLSlurper handle a.b."@".each {..} properly

103 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+103 -26)
tug 2005-09-15 16:14

Add the ability to yield multiple nodes in a Builder closure

23 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+23 -14)
tug 2005-09-12 15:41

Remove the setter fro parent - this seems to cause some problems with name resolution.

1 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+1 -5)
tug 2005-09-12 15:30

Add patch to implement parent() in XMLSlurper



Thanks to Calvin Xiu for the patch

22 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+22 -4)
tug 2004-09-22 14:59

Make the Xml Element Writable

21 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+21 -1)
tug 2004-09-22 14:53

Make text() work with mixed content

2 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+2)
tug 2004-09-22 14:04

Allow text() to be ommitted in contexts which require a string

19 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+19 -11)
tug 2004-09-03 09:49

Add a contents() method to XmlList

This allows the contents of a node to be pasted into the thing being built by a Builder

22 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+22 -12)
tug 2004-09-02 18:38

Allow arbitrary subscripts in GPath expressions on the result of running XmlSlurper

Begin the work to allow GPath expressions to be used to specify markup to be generated by Builders

46 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (+46 -3)
tug 2004-06-15 10:21

Intial check in of XmlSlurper

490 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util: XmlSlurper.java (new 490)
Generated by StatSVN 0.3.2-SNAPSHOT