org.exolab.castor.xml.schema.reader
Class ModelGroupUnmarshaller
java.lang.Object
org.exolab.castor.xml.schema.reader.SaxUnmarshaller
org.exolab.castor.xml.schema.reader.ModelGroupUnmarshaller
- All Implemented Interfaces:
- org.xml.sax.DocumentHandler, org.xml.sax.ErrorHandler
- public class ModelGroupUnmarshaller
- extends SaxUnmarshaller
A class for Unmarshalling ModelGroups Definition
- Version:
- $Revisio:$ $Date: 2001/06/18 23:37:12 $
- Author:
- Keith Visco
Method Summary |
void |
characters(char[] ch,
int start,
int length)
|
java.lang.String |
elementName()
Sets the name of the element that this UnknownUnmarshaller handles |
void |
endElement(java.lang.String name)
|
ModelGroup |
getGroup()
Returns the Group that was unmarshalled by this Unmarshaller. |
java.lang.Object |
getObject()
Returns the Object created by this SaxUnmarshaller |
void |
startElement(java.lang.String name,
org.xml.sax.AttributeList atts)
|
Methods inherited from class org.exolab.castor.xml.schema.reader.SaxUnmarshaller |
endDocument, error, error, fatalError, finish, getDocumentLocator, getResolver, ignorableWhitespace, illegalAttribute, illegalElement, isWhiteSpace, outOfOrder, processingInstruction, redefinedElement, redefinedElement, setDocumentLocator, setResolver, startDocument, toInt, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelGroupUnmarshaller
public ModelGroupUnmarshaller(Schema schema,
org.xml.sax.AttributeList atts,
Resolver resolver)
- Creates a new ModelGroupUnmarshaller
- Parameters:
schema
- the Schema to which the ModelGroup belongsatts
- the AttributeListresolver
- the resolver being used for reference resolving
getGroup
public ModelGroup getGroup()
- Returns the Group that was unmarshalled by this Unmarshaller.
This method should only be called after unmarshalling
has been completed.
- Returns:
- the unmarshalled Group
getObject
public java.lang.Object getObject()
- Returns the Object created by this SaxUnmarshaller
- Specified by:
getObject
in class SaxUnmarshaller
- Returns:
- the Object created by this SaxUnmarshaller
elementName
public java.lang.String elementName()
- Sets the name of the element that this UnknownUnmarshaller handles
- Specified by:
elementName
in class SaxUnmarshaller
- Returns:
- the name of the element that this SaxUnmarshaller
handles
startElement
public void startElement(java.lang.String name,
org.xml.sax.AttributeList atts)
throws org.xml.sax.SAXException
- Specified by:
startElement
in interface org.xml.sax.DocumentHandler
- Overrides:
startElement
in class SaxUnmarshaller
- Parameters:
name
- atts
-
- Throws:
org.xml.sax.SAXException
- See Also:
DocumentHandler
endElement
public void endElement(java.lang.String name)
throws org.xml.sax.SAXException
- Specified by:
endElement
in interface org.xml.sax.DocumentHandler
- Overrides:
endElement
in class SaxUnmarshaller
- Parameters:
name
-
- Throws:
org.xml.sax.SAXException
characters
public void characters(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
- Specified by:
characters
in interface org.xml.sax.DocumentHandler
- Overrides:
characters
in class SaxUnmarshaller
- Throws:
org.xml.sax.SAXException
Intalio Inc. (C) 1999-2001. All rights reserved http://www.intalio.com