addAttributeValue

addAttributeValue(String value) method

Quotes attribute value and adds it to the html file.

Parameters

NameTypeDescription
valueStringAttribute value string.

Returns

void


addAttributeValue(char[] value) method

Quotes attribute value and adds it to the html file.

Parameters

NameTypeDescription
valuechar[]Attribute value string.

Returns

void


addAttributeValue(char[] value, int startIndex, int length) method

Quotes attribute value and adds it to the html file.

Parameters

NameTypeDescription
valuechar[]Attribute value string.
startIndexintStart index of the portion to add.
lengthintLength of the portion to add.

Returns

void