Package com.simonstl.gorille

Code for working with XML documents as both markup and text.

See:
          Description

Interface Summary
ContextI Represents the context for the current event.
DocProcI The docProcI interface provides access to low-level information in an XML (or other markup, since this processing works below even the well-formedness processing in an XML parser.
 

Class Summary
AsciiRules Generated code created by the com.simonstl.gorille.CharRulesGen class.
BrutEOL  
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  
Context Created by IntelliJ IDEA.
DocProcCollector DocProcCollector stores event information in a StringBuffer, which can be printed using the print() method.
DocProcImpl DocProcImpl is a blank handler.
DocProcReporter DocProcReporter just prints the contents of everything that goes by.
GeneratedRules Generated code created by the com.simonstl.gorille.CharRulesGen class.
LoudContext Created by IntelliJ IDEA.
Ripper A context-aware processor for manipulating markup labels and content.
RipperTest Created by IntelliJ IDEA.
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.
 

Exception Summary
GorilleException An exception class for general use with the Tiny API for Markup.
 

Package com.simonstl.gorille Description

Code for working with XML documents as both markup and text.