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 () |
A utility class for Unmarshalling elements with only String content
| org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.CharacterUnmarshaller | ( | ) |
Creates a new StringUnmarshaller
| void org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.characters | ( | char[] | ch, | |
| int | start, | |||
| int | length | |||
| ) | throws XMLException |
The SAX characters method for recieving characters
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
| 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
Implements org.exolab.castor.xml.schema.reader.ComponentReader.
| Object org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.getObject | ( | ) | [virtual] |
Returns the Object created by this ComponentReader
Implements org.exolab.castor.xml.schema.reader.ComponentReader.
References org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.getString().
| String org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.getString | ( | ) |
Returns the set of characters recieved by this CharacterUnmarshaller as a String
Referenced by org.exolab.castor.xml.schema.reader.CharacterUnmarshaller.getObject().
1.7.0