com.infoengine.soap.util.sax
Class PrimitiveDeserializer
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.infoengine.soap.util.sax.SAXObjectDeserializer
com.infoengine.soap.util.sax.PrimitiveDeserializer
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler, SOAPParameter
- public class PrimitiveDeserializer
- extends SAXObjectDeserializer
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
soapType
private int soapType
chars
private StringBuffer chars
PrimitiveDeserializer
PrimitiveDeserializer(int soapType)
cleanup
void cleanup()
- Overrides:
cleanup
in class SAXObjectDeserializer
init
void init(int soapType)
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
- Throws:
SAXException
startElement
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
throws SAXException
- Throws:
SAXException
endElement
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
- Throws:
SAXException