| java.lang.Object sample.Writer
Writer | public class Writer (Code) | | A simple writer program to show the use of the pull parsing API. This
program serializes event objects back to XML syntax.
author: Andy Clark version: $Id$ |
Method Summary | |
public static void | main(String[] argv) Main program. | public static void | write(XMLPullParser parser, String sysid) Writes a document's content to standard output. |
write | public static void write(XMLPullParser parser, String sysid) throws XNIException, IOException(Code) | | Writes a document's content to standard output.
Parameters: parser - The pull parser to use. Parameters: sysid - The system id of the document to read. |
|
|