Uses of Class
com.reverseXSL.parser.Definition

Packages that use Definition
com.reverseXSL.parser   
 

Uses of Definition in com.reverseXSL.parser
 

Constructors in com.reverseXSL.parser with parameters of type Definition
Parser(Definition msgDef, int maxFatEx, int maxEx)
          Initialises a new Parser object with a reference Definition and Exception handling parameters.
Parser(Definition msgDef, int maxFatEx, int maxEx, int maxMisMatch)
          Variant of Parser.Parser(Definition, int, int) that allows to set the max number of successive segment/element matching failures after which the parser will attempt to 'backtrack'.