Parser Availability and Reference
Parsers are used in conjunction with a transport Connector to interpret or generate
the content that travels over the Connector's byte stream.
You can write your own parsers if needed, an example of how to do so is found
through the regular expression parser. From
version 4.6 every parser needs a public string getVersion() method, and
the jar file should include a metamerge.inf file with information about the
parser. An example of a metamerge.inf file can be extracted from the
jar file of the regExp parser.
Base Parsers
|