Web Analytics Made Easy - Statcounter
Skip to content

File attributes#

File attributes are defined in the file attribute space (short name: fi), that matches only file nodes.

Attributes inherited from the node attribute space:

Attribute name Short name Possible values Examples
name n strings in quotes fi.n "A"
fi.n "L*"
selected true, false fi.selected
not fi.selected
selectionFlag sf true, false fi.sf false
fi.sf

name#

Inherited from node.name.

selected#

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

selectionFlag#

Inherited from node.selectionFlag.