addAttributeValue

addAttributeValue(String value) function

Quotes attribute value and adds it to the html file.

Parameters

NameTypeDescription
valueStringAttribute value string.

addAttributeValue(char[] value) function

Quotes attribute value and adds it to the html file.

Parameters

NameTypeDescription
valuechar[]Attribute value string.

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

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.