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

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

public class BooleanXmlParser
extends AbstractSimpleXmlParser<BL,Boolean>
implements SimpleXmlParser<BL>


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

closeStartElement

protected boolean closeStartElement(BL dataTypeInstance)
Specified by:
closeStartElement in class AbstractSimpleXmlParser<BL,Boolean>


Copyright © 2013. All Rights Reserved.