org.apache.xmlrpc.parser

Class DateParser

Implemented Interfaces:
ContentHandler, TypeParser

public class DateParser
extends AtomicParser

Parser for integer values.

Field Summary

Fields inherited from class org.apache.xmlrpc.parser.AtomicParser

sb

Constructor Summary

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

Method Summary

protected void
setResult(String pResult)

Methods inherited from class org.apache.xmlrpc.parser.AtomicParser

characters, endElement, setResult, startDocument, startElement

Methods inherited from class org.apache.xmlrpc.parser.TypeParserImpl

characters, endDocument, endPrefixMapping, getDocumentLocator, getResult, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startDocument, startPrefixMapping

Constructor Details

DateParser

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

Method Details

setResult

protected void setResult(String pResult)
            throws SAXException
Overrides:
setResult in interface AtomicParser

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.