Package org.apache.xmlrpc.parser
Class CalendarParser
java.lang.Object
org.apache.xmlrpc.parser.TypeParserImpl
org.apache.xmlrpc.parser.AtomicParser
org.apache.xmlrpc.parser.CalendarParser
- All Implemented Interfaces:
TypeParser
,ContentHandler
Parser for integer values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.apache.ws.commons.util.XsDateTimeFormat
Fields inherited from class org.apache.xmlrpc.parser.AtomicParser
sb
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.xmlrpc.parser.AtomicParser
characters, endElement, startDocument, startElement
Methods inherited from class org.apache.xmlrpc.parser.TypeParserImpl
endDocument, endPrefixMapping, getDocumentLocator, getResult, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startPrefixMapping
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
format
private static final org.apache.ws.commons.util.XsDateTimeFormat format
-
-
Constructor Details
-
CalendarParser
public CalendarParser()
-
-
Method Details
-
setResult
- Specified by:
setResult
in classAtomicParser
- Throws:
SAXException
-