org.exolab.castor.xml.schema.reader
Class SchemaUnmarshallerState

java.lang.Object
  extended by org.exolab.castor.xml.schema.reader.SchemaUnmarshallerState

public class SchemaUnmarshallerState
extends Object

A class used to save state information for the SchemaUnmarshaller. Roughly speaking, it keeps track of all the schemas read. This is used to prevent infinite loops when importing or including schemas.

Version:
$Revision: 8868 $ $Date: 2004-09-21 08:09:24 -0600 (Tue, 21 Sep 2004) $
Author:
Arnaud Blandin

Constructor Summary
SchemaUnmarshallerState()
           
 
Method Summary
 void setCacheIncludedSchemas(boolean cacheIncludedSchemas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaUnmarshallerState

public SchemaUnmarshallerState()
Method Detail

setCacheIncludedSchemas

public void setCacheIncludedSchemas(boolean cacheIncludedSchemas)


Copyright © 2012. All Rights Reserved.