ca.infoway.messagebuilder.simple.xml.parser
Class StringXmlParser
java.lang.Object
ca.infoway.messagebuilder.simple.xml.parser.AbstractSimpleXmlParser<ST,String>
ca.infoway.messagebuilder.simple.xml.parser.StringXmlParser
- All Implemented Interfaces:
- SimpleXmlParser<ST>
public class StringXmlParser
- extends AbstractSimpleXmlParser<ST,String>
- implements SimpleXmlParser<ST>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.