org.jembi.sdmxhd
Interface XMLWritable

All Known Implementing Classes:
Attribute, Code, CodeList, CodelistRef, CodeRef, Components, Concept, ConceptScheme, Contact, DataSet, DataSet, Dimension, Group, Group, Header, HierarchicalCodelist, Hierarchy, KeyFamily, Obs, Obs, Organisation, OrganisationScheme, PrimaryMeasure, Receiver, Section, Sender, Series, TextFormat, TimeDimension

public interface XMLWritable


Method Summary
 void toXML(javax.xml.stream.XMLStreamWriter xmlWriter)
          Writes this object to the xmlStream writer in SDMX-HD XML representation
 

Method Detail

toXML

void toXML(javax.xml.stream.XMLStreamWriter xmlWriter)
           throws java.lang.Exception
Writes this object to the xmlStream writer in SDMX-HD XML representation

Throws:
java.lang.Exception