Public Member Functions

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

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

List of all members.

Public Member Functions

 ComplexContentRestrictionUnmarshaller (ComplexType complexType, AttributeSet atts, Resolver resolver) throws XMLException
String elementName ()
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 restriction elements of a complexContent

Author:
Arnaud Blandin
Version:
Revision:
1.3
Date:
2004/09/21 14:09:24
Todo:

validation stuff about the data

set the flag of restriction for the complexType


Constructor & Destructor Documentation


Member Function Documentation

void org.exolab.castor.xml.schema.reader.ComplexContentRestrictionUnmarshaller.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.reader.ComponentReader.characters().

String org.exolab.castor.xml.schema.reader.ComplexContentRestrictionUnmarshaller.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.ComplexContentRestrictionUnmarshaller.endElement ( String  name,
String  namespace 
) throws XMLException
Object org.exolab.castor.xml.schema.reader.ComplexContentRestrictionUnmarshaller.getObject (  )  [virtual]

Returns the Object created by this ComponentReader

Returns:
the Object created by this ComponentReader

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

void org.exolab.castor.xml.schema.reader.ComplexContentRestrictionUnmarshaller.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.xml.schema.reader.ComponentReader.error(), org.exolab.castor.xml.schema.reader.ComponentReader.getDocumentLocator(), org.exolab.castor.xml.schema.reader.ComponentReader.getResolver(), org.exolab.castor.xml.AttributeSet.getValue(), org.exolab.castor.xml.schema.reader.ComponentReader.illegalElement(), org.exolab.castor.xml.schema.reader.ComponentReader.setDocumentLocator(), and org.exolab.castor.xml.schema.reader.ComponentReader.startElement().


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