Public Member Functions

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

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

List of all members.

Public Member Functions

 CharacterUnmarshaller ()
String elementName ()
void elementName (String name)
Object getObject ()
String getString ()
void characters (char[] ch, int start, int length) throws XMLException
void clear ()

Detailed Description

A utility class for Unmarshalling elements with only String content

Author:
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:09:37

Constructor & Destructor Documentation

org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.CharacterUnmarshaller (  ) 

Creates a new StringUnmarshaller


Member Function Documentation

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

The SAX characters method for recieving characters

See also:
org.xml.sax.DocumentHandler

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

void org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.clear (  ) 

Clears the current buffer

void org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.elementName ( String  name  ) 

Sets the name of the element that this CharacterUnmarshaller handles

Parameters:
name the name of the element that this character unmarshaller handles
String org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.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.

Object org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.getObject (  )  [virtual]
String org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.getString (  ) 

Returns the set of characters recieved by this CharacterUnmarshaller as a String

Returns:
the set of characters recieved by this CharacterUnmarshaller as a String

Referenced by org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.getObject().


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