|
TUM CCSM Commons | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IXMLElementProcessor<E extends Enum<E>,X extends Exception> | This interface defines processors that process elements from an XML file. |
IXMLResolver<E extends Enum<E>,A extends Enum<A>> | Interface for resolution of element and attribute names. |
Class Summary | |
---|---|
ConstantNamespaceContext | A minimalistic implementation of NamespaceContext to be used with
XPath . |
LowercaseResolver<E extends Enum<E>,A extends Enum<A>> | XML resolver which transforms the enum names by making them lower case and replacing underscores by dashes. |
XMLReader<E extends Enum<E>,A extends Enum<A>,X extends Exception> | Utility class for reading XML documents. |
XMLResolver<E extends Enum<E>,A extends Enum<A>> | Default implementation of IXMLResolver . |
XMLUtils | Collection of utility methods for XML. |
XMLWriter<E extends Enum<E>,A extends Enum<A>> | Utility class for creating XML documents. |
XPathEvaluator | Evaluator for XPath expression. |
Enum Summary | |
---|---|
EXMLWriterExceptionType | Exception types to detail XMLWriterException s. |
Exception Summary | |
---|---|
XMLWriterException | XMLWriterExceptions are runtime exceptions thrown by the XMLWriter . |
The core of the framework is defined by the classes XMLWriter
and XMLReader
. Please have a look at the examples in test-src folder for further documentation.
|
TUM CCSM Commons | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |