Provides a representation of arrays of digested objects. It extends LaTeXML::Common::Object.
Methods
"LaTeXML::Core::Array->new(%options);"
Creates an Array object Options are
values List of values; typically Tokens, initially.
type The type of objects (as a ParameterType)
The following are Tokens lists that are used for reverting to raw TeX, each can be undef
open the opening delimiter eg "{"
close the closing delimiter eg "}"
separator the separator between items, eg ","
itemopen the opening delimiter for each item
itemclose the closing delimiter for each item
Accessors
"$value = $array->getValue($n)"
Return the $n-th item in the list.
"$array->setValue($n,$value)"
Sets the $n-th value to $value.
"@values = $keyval->getValues();"
Return the list of values.
"$keyval->beDigested;"
Return a new "LaTeXML::Core::Array" object with all values digested as appropriate.