Parses a given file.
            
Namespace: iTextSharp.text.xmlAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
 Syntax
Syntax
| C# | 
|---|
| public virtual void Go( IDocListener document, string file, Hashtable tagmap ) | 
| Visual Basic | 
|---|
| Public Overridable Sub Go ( _ document As IDocListener, _ file As String, _ tagmap As Hashtable _ ) | 
| Visual C++ | 
|---|
| public: virtual void Go( IDocListener^ document, String^ file, Hashtable^ tagmap ) | 
Parameters
- document
- Type: iTextSharp.text..::..IDocListener
- file
- Type: System..::..String
- tagmap
- Type: System.Collections..::..Hashtable





