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(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, startElementendDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic 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.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 DeserializationContextorg.xml.sax.SAXExceptionpublic 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.DeserializerImplorg.xml.sax.SAXExceptionorg.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 characters(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
characters in interface org.xml.sax.ContentHandlercharacters in class org.apache.axis.message.SOAPHandlerorg.xml.sax.SAXExceptionContentHandler.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.DeserializerImplorg.xml.sax.SAXExceptionDeserializer.onEndElement(java.lang.String, java.lang.String,
org.apache.axis.encoding.DeserializationContext)public void valueComplete()
throws org.xml.sax.SAXException
valueComplete in class org.apache.axis.encoding.DeserializerImplorg.xml.sax.SAXExceptionDeserializer.valueComplete()Copyright © 2013. All Rights Reserved.