|
Class Summary |
| DTDManager |
DTDManager is a singleton class that manages the DTDs for
the SIDL symbol, comment, and HTML descriptions needed to parse SIDL
symbols in XML format. |
| ParseSymbolXML |
Class ParseSymbolXML converts an XML document into a SIDL
symbol. |
| StringXML |
Class StringXML is a simple utility class that converts
between symbol types (integers or enumerated identifiers) and symbol
strings. |
| SymbolToDOM |
Class SymbolToDOM converts a SIDL symbol into an XML DOM
document. |
| TestParseXML |
Class TestParseXML is a simple unit test for the routines
that parse XML and return a SIDL Symbol. |