/
Binary File Grammar Nodes

PhixFlow Help

Binary File Grammar Nodes

There are three classes of node in a binary file grammar:

  1. Control nodes that define the possible options, sequences, choices and repeating loops in the file. These nodes are:
    1. <Grammar/>
    2. <Repeat/>
    3. <Sequence/>
    4. <Choice/>
  2. Logic nodes that run Expressions to calculate values that might be used later, or to carry out validation logic. These nodes are:
    1. <Script/>
    2. <Validate/>
  3. Data nodes that construct the Attributes and Records that will be generated by the binary file reader. These nodes are:
    1. <Record/>
    2. <Attribute/>
    3. <Tag/>
    4. <Length/>
    5. <Name/>
    6. <Value/>
    7. <Bytes/>

Other pages

Related content

Binary File Grammar Nodes
Binary File Grammar Nodes
More like this
Binary File Grammar Nodes
Binary File Grammar Nodes
More like this
Binary File Grammar Nodes
Binary File Grammar Nodes
More like this
Binary File Grammar
Binary File Grammar
More like this
Binary File Grammar
Binary File Grammar
More like this
Binary File Grammar
Binary File Grammar
More like this

Please let us know if we could improve this page feedback@phixflow.com