All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----xg.xg_AttList | +----xs.xs_StyleAttList
Return a single 'style' attribute generated from all the attributes herein.
Return the value of a single 'style' attribute generated from all the attributes herein.
An attribute list with attributes: n1="v1", n2="v2", etc.
public static final String StyleAttName
public xs_StyleAttList()
public xg_Attribute getStyleAtt()
Return a single 'style' attribute generated from all the attributes herein. This 'style' attribute is not actually a member of this attribute list.
An attribute list with attributes: n1="v1", n2="v2", etc. will be returned as one attribute of the form: style="n1:v1; n2:v2; ...".
public String getStyleAttValue()
Return the value of a single 'style' attribute generated from all the attributes herein.
An attribute list with attributes: n1="v1", n2="v2", etc. will be returned as one value of the form: "n1:v1; n2:v2; ...".
All Packages Class Hierarchy This Package Previous Next Index