addAttributeValue
addAttributeValue(String value) method
Quotes attribute value and adds it to the html file.
Parameters
Name | Type | Description |
---|---|---|
value | String | Attribute value string. |
Returns
void
addAttributeValue(char[] value) method
Quotes attribute value and adds it to the html file.
Parameters
Name | Type | Description |
---|---|---|
value | char[] | Attribute value string. |
Returns
void
addAttributeValue(char[] value, int startIndex, int length) method
Quotes attribute value and adds it to the html file.
Parameters
Name | Type | Description |
---|---|---|
value | char[] | Attribute value string. |
startIndex | int | Start index of the portion to add. |
length | int | Length of the portion to add. |
Returns
void