| Name | Description | Type | Package | Framework |
| Main | A simple test harness which demonstrates how the MarkupDigester class (plus the supporting interface/rule classes) can process document-markup | Class | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons |
| MarkupDigester | This is a subclass of digester which supports rules which implement the TextSegmentHandler interface, causing the textSegment method | Class | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons |
| SetTextSegmentRule | When a text segment is discovered, it calls a specific method on the top object on the stack. | Class | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons |
| TextSegmentHandler | Interface | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons | |