org.apache.xmlrpc.parser
Class DateParser
java.lang.Object
org.apache.xmlrpc.parser.TypeParserImpl
org.apache.xmlrpc.parser.AtomicParser
org.apache.xmlrpc.parser.DateParser
- All Implemented Interfaces:
- TypeParser, ContentHandler
public class DateParser
- extends AtomicParser
Parser for integer values.
Constructor Summary |
DateParser(Format pFormat)
Creates a new instance with the given format. |
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 |
DateParser
public DateParser(Format pFormat)
- Creates a new instance with the given format.
setResult
protected void setResult(String pResult)
throws SAXException
- Specified by:
setResult
in class AtomicParser
- Throws:
SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.