Static Public Member Functions | |
Document | parse (String text) |
Document | parse (InputStream is) |
Document | parse (java.applet.Applet applet, String fn) |
Static Package Attributes | |
final int | OPEN_TAG = 0 |
final int | CLOSE_TAG = 1 |
final int | OPEN_CLOSE_TAG = 2 |
|
Load a document from an applet jar |
|
Parses an input stream. |
|
Parses a text string. |