ca.infoway.messagebuilder.simple.xml.parser
Class PostalAddressXmlParser

Package class diagram package PostalAddressXmlParser
java.lang.Object
  extended by ca.infoway.messagebuilder.simple.xml.parser.AbstractSimpleXmlParser<AD,PostalAddress>
      extended by ca.infoway.messagebuilder.simple.xml.parser.PostalAddressXmlParser
All Implemented Interfaces:
SimpleXmlParser<AD>

public class PostalAddressXmlParser
extends AbstractSimpleXmlParser<AD,PostalAddress>
implements SimpleXmlParser<AD>


Method Summary
protected  boolean closeStartElement(AD dataTypeInstance)
           
protected  void doRenderNonNullValue(StringBuilder builder, SimpleXmlParseContext context, StandardDataType dataType, PostalAddress postalAddress)
           
protected  Map<String,String> toNameValuePairs(StandardDataType dataType, PostalAddress value, SimpleXmlParseContext context)
           
 
Methods inherited from class ca.infoway.messagebuilder.simple.xml.parser.AbstractSimpleXmlParser
doRenderNonNullValue, parse, renderNullFlavorIfNecessary, renderValue, toNameValuePairs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ca.infoway.messagebuilder.simple.xml.SimpleXmlParser
parse
 

Method Detail

doRenderNonNullValue

protected void doRenderNonNullValue(StringBuilder builder,
                                    SimpleXmlParseContext context,
                                    StandardDataType dataType,
                                    PostalAddress postalAddress)
                             throws ParserException
Specified by:
doRenderNonNullValue in class AbstractSimpleXmlParser<AD,PostalAddress>
Throws:
ParserException

toNameValuePairs

protected Map<String,String> toNameValuePairs(StandardDataType dataType,
                                              PostalAddress value,
                                              SimpleXmlParseContext context)
Overrides:
toNameValuePairs in class AbstractSimpleXmlParser<AD,PostalAddress>

closeStartElement

protected boolean closeStartElement(AD dataTypeInstance)
Specified by:
closeStartElement in class AbstractSimpleXmlParser<AD,PostalAddress>


Copyright © 2013. All Rights Reserved.