org.apache.axis.encoding
Class AttributeSerializationContextImpl
- SerializationContext
public class AttributeSerializationContextImpl
Used to suppress element tag serialization when serializing simple
types into attributes.
- Thomas Sandholm (sandholm@mcs.anl.gov)
void | endElement() - Writes the end element tag for the open element.
|
String | qName2String(QName qname)
|
void | startElement(QName qName, Attributes attributes) - Writes (using the Writer) the start tag for element QName along with the
indicated attributes and namespace mappings.
|
attributeQName2String , endElement , getCurrentMessage , getCurrentXMLType , getDoMultiRefs , getEncoder , getEncoding , getEncodingStyle , getItemQName , getItemType , getMessageContext , getPrefixForURI , getPrefixForURI , getPrefixForURI , getPretty , getQNameForClass , getSerializerForJavaType , getTypeMapping , getTypeMappingRegistry , getValueAsString , isEncoded , isPrimitive , outputMultiRefs , qName2String , qName2String , registerPrefixForURI , serialize , serialize , serialize , serialize , setDoMultiRefs , setEncoding , setItemQName , setItemType , setPretty , setSendDecl , setTypeAttribute , setWriteXMLType , shouldSendXSIType , startElement , writeChars , writeDOMElement , writeSafeString , writeString , writeXMLDeclaration |
AttributeSerializationContextImpl
public AttributeSerializationContextImpl(Writer writer,
SerializationContext parent)
startElement
public void startElement(QName qName,
Attributes attributes)
throws IOException
Writes (using the Writer) the start tag for element QName along with the
indicated attributes and namespace mappings.
- startElement in interface SerializationContext
qName
- is the name of the elementattributes
- are the attributes to write
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.