Public Member Functions

org.exolab.castor.xml.schema.reader.IncludeUnmarshaller Class Reference

Inheritance diagram for org.exolab.castor.xml.schema.reader.IncludeUnmarshaller:
org.exolab.castor.xml.schema.reader.ComponentReader

List of all members.

Public Member Functions

 IncludeUnmarshaller (Schema schema, AttributeSet atts, Resolver resolver, URIResolver uriResolver, Locator locator, SchemaUnmarshallerState state) throws XMLException
String elementName ()
Object getObject ()

Detailed Description

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.

Author:
Keith Visco
Arnaud Blandin
Version:
Revision:
1.4
Date:
2004/09/21 14:09:05

Constructor & Destructor Documentation


Member Function Documentation

String org.exolab.castor.xml.schema.reader.IncludeUnmarshaller.elementName (  )  [virtual]

Sets the name of the element that this UnknownUnmarshaller handles

Parameters:
name the name of the element that this unmarshaller handles

Implements org.exolab.castor.xml.schema.reader.ComponentReader.

Object org.exolab.castor.xml.schema.reader.IncludeUnmarshaller.getObject (  )  [virtual]

Returns the Object created by this ComponentReader

Returns:
the Object created by this ComponentReader

Implements org.exolab.castor.xml.schema.reader.ComponentReader.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties