org.apache.xmlrpc.parser
Class DateParser

java.lang.Object
  extended by org.apache.xmlrpc.parser.TypeParserImpl
      extended by org.apache.xmlrpc.parser.AtomicParser
          extended by org.apache.xmlrpc.parser.DateParser
All Implemented Interfaces:
TypeParser, org.xml.sax.ContentHandler

public class DateParser
extends AtomicParser

Parser for integer values.


Field Summary
 
Fields inherited from class org.apache.xmlrpc.parser.AtomicParser
sb
 
Constructor Summary
DateParser(java.text.Format pFormat)
          Creates a new instance with the given format.
 
Method Summary
protected  void setResult(java.lang.String pResult)
           
 
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
 

Constructor Detail

DateParser

public DateParser(java.text.Format pFormat)
Creates a new instance with the given format.

Method Detail

setResult

protected void setResult(java.lang.String pResult)
                  throws org.xml.sax.SAXException
Specified by:
setResult in class AtomicParser
Throws:
org.xml.sax.SAXException


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.