[root]/groovy/groovy-core/src/main/org/codehaus/groovy/sandbox/util/slurpersupport
Move XmlSlurper and the Streaming Builders out of the sandbox
0 lines of code changed in:
ensure that namespace prefixes are not ""
2 lines of code changed in:
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:
Fix a problem with the parent chain
1 lines of code changed in:
Add namespace supprt to XmlSlurper
120 lines of code changed in:
Remove JDK 1.5 dependancies
2 lines of code changed in:
Some changes towards namespace support
55 lines of code changed in:
Trying to roll back the changes to invokeMethod - hold on to your hats!
39 lines of code changed in:
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:
Add a list() method to gereate a List of nodes for things like sorting.
13 lines of code changed in:
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: