2022.2

Table Of Contents
Numberthatmaybesetto:
l
0orsteps.MOVELINES:thecurrentpositionissettothenextline.
l
1orsteps.MOVEDELIMITERS:thecurrentpositionissettothenextdelimiter(asdefinedinthe
InputDatasettings).
l
2(nextlinewithcontent):thecurrentpositionissettothenextlinethatcontainsanytext.
Example: Thefollowinglineofcodemovesthecurrentpositiontothenextlinethatcontainsany
text.
steps.moveToNext(2);
XML
scope
Numberthatmaybesetto:
l
0orsteps.MOVENODE:ThecurrentpositionissettothenextnodeintheXML,regardlessofits
levelinthehierarchy;thenextnodemaybeachildelement,asiblingnode,oranodethatis
higherintheXMLhierarchythanthecurrentnode.
l
1orsteps.MOVESIBLING:thecurrentpositionissettothenextsiblingnodeintheXMLhier-
archy.
JSON
MovesthecurrentpositiontothenextelementintheJSONhierarchybasedonthespecifiedscope.
scope
Numberthatmaybesetto:
l
0orsteps.MOVENODE:thecurrentpositionissettothefirstavailablenextelementelementin
theJSON.Thenextelementislookedforinthefollowingorder:firstchild,nextsibling,parent's
sibling.
l
1orsteps.MOVESIBLING:thecurrentpositionissettothenextelementinthesameparent,i.e.
thenextelementinanarrayorthenextkey-valuepairinanobject.
moveToNext(left, right)
MovesthecurrentpositioninaPDF filetothenextlinethatcontainsanytext,thesearchfortextbeing
containedwithintheleftandrightparameters,expressedinmillimeters.
left
Doublethatrepresentstheleftedge(inmillimeters)ofthetexttofind.
Page 401