Package thing
Class ThinletReader
java.lang.Object
thing.ThinletReader
A SAX parser for Thinlet XML.
It is actually a thin wrapper around the
parse() methods of
the Thinlet class.- Author:
- Dirk Moebius
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(Reader reader, ThinletReader.SAXHandler handler) voidparse(String xml, ThinletReader.SAXHandler handler)
-
Constructor Details
-
ThinletReader
public ThinletReader()
-
-
Method Details
-
parse
- Throws:
ParseException
-
parse
- Throws:
ParseException
-