Package com.simonstl.gorille

Code for testing character usage in XML documents against rules documents.

See:
          Description

Class Summary
AsciiRules Generated code created by the com.simonstl.gorille.CharRulesGen class.
CharRange This class stores a set of bounds for characters or a single acceptable value, making it easy to define rule sets separately from the vocabulary defined for the examples.
CharRanges This class stores a set of ranges of characters, making it easy to define rule sets separately from the vocabulary defined for the examples.
CharRules This class stores a set of ranges of characters, allowing XML processors to test against different kinds of ranges.
CharRulesFilter A SAX filter which tests information against the XML character rules.
CharRulesGen This class writes Java code based on the contents of an XML Gorille config file.
CharRulesLoader This class loads the information stored in a chars document for use in character verification.
CharTester This class tests TestCharRules.
TestCharRules A test for the XML character rules.
Xml10Rules Generated code created by the com.simonstl.gorille.CharRulesGen class.
Xml11Rules Generated code created by the com.simonstl.gorille.CharRulesGen class.
 

Package com.simonstl.gorille Description

Code for testing character usage in XML documents against rules documents.