Class Summary |
DaggooClient |
Simple interface methods to get information from the Daggoo service wrapper database,
e.g. is this WSDL already available as Moby services? |
IterativeMatchResult |
A utility class used by MobyComplexBuilder to "trick" rule
evaluation into seeing specific individual instances of
quantified regex capture groups, e.g. |
MobyClient |
The engine that finds MOBY data in unstructured text or DOM of other XML languages according
to a rules database. |
MobyComplexBuilder |
Class used by MobyClient to build the MOBY rule database from a configuration file. |
RegexParser |
This class contains methods for extracting parts of regular expressions,
mainly for use in MobyComplexBuilder in dealing with nested rules, etc. |
TextClient |
This class uses XSLT rules to transform MOBY XML data representation
(during service invocation) to plain text. |