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()
Instantiates a new xml deserializer axis 11.
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length)
Characters.
|
void |
onEndElement(String arg0,
String arg1,
org.apache.axis.encoding.DeserializationContext arg2)
On end element.
|
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)
On start element.
|
void |
valueComplete()
Value complete.
|
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, setValue, startElementendDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic XmlDeserializer_Axis11()
public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class org.apache.axis.message.SOAPHandlerch - the chstart - the startlength - the lengthSAXException - the SAX exceptionContentHandler.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.DeserializerImplarg0 - the arg 0arg1 - the arg 1arg2 - the arg 2SAXException - the SAX exceptionDeserializer.onEndElement(java.lang.String, java.lang.String,
org.apache.axis.encoding.DeserializationContext)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.DeserializerImplnamespace - 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 - the SAX exceptionpublic 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.DeserializerImplarg0 - the arg 0arg1 - the arg 1arg2 - the arg 2arg3 - the arg 3arg4 - the arg 4SAXException - the SAX exceptionSOAPHandler.onStartChild(String, String, String, Attributes, DeserializationContext)public void valueComplete()
throws SAXException
valueComplete in class org.apache.axis.encoding.DeserializerImplSAXException - the SAX exceptionDeserializer.valueComplete()Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.