|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlVisitor
A XML hierarchy visitor.
Method Summary | |
---|---|
void |
beginVisitChampionship(ChampionshipDetails target)
Starts the visit of the specified championship. |
void |
beginVisitChampionships(ChampionshipsDetails target)
Starts the visit of the specified championship list. |
void |
beginVisitEvent(EventDetails target)
Starts the visit of the specified championship's event. |
void |
beginVisitLocation(LocationDetails target)
Starts the visit of the specified location. |
void |
beginVisitLocations(LocationsDetails target)
Starts the visit of the specified location list. |
void |
beginVisitModel(ModelDetails target)
Starts the visit of the specified model. |
void |
beginVisitPhase(PhaseDetails target)
Starts the visit of the specified championship's phase. |
void |
beginVisitPlayer(PlayerDetails target)
Starts the visit of the specified player. |
void |
beginVisitPlayerId(PlayerIdDetails target)
Starts the visit of the specified player reference. |
void |
beginVisitPlayers(PlayersDetails target)
Starts the visit of the specified player list. |
void |
beginVisitProperty(PropertyDetails target)
Starts the visit of the specified property. |
void |
beginVisitResource(ResourceDetails target)
Starts the visit of the specified resource. |
void |
beginVisitResources(ResourcesDetails target)
Starts the visit of the specified resource list. |
void |
beginVisitUser(UserDetails target)
Starts the visit of the specified user. |
void |
beginVisitUsers(UsersDetails target)
Starts the visit of the specified user list. |
void |
endVisitChampionship(ChampionshipDetails target)
Finishes the visit of the specified championship. |
void |
endVisitChampionships(ChampionshipsDetails target)
Finishes the visit of the specified championship list. |
void |
endVisitEvent(EventDetails target)
Finishes the visit of the specified championship's event. |
void |
endVisitLocation(LocationDetails target)
Finishes the visit of the specified location. |
void |
endVisitLocations(LocationsDetails target)
Finishes the visit of the specified location list. |
void |
endVisitModel(ModelDetails target)
Finishes the visit of the specified model. |
void |
endVisitPhase(PhaseDetails target)
Finishes the visit of the specified championship's phase. |
void |
endVisitPlayer(PlayerDetails target)
Finishes the visit of the specified player. |
void |
endVisitPlayerId(PlayerIdDetails target)
Finishes the visit of the specified player reference. |
void |
endVisitPlayers(PlayersDetails target)
Finishes the visit of the specified player list. |
void |
endVisitProperty(PropertyDetails target)
Finishes the visit of the specified property. |
void |
endVisitResource(ResourceDetails target)
Finishes the visit of the specified resource. |
void |
endVisitResources(ResourcesDetails target)
Finishes the visit of the specified resource list. |
void |
endVisitUser(UserDetails target)
Finishes the visit of the specified user. |
void |
endVisitUsers(UsersDetails target)
Finishes the visit of the specified user list. |
void |
visitMetadata(AbstractMetadataDetails target)
Visits the specified metadata. |
Method Detail |
---|
void beginVisitChampionships(ChampionshipsDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitChampionships(ChampionshipsDetails)
,
ChampionshipsDetails.accept(XmlVisitor)
void endVisitChampionships(ChampionshipsDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitChampionships(ChampionshipsDetails)
,
ChampionshipsDetails.accept(XmlVisitor)
void beginVisitChampionship(ChampionshipDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitChampionship(ChampionshipDetails)
,
ChampionshipDetails.accept(XmlVisitor)
void endVisitChampionship(ChampionshipDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitChampionship(ChampionshipDetails)
,
ChampionshipDetails.accept(XmlVisitor)
void beginVisitPhase(PhaseDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitPhase(PhaseDetails)
,
PhaseDetails.accept(XmlVisitor)
void endVisitPhase(PhaseDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitPhase(PhaseDetails)
,
PhaseDetails.accept(XmlVisitor)
void beginVisitEvent(EventDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitEvent(EventDetails)
,
EventDetails.accept(XmlVisitor)
void endVisitEvent(EventDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitEvent(EventDetails)
,
EventDetails.accept(XmlVisitor)
void beginVisitLocations(LocationsDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitLocations(LocationsDetails)
,
LocationsDetails.accept(XmlVisitor)
void endVisitLocations(LocationsDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitLocations(LocationsDetails)
,
LocationsDetails.accept(XmlVisitor)
void beginVisitLocation(LocationDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitLocation(LocationDetails)
,
LocationDetails.accept(XmlVisitor)
void endVisitLocation(LocationDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitLocation(LocationDetails)
,
LocationDetails.accept(XmlVisitor)
void beginVisitPlayers(PlayersDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitPlayers(PlayersDetails)
,
PlayersDetails.accept(XmlVisitor)
void endVisitPlayers(PlayersDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitPlayers(PlayersDetails)
,
PlayersDetails.accept(XmlVisitor)
void beginVisitPlayer(PlayerDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitPlayer(PlayerDetails)
,
PlayerDetails.accept(XmlVisitor)
void endVisitPlayer(PlayerDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitPlayer(PlayerDetails)
,
PlayerDetails.accept(XmlVisitor)
void beginVisitUsers(UsersDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitUsers(UsersDetails)
,
UsersDetails.accept(XmlVisitor)
void endVisitUsers(UsersDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitUsers(UsersDetails)
,
UsersDetails.accept(XmlVisitor)
void beginVisitUser(UserDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitUser(UserDetails)
,
UserDetails.accept(XmlVisitor)
void endVisitUser(UserDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitUser(UserDetails)
,
UserDetails.accept(XmlVisitor)
void beginVisitResources(ResourcesDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitResources(ResourcesDetails)
,
ResourcesDetails.accept(XmlVisitor)
void endVisitResources(ResourcesDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitResources(ResourcesDetails)
,
ResourcesDetails.accept(XmlVisitor)
void beginVisitResource(ResourceDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitResource(ResourceDetails)
,
ResourceDetails.accept(XmlVisitor)
void endVisitResource(ResourceDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitResource(ResourceDetails)
,
ResourceDetails.accept(XmlVisitor)
void beginVisitPlayerId(PlayerIdDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitPlayerId(PlayerIdDetails)
,
PlayerIdDetails.accept(XmlVisitor)
void endVisitPlayerId(PlayerIdDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitPlayerId(PlayerIdDetails)
,
PlayerIdDetails.accept(XmlVisitor)
void visitMetadata(AbstractMetadataDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.AbstractMetadataDetails.accept(XmlVisitor)
void beginVisitModel(ModelDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitModel(ModelDetails)
,
ModelDetails.accept(XmlVisitor)
void endVisitModel(ModelDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitModel(ModelDetails)
,
ModelDetails.accept(XmlVisitor)
void beginVisitProperty(PropertyDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.endVisitProperty(PropertyDetails)
,
PropertyDetails.accept(XmlVisitor)
void endVisitProperty(PropertyDetails target) throws Exception
target
- the element being visited. Shall not be null
.
NullPointerException
- if target
is null
.
Exception
- if any error occurs during the visit.beginVisitProperty(PropertyDetails)
,
PropertyDetails.accept(XmlVisitor)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |