Package 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
Parser for double values.
-
Field Summary
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, startElementMethods inherited from class org.apache.xmlrpc.parser.TypeParserImpl
endDocument, endPrefixMapping, getDocumentLocator, getResult, ignorableWhitespace, isEmpty, processingInstruction, setDocumentLocator, setResult, skippedEntity, startPrefixMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
DoubleParser
public DoubleParser()
-
-
Method Details
-
setResult
- Specified by:
setResultin classAtomicParser- Throws:
SAXException
-