Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » xml » [javadoc | source]
com.lowagie.text.xml
public class: XmlParser [javadoc | source]
java.lang.Object
   com.lowagie.text.xml.XmlParser

Direct Known Subclasses:
    HtmlParser

This class can be used to parse an XML file.
Field Summary
protected  SAXParser parser    This is the instance of the parser. 
Constructor:
 public XmlParser() 
Method from com.lowagie.text.xml.XmlParser Summary:
go,   go,   go,   go,   go,   go,   go,   parse,   parse,   parse,   parse,   parse,   parse,   parse,   parse,   parse,   parse,   parse,   parse
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.xml.XmlParser Detail:
 public  void go(DocListener document,
    InputSource is) 
    Parses a given file.
 public  void go(DocListener document,
    String file) 
    Parses a given file.
 public  void go(DocListener document,
    InputSource is,
    String tagmap) 
    Parses a given file.
 public  void go(DocListener document,
    InputSource is,
    InputStream tagmap) 
    Parses a given file.
 public  void go(DocListener document,
    InputSource is,
    HashMap tagmap) 
    Parses a given file.
 public  void go(DocListener document,
    String file,
    String tagmap) 
    Parses a given file.
 public  void go(DocListener document,
    String file,
    HashMap tagmap) 
    Parses a given file.
 public static  void parse(DocListener document,
    InputSource is) 
    Parses a given file that validates with the iText DTD and writes the content to a document.
 public static  void parse(DocListener document,
    String file) 
    Parses a given file that validates with the iText DTD and writes the content to a document.
 public static  void parse(DocListener document,
    InputStream is) 
    Parses a given file that validates with the iText DTD and writes the content to a document.
 public static  void parse(DocListener document,
    Reader is) 
    Parses a given file that validates with the iText DTD and writes the content to a document.
 public static  void parse(DocListener document,
    InputSource is,
    String tagmap) 
    Parses a given file that validates with the iText DTD and writes the content to a document.
 public static  void parse(DocListener document,
    InputSource is,
    HashMap tagmap) 
    Parses a given file and writes the content to a document, using a certain tagmap.
 public static  void parse(DocListener document,
    String file,
    String tagmap) 
    Parses a given file that validates with the iText DTD and writes the content to a document.
 public static  void parse(DocListener document,
    String file,
    HashMap tagmap) 
    Parses a given file and writes the content to a document, using a certain tagmap.
 public static  void parse(DocListener document,
    InputStream is,
    String tagmap) 
    Parses a given file that validates with the iText DTD and writes the content to a document.
 public static  void parse(DocListener document,
    InputStream is,
    HashMap tagmap) 
    Parses a given file and writes the content to a document, using a certain tagmap.
 public static  void parse(DocListener document,
    Reader is,
    String tagmap) 
    Parses a given file that validates with the iText DTD and writes the content to a document.
 public static  void parse(DocListener document,
    Reader is,
    HashMap tagmap) 
    Parses a given file and writes the content to a document, using a certain tagmap.