Web Analytics Made Easy - Statcounter
Skip to content

Label attributes#

Label attributes are defined in the label attribute space (short name: la), that matches only label nodes.

Attributes inherited from the node attribute space:

Attribute name Short name Possible values Examples
hidden h true, false la.h
not la.h
name n strings in quotes la.n "A"
la.n "L*"
selected true, false la.selected
not la.selected
selectionFlag sf true, false la.sf false
la.sf
visibilityFlag vf true, false la.vf false
la.vf
visible v true, false la.v
not la.v

hidden#

Inherited from node.hidden.

name#

Inherited from node.name.

selected#

Inherited from node.selected, but without the short name s.

selectionFlag#

Inherited from node.selectionFlag.

visibilityFlag#

Inherited from node.visibilityFlag.

visible#

Inherited from node.visible.