Public Member Functions

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

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

List of all members.

Public Member Functions

 AppInfoUnmarshaller (AttributeSet atts) throws XMLException
AppInfo getAppInfo ()
String elementName ()
void finish ()
Object getObject ()
void startElement (String name, String namespace, AttributeSet atts, Namespaces nsDecls) throws XMLException
void endElement (String name, String namespace) throws XMLException
void characters (char[] ch, int start, int length) throws XMLException

Detailed Description

A class for Unmarshalling XML Schema <appinfo> elements

Author:
Keith Visco
Version:
Revision:
1.3
Date:
2004/10/01 13:25:24

Constructor & Destructor Documentation

org.exolab.castor.xml.schema.reader.AppInfoUnmarshaller.AppInfoUnmarshaller ( AttributeSet  atts  )  throws XMLException

Creates a new AppInfoUnmarshaller

Parameters:
atts the AttributeList

References org.exolab.castor.xml.schema.AnnotationItem.setSource().


Member Function Documentation

void org.exolab.castor.xml.schema.reader.AppInfoUnmarshaller.characters ( char[]  chars,
int  start,
int  length 
) throws XMLException

Signals to recieve charactes

Parameters:
chars the character array containing the characters
start the starting index into the character array
length the number of characters to recieve

Reimplemented from org.exolab.castor.xml.schema.reader.ComponentReader.

References org.exolab.castor.xml.schema.AnnotationItem.add(), and org.exolab.castor.types.AnyNode.addChild().

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

Returns the name of the element that this ComponentReader handles

Returns:
the name of the element that this ComponentReader handles

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

void org.exolab.castor.xml.schema.reader.AppInfoUnmarshaller.endElement ( String  name,
String  namespace 
) throws XMLException

Signals to end of the element with the given name.

Parameters:
name the NCName of the element. It is an error if the name is a QName (ie. contains a prefix).
namespace the namespace of the element.

Reimplemented from org.exolab.castor.xml.schema.reader.ComponentReader.

References org.exolab.castor.xml.schema.AnnotationItem.add().

void org.exolab.castor.xml.schema.reader.AppInfoUnmarshaller.finish (  ) 

Called to signal an end of unmarshalling. This method should be overridden to perform any necessary clean up by an unmarshaller

Reimplemented from org.exolab.castor.xml.schema.reader.ComponentReader.

AppInfo org.exolab.castor.xml.schema.reader.AppInfoUnmarshaller.getAppInfo (  ) 
Object org.exolab.castor.xml.schema.reader.AppInfoUnmarshaller.getObject (  )  [virtual]
void org.exolab.castor.xml.schema.reader.AppInfoUnmarshaller.startElement ( String  name,
String  namespace,
AttributeSet  atts,
Namespaces  nsDecls 
) throws XMLException

Signals the start of an element with the given name.

Parameters:
name the NCName of the element. It is an error if the name is a QName (ie. contains a prefix).
namespace the namespace of the element. This may be null. Note: A null namespace is not the same as the default namespace unless the default namespace is also null.
atts the AttributeSet containing the attributes associated with the element.
nsDecls the namespace declarations being declared for this element. This may be null.

Reimplemented from org.exolab.castor.xml.schema.reader.ComponentReader.

References org.exolab.castor.types.AnyNode.addAttribute(), and org.exolab.castor.types.AnyNode.addNamespace().


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