|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlReader | |
---|---|
org.gswing.components.common | Package contains the classes common to gswing components. |
org.gswing.components.output.exporter | Output package containing classes for exporting data from the database. |
org.gswing.utils.xml | Package contains gswing xml utilities. |
Uses of XmlReader in org.gswing.components.common |
---|
Subclasses of XmlReader in org.gswing.components.common | |
---|---|
class |
DbXmlWriter
Purpose: Writes election data to an XML file. |
Uses of XmlReader in org.gswing.components.output.exporter |
---|
Subclasses of XmlReader in org.gswing.components.output.exporter | |
---|---|
class |
ElectionsToXml
Export election details to XML. |
class |
PartiesToXml
Export party details to XML. |
Uses of XmlReader in org.gswing.utils.xml |
---|
Subclasses of XmlReader in org.gswing.utils.xml | |
---|---|
class |
XmlWriter
Purpose: Generic XML writer. |
class |
XParser
Class containing methods to convert dom document to a tree of XNodes (see class XNode) Sequence - XParser xp=new XParser(); xp.initDoc(xmlFileName); XNode xn=xp.xmlToXNode(); and you have an XNode which is actually the root of a tree of XNodes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |