org.exolab.castor.xml.schema.reader
public class CharacterUnmarshaller extends ComponentReader
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:37 $
| Constructor Summary | |
|---|---|
| CharacterUnmarshaller()
Creates a new StringUnmarshaller
| |
| Method Summary | |
|---|---|
| void | characters(char[] ch, int start, int length)
The SAX characters method for recieving characters |
| void | clear()
Clears the current buffer
|
| String | elementName()
Returns the name of the element that this ComponentReader
handles |
| void | elementName(String name)
Sets the name of the element that this CharacterUnmarshaller handles |
| Object | getObject()
Returns the Object created by this ComponentReader |
| String | getString()
Returns the set of characters recieved by this CharacterUnmarshaller
as a String |
See Also: org.xml.sax.DocumentHandler
Returns: the name of the element that this ComponentReader handles
Parameters: name the name of the element that this character unmarshaller handles
Returns: the Object created by this ComponentReader
Returns: the set of characters recieved by this CharacterUnmarshaller as a String