Class XMLWritableReader

java.lang.Object
com.topologi.diffx.xml.sax.XMLWritableReader
All Implemented Interfaces:
XMLReader

public final class XMLWritableReader extends Object implements XMLReader
An XMLReader implementation that can be used to parse XMLWritable objects.

Typically, XMLWritable objects are wrapped into an XMLWritableInputSource so that the XMLReader API methods are used; however, it is perfectly possible to parse directly an XMLWritable object.

Version:
27 May 2005
See Also: