class SchemaUnmarshallerState
extends java.lang.Object
| Modifier and Type | Field | Description | 
|---|---|---|
(package private) boolean | 
cacheIncludedSchemas | 
 A boolean that indicates whether or not to 
 cache included XML Schemas 
 | 
| Modifier | Constructor | Description | 
|---|---|---|
protected  | 
SchemaUnmarshallerState() | 
 Creates a new SchemaUnmarshallerState 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
(package private) Schema | 
getSchema(java.lang.String schemaLocation) | 
 Returns the schema corresponding to the given schemaLocation 
 | 
(package private) void | 
markAsProcessed(java.lang.String schemaLocation,
               Schema schema) | 
 Marks the given schema as having been processed. 
 | 
(package private) boolean | 
processed(java.lang.String schemaLocation) | 
 Returns true if the given schema location has been marked as processed 
 | 
(package private) boolean | 
processed(Schema schema) | 
 Returns true if the given Schema has been marked as processed 
 | 
boolean cacheIncludedSchemas
protected SchemaUnmarshallerState()
void markAsProcessed(java.lang.String schemaLocation,
                     Schema schema)
schemaLocation - the key identifying the physical location
 of the schema to mark.schema - the Schema to mark as having
 been processed.boolean processed(Schema schema)
schema - the Schema to check for being marked as processedboolean processed(java.lang.String schemaLocation)
schemaLocation - location the schema location to check for being 
 marked as processedSchema getSchema(java.lang.String schemaLocation)
schemaLocation - the schema location of the schemaIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com