Added flag to fix XSTR-134
19 lines of code changed in:
added a close() method
13 lines of code changed in:
Added a writer for StAX
68 lines of code changed in:
Got acceptance tests working against StAX
33 lines of code changed in:
Added a StAX implementation of the driver and reader
245 lines of code changed in:
CharConverter support \0 char
43 lines of code changed in:
Updated link to latest XPP3 library
1 lines of code changed in:
XSTR-118: Provided mechanism to access wrapped exception for JDK 1.3
42 lines of code changed in:
Bugfix XST-125: Out Of Bounds Exception
16 lines of code changed in:
Added test for XML unfriendly chars
9 lines of code changed in:
Serialization now supports inheritance hierarchies of writeObject(). (Deserialization doesn't yet though)
37 lines of code changed in:
Added testsuite for the Writers (and fixed an unnoticed classcastexception bug in DomWriter)
148 lines of code changed in:
DocumentFactory can now be passed in
12 lines of code changed in:
Removed duplication from JDomReader
44 lines of code changed in:
XSTR-119: JDom reader/writer, contributed by Laurent Bihanic
353 lines of code changed in:
Optimize import
0 lines of code changed in:
Added XomWriter
112 lines of code changed in:
Added XomReader, to allow deserializing from an existing XOM tree.
103 lines of code changed in:
Introduced superclass for Readers to remove duplication and make new impls easier to create.
48 lines of code changed in:
XSTR-108: Added DomWriter (contributed by Michael Kopp)
46 lines of code changed in:
Performance
17 lines of code changed in:
Moved Path string logic into Path object
37 lines of code changed in:
Performance
11 lines of code changed in:
Performance
3 lines of code changed in:
Introduced Path object to encapsulate an XPath reference, which was previously a String. This allows the object to have behavior and caching (and reduces the need for repetitive string manipulation).
306 lines of code changed in:
Performance improvement. TreeMap was legacy of an old implementation.
3 lines of code changed in: