|
|||||||||||
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.
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 SerializationContext
startElement
in class SerializationContextImpl
qName
- is the name of the elementattributes
- are the attributes to write
IOException
public void endElement() throws IOException
SerializationContextImpl
endElement
in interface SerializationContext
endElement
in class SerializationContextImpl
IOException
public String qName2String(javax.xml.namespace.QName qname)
SerializationContext
qName2String
in interface SerializationContext
qName2String
in class SerializationContextImpl
public void startDocument() throws IOException
SerializationContext
startDocument
in interface SerializationContext
startDocument
in class SerializationContextImpl
IOException
public void endDocument() throws IOException
SerializationContext
endDocument
in interface SerializationContext
endDocument
in class SerializationContextImpl
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |