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(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, startElementendDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class org.apache.axis.message.SOAPHandlerSAXExceptionContentHandler.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.DeserializerImplSAXExceptionDeserializer.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 DeserializationContextSAXExceptionpublic 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.DeserializerImplSAXExceptionSOAPHandler.onStartChild(String, String, String, Attributes, DeserializationContext)public void valueComplete()
throws SAXException
valueComplete in class org.apache.axis.encoding.DeserializerImplSAXExceptionDeserializer.valueComplete()Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.