Interface | Description |
---|---|
XMLKeys.Function<IType,RType> | |
XMLParser.ElementVisitor |
A visitor class that may raise a
XMLParser.ParserException . |
Class | Description |
---|---|
XMLBuilder |
Base class for ones used to build JBotSim XML document.
|
XMLIO |
Helper class used for IO operations on JBotSim xml files.
|
XMLParser |
Base class for manipulation of XML documents that store JBotSim objects.
|
XMLTopologyBuilder |
Builder for
topologies objects. |
XMLTopologyParser |
Interpreter for an
XML document that represents a Topology . |
XMLTopologySerializer | |
XMLTraceBuilder |
Builder used to store recorded executions of a
Topology . |
XMLTraceParser |
Interpreter for an
XML document that represents a trace of execution of a
Topology . |
Enum | Description |
---|---|
XMLKeys |
This enumeration lists all names of elements and attributes used in JBotSim XML documents.
|
Exception | Description |
---|---|
XMLBuilder.BuilderException |
Exception raised whenever an error occurs while a
Document is built. |
XMLIO.XMLIOException |
Exception raised when an IO exception occurs or if the underlying XML reader yields an error.
|
XMLParser.ParserException |
Exception raised whenever an error occurs while interpreting the XML document.
|