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

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

public class ConceptDescriptorXmlParser
extends AbstractSimpleXmlParser<CD,Code>
implements SimpleXmlParser<CD>


Method Summary
protected  boolean closeStartElement(CD dataTypeInstance)
           
protected  void doRenderNonNullValue(StringBuilder builder, SimpleXmlParseContext context, CD dataTypeValue)
           
protected  void doRenderNonNullValue(StringBuilder builder, SimpleXmlParseContext context, StandardDataType dataType, Code value)
           
protected  Map<String,String> toNameValuePairs(CD cd, SimpleXmlParseContext context)
           
 
Methods inherited from class ca.infoway.messagebuilder.simple.xml.parser.AbstractSimpleXmlParser
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

toNameValuePairs

protected Map<String,String> toNameValuePairs(CD cd,
                                              SimpleXmlParseContext context)
Overrides:
toNameValuePairs in class AbstractSimpleXmlParser<CD,Code>

closeStartElement

protected boolean closeStartElement(CD dataTypeInstance)
Specified by:
closeStartElement in class AbstractSimpleXmlParser<CD,Code>

doRenderNonNullValue

protected void doRenderNonNullValue(StringBuilder builder,
                                    SimpleXmlParseContext context,
                                    CD dataTypeValue)
                             throws ParserException
Overrides:
doRenderNonNullValue in class AbstractSimpleXmlParser<CD,Code>
Throws:
ParserException

doRenderNonNullValue

protected void doRenderNonNullValue(StringBuilder builder,
                                    SimpleXmlParseContext context,
                                    StandardDataType dataType,
                                    Code value)
                             throws ParserException
Specified by:
doRenderNonNullValue in class AbstractSimpleXmlParser<CD,Code>
Throws:
ParserException


Copyright © 2013. All Rights Reserved.