org.apache.xmlrpc.parser
Class DoubleParser
java.lang.Object
org.apache.xmlrpc.parser.TypeParserImpl
org.apache.xmlrpc.parser.AtomicParser
org.apache.xmlrpc.parser.DoubleParser
- All Implemented Interfaces:
- TypeParser, ContentHandler
public class DoubleParser
- extends AtomicParser
Parser for double values.
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 |
DoubleParser
public DoubleParser()
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.