|
Class Summary |
| AccessPoint |
This class corresponds to the <accesspoint> tag-section in XML. |
| AccessPointList |
This class contains an array of access points, and operates quite similarly
to the MessageList and APGroupList classes. |
| APGroup |
|
| APGroupList |
This class contains multiple APGroup-type objects, and this XML-parsing class
corresponds to the <groups> tag-groups in the XML code. |
| Message |
This class corresponds to the <message> tag in XML code. |
| MessageList |
This class contains multiple Message-type objects. |
| Result |
This class assumes that there is one and only one <groups> thingy in the whole
<result> thingy. |
| ResultParserDriver |
This class tests the Result class and all the child-objects of it. |
| StaticParserMover |
This class is what Professor Frens would call evil by definition, since it
uses a static method. |