Utility classes used by JaxMeXS.
See: Description
Class Summary | |
---|---|
DTDParser | A SAX parser converting a DTD into an instance of XML Schema. |
DTDParser.ChildToken | |
DTDParser.DtdDeclHandler | Implementation of a DeclHandler for reading the element and attribute declarations. |
DTDParser.DTDAttribute | This class is used to collect the attributes in the DTD temporarily. |
DTDParser.DTDElement | This class is used to collect the elements in the DTD temporarily. |
DTDParser.StringBufferReader | This class is similar to a StringReader, except that it allows to extend the input dynamically. |
LoggingContentHandler | A content handler, which may be used to log a stream of SAX events. |
XsDateFormat | An instance of java.text.Format, which may be used to parse
and format |
XsDateTimeFormat | An instance of java.text.Format, which may be used
to parse and format |
XsTimeFormat | An instance of java.text.Format, which may be used to parse
and format |
Utility classes used by JaxMeXS.