Class IncludeUnmarshaller
java.lang.Object
org.exolab.castor.xml.schema.reader.ComponentReader
org.exolab.castor.xml.schema.reader.IncludeUnmarshaller
A simple unmarshaller to read included schemas. Included schemas can be cached in the original
parent Schema or can be inlined in that same XML Schema as recommended by the XML Schema
specification.
- Version:
- $Revision$ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Keith Visco, Arnaud Blandin
-
Constructor Summary
ConstructorsConstructorDescriptionIncludeUnmarshaller
(SchemaContext schemaContext, Schema schema, AttributeSet atts, URIResolver uriResolver, Locator locator, SchemaUnmarshallerState state) -
Method Summary
Modifier and TypeMethodDescriptionSets the name of the element that this UnknownUnmarshaller handlesReturns the Object created by this ComponentReaderMethods inherited from class org.exolab.castor.xml.schema.reader.ComponentReader
characters, createParser, derive, endElement, error, error, finish, getDocumentLocator, getResolver, getSchemaContext, getURIResolver, illegalAttribute, illegalElement, isWhiteSpace, outOfOrder, parseSchema, redefinedElement, redefinedElement, setDocumentLocator, setResolver, setSchemaContext, setURIResolver, startElement, toInt
-
Constructor Details
-
IncludeUnmarshaller
public IncludeUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts, URIResolver uriResolver, Locator locator, SchemaUnmarshallerState state) throws XMLException - Throws:
XMLException
-
-
Method Details
-
elementName
Sets the name of the element that this UnknownUnmarshaller handles- Specified by:
elementName
in classComponentReader
- Returns:
- the name of the element that this ComponentReader handles
-
getObject
Returns the Object created by this ComponentReader- Specified by:
getObject
in classComponentReader
- Returns:
- the Object created by this ComponentReader
-