public class XmlDeserializer_Axis11
extends org.apache.axis.encoding.DeserializerImpl
XMLizable
object.
This class works only under Axis v1.1.
Constructor and Description |
---|
XmlDeserializer_Axis11() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
onEndElement(java.lang.String arg0,
java.lang.String arg1,
org.apache.axis.encoding.DeserializationContext arg2) |
org.apache.axis.message.SOAPHandler |
onStartChild(java.lang.String namespace,
java.lang.String localName,
java.lang.String prefix,
org.xml.sax.Attributes attributes,
org.apache.axis.encoding.DeserializationContext context)
This method is invoked when an element start tag is encountered.
|
void |
onStartElement(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
org.xml.sax.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 void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
characters
in interface org.xml.sax.ContentHandler
characters
in class org.apache.axis.message.SOAPHandler
org.xml.sax.SAXException
ContentHandler.characters(char[], int, int)
public void onEndElement(java.lang.String arg0, java.lang.String arg1, org.apache.axis.encoding.DeserializationContext arg2) throws org.xml.sax.SAXException
onEndElement
in class org.apache.axis.encoding.DeserializerImpl
org.xml.sax.SAXException
Deserializer.onEndElement(java.lang.String, java.lang.String,
org.apache.axis.encoding.DeserializationContext)
public org.apache.axis.message.SOAPHandler onStartChild(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, org.apache.axis.encoding.DeserializationContext context) throws org.xml.sax.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 DeserializationContextorg.xml.sax.SAXException
public void onStartElement(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2, org.xml.sax.Attributes arg3, org.apache.axis.encoding.DeserializationContext arg4) throws org.xml.sax.SAXException
onStartElement
in class org.apache.axis.encoding.DeserializerImpl
org.xml.sax.SAXException
org.apache.axis.message.SOAPHandler#onStartElement(java.lang.String, java.lang.String,
java.lang.String, org.xml.sax.Attributes, org.apache.axis.encoding.DeserializationContext)
public void valueComplete() throws org.xml.sax.SAXException
valueComplete
in class org.apache.axis.encoding.DeserializerImpl
org.xml.sax.SAXException
Deserializer.valueComplete()
Copyright © 2013. All Rights Reserved.