|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsjg.xml.Parser
public class Parser
An xml parser. Use the static methods parse(String) or parse(InputStream)
| Constructor Summary | |
|---|---|
Parser()
|
|
| Method Summary | |
|---|---|
static Document |
parse(java.applet.Applet applet,
java.lang.String fn)
Load a document from an applet jar |
static Document |
parse(java.io.InputStream is)
Parses an input stream. |
static Document |
parse(java.lang.String text)
Parses a text string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parser()
| Method Detail |
|---|
public static Document parse(java.lang.String text)
public static Document parse(java.io.InputStream is)
public static Document parse(java.applet.Applet applet,
java.lang.String fn)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||