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

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

public class RatioMoneyPerUnitXmlParser
extends AbstractSimpleXmlParser<RTO<Money,PhysicalQuantity>,Ratio<Money,PhysicalQuantity>>
implements SimpleXmlParser<RTO<Money,PhysicalQuantity>>


Method Summary
protected  boolean closeStartElement(RTO<Money,PhysicalQuantity> dataTypeInstance)
           
protected  void doRenderNonNullValue(StringBuilder builder, SimpleXmlParseContext context, StandardDataType dataType, Ratio<Money,PhysicalQuantity> value)
           
 
Methods inherited from class ca.infoway.messagebuilder.simple.xml.parser.AbstractSimpleXmlParser
doRenderNonNullValue, parse, renderNullFlavorIfNecessary, renderValue, toNameValuePairs, 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,
                                    Ratio<Money,PhysicalQuantity> value)
                             throws ParserException
Specified by:
doRenderNonNullValue in class AbstractSimpleXmlParser<RTO<Money,PhysicalQuantity>,Ratio<Money,PhysicalQuantity>>
Throws:
ParserException

closeStartElement

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


Copyright © 2013. All Rights Reserved.