Class ImportUnmarshaller
java.lang.Object
org.exolab.castor.xml.schema.reader.ComponentReader
org.exolab.castor.xml.schema.reader.ImportUnmarshaller
-
Constructor Summary
ConstructorsConstructorDescriptionImportUnmarshaller
(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, endElement, error, error, finish, getDocumentLocator, getResolver, getSchemaContext, getURIResolver, illegalAttribute, illegalElement, isWhiteSpace, outOfOrder, redefinedElement, redefinedElement, setDocumentLocator, setResolver, setSchemaContext, setURIResolver, startElement, toInt
-
Constructor Details
-
ImportUnmarshaller
public ImportUnmarshaller(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
-