Annotation
.
@return a reference
Return the content that has been written to this writer.
Return the content that has been written to this writer.
Return the content that has been written to this output stream.
Returns the content nodes of this branch as a backed {@link List}so that the content of this branch may be modified directly using the {@link List}interface. The List
is backed by the Branch
so that changes to the list are reflected in the branch and vice versa.
List
associated information
The value of content will be XML escaped. Use add("content",value,false) if the value does not have characters that need escaping.
@param content the String | null. @return the receiver, thisHtmlAttributes
instance.
@since HTML4.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|