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 {@link 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. |
XsDateFormat | An instance of {@link java.text.Format}, which may be used to parse
and format |
XsDateTimeFormat | An instance of {@link java.text.Format}, which may be used
to parse and format |
XsTimeFormat | An instance of {@link java.text.Format}, which may be used to parse
and format |
Utility classes used by JaxMeXS.