org.exolab.castor.xml.schema.reader
Class ImportUnmarshaller
java.lang.Object
org.exolab.castor.xml.schema.reader.ComponentReader
org.exolab.castor.xml.schema.reader.ImportUnmarshaller
public class ImportUnmarshaller
- extends ComponentReader
|
Method Summary |
String |
elementName()
Sets the name of the element that this UnknownUnmarshaller handles |
Object |
getObject()
Returns the Object created by this ComponentReader |
| Methods 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportUnmarshaller
public ImportUnmarshaller(SchemaContext schemaContext,
Schema schema,
AttributeSet atts,
URIResolver uriResolver,
Locator locator,
SchemaUnmarshallerState state)
throws XMLException
- Throws:
XMLException
elementName
public String elementName()
- Sets the name of the element that this UnknownUnmarshaller handles
- Specified by:
elementName in class ComponentReader
- Returns:
- the name of the element that this ComponentReader
handles
getObject
public Object getObject()
- Returns the Object created by this ComponentReader
- Specified by:
getObject in class ComponentReader
- Returns:
- the Object created by this ComponentReader
Copyright © 2012. All Rights Reserved.