Overview | Methods | Fields | This Package | All Packages
Adds an attribute inside the current tag's less-than (<) and greater-than (>) characters.
Syntax
protected final void addAttrString( String strAttr, String strValue )
Parameters
strAttr
The name of the attribute to add.
strValue
The string value of the new attribute.