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

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

public class DateXmlParser
extends AbstractSimpleXmlParser<TS,Date>
implements SimpleXmlParser<TS>


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

toNameValuePairs

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

closeStartElement

protected boolean closeStartElement(TS dataTypeInstance)
Specified by:
closeStartElement in class AbstractSimpleXmlParser<TS,Date>


Copyright © 2013. All Rights Reserved.