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

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

public class StringXmlParser
extends AbstractSimpleXmlParser<ST,String>
implements SimpleXmlParser<ST>


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

closeStartElement

protected boolean closeStartElement(ST dataTypeInstance)
Specified by:
closeStartElement in class AbstractSimpleXmlParser<ST,String>

toNameValuePairs

protected Map<String,String> toNameValuePairs(ST dataTypeValue,
                                              SimpleXmlParseContext context)
Overrides:
toNameValuePairs in class AbstractSimpleXmlParser<ST,String>

toNameValuePairs

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


Copyright © 2013. All Rights Reserved.