ca.infoway.messagebuilder.simple.xml.formatter
Class AbstractSimpleXmlFormatter

Package class diagram package AbstractSimpleXmlFormatter
java.lang.Object
  extended by ca.infoway.messagebuilder.simple.xml.formatter.AbstractSimpleXmlFormatter
All Implemented Interfaces:
SimpleXmlFormatter
Direct Known Subclasses:
AbstractCodedTypeXmlFormatter, BooleanXmlFormatter, BoundedPeriodicIntervalOfTimeXmlFormatter, DateIntervalXmlFormatter, DateUncertainRangeXmlFormatter, DateXmlFormatter, EncapsulatedDataDocumentXmlFormatter, EncapsulatedDataSignatureXmlFormatter, IdentifierXmlFormatter, IntegerXmlFormatter, MoneyXmlFormatter, NullFlavorXmlFormatter, PeriodicIntervalOfTimeXmlFormatter, PersonNameXmlFormatter, PhysicalQuantityIntervalXmlFormatter, PhysicalQuantityUncertainRangeXmlFormatter, PhysicalQuantityXmlFormatter, PostalAddressXmlFormatter, RatioDrugQuantityPerTimeXmlFormatter, RatioMoneyPerUnitXmlFormatter, RealXmlFormatter, StringXmlFormatter, TelecomAddressXmlFormatter, TrivialNameXmlFormatter

public abstract class AbstractSimpleXmlFormatter
extends Object
implements SimpleXmlFormatter


Field Summary
protected  FormatterConfiguration configuration
           
static String NAMESPACE
           
 
Constructor Summary
protected AbstractSimpleXmlFormatter(FormatterConfiguration configuration)
           
 
Method Summary
protected  Element getSingleElement(Element value, String tagName)
           
 
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.SimpleXmlFormatter
format
 

Field Detail

configuration

protected final FormatterConfiguration configuration

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values
Constructor Detail

AbstractSimpleXmlFormatter

protected AbstractSimpleXmlFormatter(FormatterConfiguration configuration)
Method Detail

getSingleElement

protected Element getSingleElement(Element value,
                                   String tagName)
                            throws FormatterException
Throws:
FormatterException


Copyright © 2013. All Rights Reserved.