|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CargoAndTerrainHandler
Defines methods to handle parsing the cargo and terrain types XML.
Method Summary | |
---|---|
void |
end_Cargo_Types()
A container element end event handling method. |
void |
end_Terrain_Types()
A container element end event handling method. |
void |
end_Tile()
A container element end event handling method. |
void |
end_Types()
A container element end event handling method. |
void |
handle_Cargo(org.xml.sax.Attributes meta)
An empty element event handling method. |
void |
handle_Consumes(org.xml.sax.Attributes meta)
An empty element event handling method. |
void |
handle_Converts(org.xml.sax.Attributes meta)
An empty element event handling method. |
void |
handle_Produces(org.xml.sax.Attributes meta)
An empty element event handling method. |
void |
start_Cargo_Types(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_Terrain_Types(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_Tile(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_Types(org.xml.sax.Attributes meta)
A container element start event handling method. |
Method Detail |
---|
void handle_Converts(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_Tile(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_Tile() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void handle_Cargo(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_Cargo_Types(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_Cargo_Types() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_Terrain_Types(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_Terrain_Types() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_Types(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
meta
- attributes
org.xml.sax.SAXException
void end_Types() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void handle_Consumes(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void handle_Produces(org.xml.sax.Attributes meta) throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |