Group/Filter
The Group/Filter object is the primary structuring element in the model tree. This object organizes the parent element and its children into a structure. The screenshot below shows that the Group/Filter object does not have a name and contains a Text Capture object and a Split object.
For information about how to add objects to the model tree, see Insert an Object.
Properties in the Properties pane
You can configure the following properties of the Group/Filter object:
The Output XML name property represents the name of the Group/Filter object. If this property contains a value, this value will appear as an element in the XML tree in the Output pane, and the results produced by the group contents will be nested within this element. If the Group/Filter object has no name, no additional element will appear in the Output pane.
The example below shows that the Group/Filter object with its children have been defined in the Schema pane. The Group/Filter object is called Row, and the text captures are called Col1, Col2, Col3, and Col4. The Horizontal Anchor Assignments determine the positions of separators on the page. The anchors do not appear in the XML tree in the Output tree. The structure shown in the tree above will appear as follows in the XML tree in the Output pane:
<Row> <Col1>Garden design</Col1> <Col2>6</Col2> <Col3>50</Col3> <Col4>300</Col4> </Row> <Row>...</Row> <Row>...</Row>
|
The Grouping type property enables you to specify grouping criteria and offers the following options:
•The One Group per Page option creates only one group of objects per page, which results in single-page groups, each having an index corresponding to the index number of the page in the parent sequence. This property is useful if you want to wrap each page inside some XML element (which will be visible in the Output pane), or if you want to limit processing to a particular page or page range from the entire document. To select a particular page or page range, enter the page index or range, respectively, in the Select Groups field (see next property).
•The Groups from List option works as follows: Single-page indexes become single-page groups, whereas a page range becomes one group. You can specify page numbers and a page range in the Pages field that appears when you select the Groups from List option. You can extend a page range to the end of the document by omitting the last page index: e.g., entering 5- will select pages starting from Page 5 until the end of the document. Leaving the Pages field empty will cause the whole document to be processed.
|
The Select Groups property is an index list that allows selecting only a particular group or groups. The logic of this field is the same as in print dialogs in which you specify pages to be printed. For example, if you have defined groups with the page range 1-3, 6-10, 13-15, and you want to select the second page range, you need to enter 2 in the Select Groups field. In this case, 2 refers to the second group of pages, which is the page range 6-10. Leaving the Select Groups property empty will cause all the groups to be processed.
|