This method gets called when a start tag is encountered.

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

Syntax

C#
public override void StartElement(
	string uri,
	string lname,
	string name,
	Hashtable attrs
)
Visual Basic
Public Overrides Sub StartElement ( _
	uri As String, _
	lname As String, _
	name As String, _
	attrs As Hashtable _
)
Visual C++
public:
virtual void StartElement(
	String^ uri, 
	String^ lname, 
	String^ name, 
	Hashtable^ attrs
) override

Parameters

uri
Type: System..::..String
lname
Type: System..::..String
name
Type: System..::..String
the name of the tag that is encountered
attrs
Type: System.Collections..::..Hashtable
the list of attributes

See Also