com.infoengine.soap.util.sax
Class IEAttributeDeserializer
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.infoengine.soap.util.sax.SAXObjectDeserializer
com.infoengine.soap.util.sax.NestingObjectDeserializer
com.infoengine.soap.util.sax.IEAttributeDeserializer
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler, SOAPParameter
- public class IEAttributeDeserializer
- extends NestingObjectDeserializer
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 |
chars
private StringBuffer chars
contentType
private String contentType
att
private Att att
IEAttributeDeserializer
public IEAttributeDeserializer()
throws SAXException
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
- Specified by:
characters
in interface ContentHandler
- Overrides:
characters
in class NestingObjectDeserializer
- Throws:
SAXException
startElement
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
throws SAXException
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class NestingObjectDeserializer
- Throws:
SAXException
endElement
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class NestingObjectDeserializer
- Throws:
SAXException