Package org.apache.xmlrpc.parser
package org.apache.xmlrpc.parser
-
ClassDescriptionAbstract base implementation of
TypeParser
for parsing an atomic value.Parser for BigDecimal values.Parser for BigInteger values.Parser for boolean values.A parser for base64 elements.Parser for integer values.Parser for integer values.Parser for double values.Base class for parsing external XML representations, like DOM, or JAXB.Parser for float values.Parser for byte values.Parser for short values.Parser for integer values.Parser for long values.Parser for long values.TypeParser
implementation for maps.A parser for DOM document.SAX parser for a nil element (null value).Parser for an array of objects, as created byObjectArraySerializer
.Abstract base class of a parser, that invokes other type parsers recursively.A parser for serializable objects.Parser implementation for parsing a string.Interface of a SAX handler parsing a single parameter or result object.Abstract base implementation of aTypeParser
, for derivation of subclasses.A SAX parser for anXmlRpcClient
's request.A SAX parser for anXmlRpcServer
's response.