Constructor Attributes
Attributes()
Construct a new, empty Attributes object.
Declaration
public Attributes()
Attributes(IAttributes)
Copy an existing Attributes object.
This constructor is especially useful inside a StartElement(String, String, String, IAttributes).
Declaration
public Attributes(IAttributes atts)
Parameters
Type | Name | Description |
---|---|---|
IAttributes | atts | The existing Attributes object. |