| java.lang.Object org.custommonkey.xmlunit.SimpleSerializer
SimpleSerializer | public class SimpleSerializer (Code) | | Simple serialization class that uses a NodeInputStream (and hence
a DOM-to-Stream identity transformation) to perform the work.
This is not an efficient process for serialization, but it is portable
across underlying transform implementations which always comes in handy...
Only used so far for testing hence it's position in the test side of the
source tree.
|
SimpleSerializer | public SimpleSerializer()(Code) | | Construct a new instance with default buffer size
|
SimpleSerializer | public SimpleSerializer(int bufferSize)(Code) | | Construct a new instance with specific buffer size (handy for large
documents)
|
|
|