Class | Description |
---|---|
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. |
Exception | Description |
---|---|
ParseSymbolException |
The
ParseSymbolException exception class is thrown if an
error is detected while parsing an XML/DOM symbol representation. |