public class XmlDeserializer
extends org.apache.axis.encoding.DeserializerImpl
XMLizable
object.Constructor and Description |
---|
XmlDeserializer() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
onEndElement(String arg0,
String arg1,
org.apache.axis.encoding.DeserializationContext arg2) |
org.apache.axis.message.SOAPHandler |
onStartChild(String namespace,
String localName,
String prefix,
Attributes attributes,
org.apache.axis.encoding.DeserializationContext context)
This method is invoked when an element start tag is encountered.
|
void |
onStartElement(String arg0,
String arg1,
String arg2,
Attributes arg3,
org.apache.axis.encoding.DeserializationContext arg4) |
void |
valueComplete() |
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, setValue, startElement
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public org.apache.axis.message.SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, org.apache.axis.encoding.DeserializationContext context) throws SAXException
onStartChild
in class org.apache.axis.encoding.DeserializerImpl
namespace
- is the namespace of the elementlocalName
- is the name of the elementprefix
- is the element's prefixattributes
- are the attributes on the element...used to get the typecontext
- is the DeserializationContextSAXException
public void onStartElement(String arg0, String arg1, String arg2, Attributes arg3, org.apache.axis.encoding.DeserializationContext arg4) throws SAXException
onStartElement
in class org.apache.axis.encoding.DeserializerImpl
SAXException
SOAPHandler.onStartChild(String, String, String, Attributes, DeserializationContext)
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class org.apache.axis.message.SOAPHandler
SAXException
ContentHandler.characters(char[], int, int)
public void onEndElement(String arg0, String arg1, org.apache.axis.encoding.DeserializationContext arg2) throws SAXException
onEndElement
in class org.apache.axis.encoding.DeserializerImpl
SAXException
Deserializer.onEndElement(java.lang.String, java.lang.String,
org.apache.axis.encoding.DeserializationContext)
public void valueComplete() throws SAXException
valueComplete
in class org.apache.axis.encoding.DeserializerImpl
SAXException
Deserializer.valueComplete()
Copyright © 2017. All rights reserved.