|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Track_TilesHandler
Defines methods to handle parsing the track types XML.
| Method Summary | |
|---|---|
void |
end_CannotBuildOnTheseTerrainTypes()
A container element end event handling method. |
void |
end_CanOnlyBuildOnTheseTerrainTypes()
A container element end event handling method. |
void |
end_ListOfLegalRoutesAcrossNode()
A container element end event handling method. |
void |
end_ListOfTrackPieceTemplates()
A container element end event handling method. |
void |
end_Tiles()
A container element end event handling method. |
void |
end_TrackPieceTemplate()
A container element end event handling method. |
void |
end_TrackSet()
A container element end event handling method. |
void |
end_TrackType()
A container element end event handling method. |
void |
handle_LegalRouteAcrossNode(org.xml.sax.Attributes meta)
An empty element event handling method. |
void |
handle_TerrainType(org.xml.sax.Attributes meta)
An empty element event handling method. |
void |
start_CannotBuildOnTheseTerrainTypes(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_CanOnlyBuildOnTheseTerrainTypes(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_ListOfLegalRoutesAcrossNode(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_ListOfTrackPieceTemplates(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_Tiles(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_TrackPieceTemplate(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_TrackSet(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_TrackType(org.xml.sax.Attributes meta)
A container element start event handling method. |
| Method Detail |
|---|
void start_CanOnlyBuildOnTheseTerrainTypes(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributes
org.xml.sax.SAXException
void end_CanOnlyBuildOnTheseTerrainTypes()
throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_ListOfTrackPieceTemplates(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributes
org.xml.sax.SAXException
void end_ListOfTrackPieceTemplates()
throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_ListOfLegalRoutesAcrossNode(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributes
org.xml.sax.SAXException
void end_ListOfLegalRoutesAcrossNode()
throws org.xml.sax.SAXException
org.xml.sax.SAXException
void handle_LegalRouteAcrossNode(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_CannotBuildOnTheseTerrainTypes(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributes
org.xml.sax.SAXException
void end_CannotBuildOnTheseTerrainTypes()
throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_TrackType(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributes
org.xml.sax.SAXException
void end_TrackType()
throws org.xml.sax.SAXException
org.xml.sax.SAXException
void handle_TerrainType(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_Tiles(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributes
org.xml.sax.SAXException
void end_Tiles()
throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_TrackPieceTemplate(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributes
org.xml.sax.SAXException
void end_TrackPieceTemplate()
throws org.xml.sax.SAXException
org.xml.sax.SAXException
void start_TrackSet(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
meta - attributes
org.xml.sax.SAXException
void end_TrackSet()
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 | |||||||||