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