net.vee.btech.bml.parser
Class AmmunitionBayHandler
java.lang.Object
|
+--net.vee.btech.bml.parser.Handler
|
+--net.vee.btech.bml.parser.AmmunitionBayHandler
- public class AmmunitionBayHandler
- extends Handler
A handler for the 'ammunition-bay' element.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_CAPACITY
public static final java.lang.String ATTRIBUTE_CAPACITY
AmmunitionBayHandler
public AmmunitionBayHandler()
startElement
public void startElement(java.lang.String aLocalName,
org.xml.sax.Attributes aAttributes,
Parser aParser)
throws org.xml.sax.SAXException
- Overrides:
startElement in class Handler
endElement
public void endElement(java.lang.String aLocalName,
Parser aParser)
throws org.xml.sax.SAXException
- Overrides:
endElement in class Handler
getParsedObject
public java.lang.Object getParsedObject()
- Overrides:
getParsedObject in class Handler