Namespace: iTextSharp.text.xml.simpleparser
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public static void Parse( ISimpleXMLDocHandler doc, ISimpleXMLDocHandlerComment comment, TextReader r, bool html ) |
| Visual Basic |
|---|
Public Shared Sub Parse ( _ doc As ISimpleXMLDocHandler, _ comment As ISimpleXMLDocHandlerComment, _ r As TextReader, _ html As Boolean _ ) |
| Visual C++ |
|---|
public: static void Parse( ISimpleXMLDocHandler^ doc, ISimpleXMLDocHandlerComment^ comment, TextReader^ r, bool html ) |