Begins the process of processing an XML document

Namespace: iTextSharp.text.xml
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void Parse(
	string url
)
Visual Basic
Public Sub Parse ( _
	url As String _
)
Visual C++
public:
void Parse(
	String^ url
)

Parameters

url
Type: System..::..String
the XML document to parse

See Also