|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.apache.axis.encoding.SerializationContextImpl
|
+--org.apache.axis.encoding.AttributeSerializationContextImpl
Used to suppress element tag serialization when serializing simple types into attributes.
| Field Summary |
| Fields inherited from class org.apache.axis.encoding.SerializationContextImpl |
log |
| Constructor Summary | |
AttributeSerializationContextImpl(java.io.Writer writer,
SerializationContext parent)
|
|
| Method Summary | |
void |
endElement()
Writes the end element tag for the open element. |
java.lang.String |
qName2String(QName qname)
Convert QName to a string of the form |
void |
startElement(QName qName,
org.xml.sax.Attributes attributes)
Writes (using the Writer) the start tag for element QName along with the indicated attributes and namespace mappings. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeSerializationContextImpl(java.io.Writer writer,
SerializationContext parent)
| Method Detail |
public void startElement(QName qName,
org.xml.sax.Attributes attributes)
throws java.io.IOException
SerializationContextImpl
startElement in interface SerializationContextstartElement in class SerializationContextImplqName - is the name of the elementattributes - are the attributes to write
java.io.IOException
public void endElement()
throws java.io.IOException
SerializationContextImpl
endElement in interface SerializationContextendElement in class SerializationContextImpljava.io.IOExceptionpublic java.lang.String qName2String(QName qname)
SerializationContext
qName2String in interface SerializationContextqName2String in class SerializationContextImplqname -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||