org.exolab.castor.mapping
class Mapping.MappingState extends Object
Constructor Summary | |
---|---|
MappingState()
Creates a new SchemaUnmarshallerState |
Method Summary | |
---|---|
MappingRoot | getMapping(String systemID)
Returns the mapping corresponding to the given systemID |
void | markAsProcessed(String systemID, MappingRoot mapping)
Marks the given mapping as having been processed. |
boolean | processed(MappingRoot mapping)
Returns true if the given Mapping has been marked as processed |
boolean | processed(String systemID)
Returns true if the given systemID has been marked as processed |
Parameters: systemID the systemID of the mapping
Parameters: systemID the key identifying the physical location of the mapping to mark. mapping the mapping to mark as having been processed.
Parameters: mapping the mapping to check for being marked as processed
Parameters: schema location the systemID to check for being marked as processed