XmlAirframeImporter is an XmlImporter class that is responsible
for the instantiation of an Airframe object whos properties are
specified in an XML document defined by an external DTD
See: aircraft.dtd
Deprecated. If an ControlLogic is defined with the ControlLogic_XML_URL element
tag, then we must grab the ControlLogic data from an external xml file
based on the dtd.
XmlEngineImporter is an XmlDomImporter class that is
responsible for the instantiation of an
Engine object whos properties are specified
in an XML document defined by an external DTD
See: aircraft.dtd
XmlLongitudinalGuidanceImporter is an XmlImporter class that is responsible
for the instantiation of a LongitudinalGuidanceInterface object whose
properties are specified in an XML document defined by an external DTD.
Constructs the XmlSectorBoundaryImporter, loading the sector boundary
information with the specified XML files, without requiring the Airspace
sector information to be updated.
Constructs the XmlSectorBoundaryImporter, loading the sector boundary
information with the specified XML files, without requiring the Airspace
sector information to be updated.
This class contains XmlUrlResult which is the result of XmlUrl
testing the existence of both a xml file and its dtd/schema (if any)
See the source: XmlUrlResult.java
This Class XpvdFpa2Xml provides...a quick conversion of Xpvd format
fpa files to Fpa XML format
Usage: java faa.tg.util.XpvdFpa2Xml
See the source: XpvdFpa2Xml.java
This Class XpvdNode2Xml provides...a quick conversion of Xpvd
format node files to Node XML format
Usage: java faa.tg.util.XpvdNode2Xml
See the source: XpvdNode2Xml.java