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

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

public class PhysicalQuantityXmlParser
extends AbstractSimpleXmlParser<PQ,PhysicalQuantity>
implements SimpleXmlParser<PQ>


Method Summary
protected  boolean closeStartElement(PQ dataTypeInstance)
           
protected  void doRenderNonNullValue(StringBuilder builder, SimpleXmlParseContext context, StandardDataType dataType, PhysicalQuantity value)
           
protected  Map<String,String> toNameValuePairs(StandardDataType dataType, PhysicalQuantity physicalQuantity, 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,
                                    PhysicalQuantity value)
                             throws ParserException
Specified by:
doRenderNonNullValue in class AbstractSimpleXmlParser<PQ,PhysicalQuantity>
Throws:
ParserException

toNameValuePairs

protected Map<String,String> toNameValuePairs(StandardDataType dataType,
                                              PhysicalQuantity physicalQuantity,
                                              SimpleXmlParseContext context)
Overrides:
toNameValuePairs in class AbstractSimpleXmlParser<PQ,PhysicalQuantity>

closeStartElement

protected boolean closeStartElement(PQ dataTypeInstance)
Specified by:
closeStartElement in class AbstractSimpleXmlParser<PQ,PhysicalQuantity>


Copyright © 2013. All Rights Reserved.