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

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

public class PeriodicIntervalOfTimeXmlParser
extends AbstractSimpleXmlParser<PIVL,PeriodicIntervalTime>
implements SimpleXmlParser<PIVL>


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

toNameValuePairs

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

closeStartElement

protected boolean closeStartElement(PIVL dataTypeInstance)
Specified by:
closeStartElement in class AbstractSimpleXmlParser<PIVL,PeriodicIntervalTime>


Copyright © 2013. All Rights Reserved.