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

Directory Created:
2005-10-02 11:32
Directory Deleted:
2005-10-07 10:11
Total Files:
0
Deleted Files:
9
Lines of Code:
0

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 42 (100.0%) 375 (100.0%) 8.9
tug 40 (95.2%) 367 (97.9%) 9.1
phk 2 (4.8%) 8 (2.1%) 4.0

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:

tug 2005-10-07 09:38

ensure that namespace prefixes are not ""

2 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util/slurpersupport: Node.java (+2 -2)
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

55 lines of code changed in:

tug 2005-10-04 17:08

Fix a problem with the parent chain

1 lines of code changed in:

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

Add namespace supprt to XmlSlurper

120 lines of code changed in:

tug 2005-10-03 21:01

Remove JDK 1.5 dependancies

2 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util/slurpersupport: GPathResult.java (+2 -2)
tug 2005-10-03 20:00

Some changes towards namespace support

55 lines of code changed in:

tug 2005-10-03 19:07

Trying to roll back the changes to invokeMethod - hold on to your hats!

39 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util/slurpersupport: Attributes.java (+8 -3), Node.java (+31 -19)
phk 2005-10-03 17:54

The four access modifiers (say, private, protected, public and package default)

to (static or not) methods should work like as they do in Java.



To do that, a new method



public Object invokeMethodAt(Class at, String name, Object args)



(which is a temporay replacement of the method "invokeMethod"),

has been added to the interface GroovyObject.



For a test suit, StaticMethodAccessBug.groovy and its companions have been added.

8 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util/slurpersupport: Attributes.java (+1 -1), Node.java (+7 -6)
tug 2005-10-02 16:46

Add a list() method to gereate a List of nodes for things like sorting.

13 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util/slurpersupport: GPathResult.java (+13)
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

80 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT