|
| | HtmlParser () |
| | Constructs an XmlParser. More...
|
| |
| override void | Go (IDocListener document, XmlDocument xDoc) |
| | Parses a given file. More...
|
| |
| override void | Go (IDocListener document, String file) |
| | Parses a given file. More...
|
| |
| override void | Go (IDocListener document, XmlTextReader reader) |
| | Parses a given XmlTextReader. More...
|
| |
| override void | Go (IDocListener document, XmlDocument xDoc, XmlDocument xTagmap) |
| | Parses a given file. More...
|
| |
| override void | Go (IDocListener document, XmlTextReader reader, String tagmap) |
| | Parses a given XmlTextReader. More...
|
| |
| override void | Go (IDocListener document, String file, String tagmap) |
| | Parses a given file. More...
|
| |
| override void | Go (IDocListener document, String file, Hashtable tagmap) |
| | Parses a given file. More...
|
| |
| override void | Go (IDocListener document, XmlTextReader reader, Hashtable tagmap) |
| | Parses a given XmlTextReader. More...
|
| |
| | XmlParser () |
| | Constructs an XmlParser. More...
|
| |
|
| static new void | Parse (IDocListener document, XmlDocument xDoc) |
| | Parses a given file. More...
|
| |
| static new void | Parse (IDocListener document, String file) |
| | Parses a given file. More...
|
| |
| static new void | Parse (IDocListener document, XmlTextReader reader) |
| | Parses a given XmlTextReader. More...
|
| |
| static new void | Parse (IDocListener document, XmlDocument xDoc, XmlDocument xTagmap) |
| | Parses a given file. More...
|
| |
| static new void | Parse (IDocListener document, String file, String tagmap) |
| | Parses a given file. More...
|
| |
| static new void | Parse (IDocListener document, String file, Hashtable tagmap) |
| | Parses a given file. More...
|
| |
| static new void | Parse (IDocListener document, XmlTextReader reader, String tagmap) |
| | Parses a given XmlTextReader. More...
|
| |
| static new void | Parse (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.