|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.encoding.SerializationContext
org.apache.axis.encoding.AttributeSerializationContextImpl
public class AttributeSerializationContextImpl
Used to suppress element tag serialization when serializing simple types into attributes.
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.encoding.SerializationContext |
|---|
log, startOfDocument |
| 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)
|
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
SerializationContext
startElement in class SerializationContextqName - is the name of the elementattributes - are the attributes to write
java.io.IOException
public void endElement()
throws java.io.IOException
SerializationContext
endElement in class SerializationContextjava.io.IOExceptionpublic java.lang.String qName2String(QName qname)
qName2String in class SerializationContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||