|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis.encoding.SerializationContextImpl
org.apache.axis.encoding.AttributeSerializationContextImpl
Used to suppress element tag serialization when serializing simple types into attributes.
| Constructor Summary | |
AttributeSerializationContextImpl(Writer writer,
SerializationContext parent)
|
|
| Method Summary | |
void |
endDocument()
Output anything in the end. |
void |
endElement()
Writes the end element tag for the open element. |
String |
qName2String(javax.xml.namespace.QName qname)
Convert QName to a string of the form |
void |
startDocument()
Output anything in the beginning. |
void |
startElement(javax.xml.namespace.QName qName,
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(Writer writer, SerializationContext parent)
| Method Detail |
public void startElement(javax.xml.namespace.QName qName,
Attributes attributes)
throws IOException
SerializationContextImpl
startElement in interface SerializationContextstartElement in class SerializationContextImplqName - is the name of the elementattributes - are the attributes to write
IOException
public void endElement()
throws IOException
SerializationContextImpl
endElement in interface SerializationContextendElement in class SerializationContextImplIOExceptionpublic String qName2String(javax.xml.namespace.QName qname)
SerializationContext
qName2String in interface SerializationContextqName2String in class SerializationContextImpl
public void startDocument()
throws IOException
SerializationContext
startDocument in interface SerializationContextstartDocument in class SerializationContextImplIOException
public void endDocument()
throws IOException
SerializationContext
endDocument in interface SerializationContextendDocument in class SerializationContextImplIOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||