Programmer Guide/Macro Library/BXMLDoc/SelectIRef
From STX Wiki
< Programmer Guide | Macro Library | BXMLDoc
Jump to navigationJump to search
bxmldoc SelectIRef [ pos=* ; in=0 ]-
- pos
- An (unique internal) element reference, a xml-position or the character
*for the current element. - in
- Go into the selected element (
1) or not (0).
- Result
- 0 for success or an errorcode
- Description
- Selects the element referred to by pos. If the element is selected successfully and in equals
1, the child element level of the element is selected. You can create an IRef for an element with the member functionFormatIRef. - see also
- commands IREF and POSITION