|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.Mapping.MappingState
class Mapping.MappingState
A class to keep track of the loaded mapping.
Constructor Summary | |
---|---|
Mapping.MappingState()
Creates a new SchemaUnmarshallerState |
Method Summary | |
---|---|
(package private) MappingRoot |
getMapping(java.lang.String systemID)
Returns the mapping corresponding to the given systemID |
(package private) void |
markAsProcessed(java.lang.String systemID,
MappingRoot mapping)
Marks the given mapping as having been processed. |
(package private) boolean |
processed(MappingRoot mapping)
Returns true if the given Mapping has been marked as processed |
(package private) boolean |
processed(java.lang.String systemID)
Returns true if the given systemID has been marked as processed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Mapping.MappingState()
Method Detail |
---|
void markAsProcessed(java.lang.String systemID, MappingRoot mapping)
systemID
- the key identifying the physical location
of the mapping to mark.mapping
- the mapping to mark as having
been processed.boolean processed(MappingRoot mapping)
mapping
- the mapping to check for being marked as processedboolean processed(java.lang.String systemID)
systemID
- location the systemID to check for being marked as processedMappingRoot getMapping(java.lang.String systemID)
systemID
- the systemID of the mapping
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |