|
Class Summary |
| HandlerTest |
HandlerTest is a very basic extension of TAMHandlerImpl
that reports events to System.out. |
| TAMAttribute |
An implementation of TAMName that adds
a space for the value of the attribute. |
| TAMAttributesImpl |
An implementation of TamAttributes,
used by TAMParserImpl to report
attributes. |
| TAMElement |
A simple extension of TAMName which can
hold and manipulate attributes as well as keep track if the element is empty. |
| TAMHandlerImpl |
A no-op set of handlers that can be used for easy and more complete handling of TAM events. |
| TAMName |
A basic class for holding namespace-qualified names. |
| TAMNSContext |
Derived from the com.simonstl.moe.NamespaceContext class. |
| TAMNSName |
Derived from com.simonstl.moe.NamespaceDecl. |
| TAMParserImpl |
A simple implementation of an XML parser using the TAM interface. |