| 
|   | XmlParser () | 
|   | Constructs an XmlParser.  More...
  | 
|   | 
| virtual void  | Go (IDocListener document, XmlDocument xDoc) | 
|   | Parses a given file.  More...
  | 
|   | 
| virtual void  | Go (IDocListener document, String file) | 
|   | Parses a given file.  More...
  | 
|   | 
| virtual void  | Go (IDocListener document, XmlTextReader reader) | 
|   | Parses a given XmlTextReader.  More...
  | 
|   | 
| virtual void  | Go (IDocListener document, XmlDocument xDoc, XmlDocument xTagmap) | 
|   | Parses a given file.  More...
  | 
|   | 
| virtual void  | Go (IDocListener document, XmlTextReader reader, String tagmap) | 
|   | Parses a given XmlTextReader.  More...
  | 
|   | 
| virtual void  | Go (IDocListener document, String file, String tagmap) | 
|   | Parses a given file.  More...
  | 
|   | 
| virtual void  | Go (IDocListener document, String file, Hashtable tagmap) | 
|   | Parses a given file.  More...
  | 
|   | 
| virtual void  | Go (IDocListener document, XmlTextReader reader, Hashtable tagmap) | 
|   | Parses a given XmlTextReader.  More...
  | 
|   | 
 | 
| static void  | Parse (IDocListener document, XmlDocument xDoc) | 
|   | Parses a given file.  More...
  | 
|   | 
| static void  | Parse (IDocListener document, String file) | 
|   | Parses a given file.  More...
  | 
|   | 
| static void  | Parse (IDocListener document, XmlTextReader reader) | 
|   | Parses a given XmlTextReader.  More...
  | 
|   | 
| static void  | Parse (IDocListener document, XmlDocument xDoc, XmlDocument xTagmap) | 
|   | Parses a given file.  More...
  | 
|   | 
| static void  | Parse (IDocListener document, String file, String tagmap) | 
|   | Parses a given file.  More...
  | 
|   | 
| static void  | Parse (IDocListener document, String file, Hashtable tagmap) | 
|   | Parses a given file.  More...
  | 
|   | 
| static void  | Parse (IDocListener document, XmlTextReader reader, String tagmap) | 
|   | Parses a given XmlTextReader.  More...
  | 
|   | 
| static void  | Parse (IDocListener document, XmlTextReader reader, Hashtable tagmap) | 
|   | Parses a given XmlTextReader.  More...
  | 
|   | 
This class can be used to parse an XML file.