public class CharactersEvent extends SAXEvent
Purpose: Class to represent the characters event
Responsibilities:
| Constructor and Description |
|---|
CharactersEvent(char[] theCharacters,
int theStart,
int theLength) |
CharactersEvent(java.lang.CharSequence charSequence) |
| Modifier and Type | Method and Description |
|---|---|
void |
processEvent(UnmarshalRecord unmarshalRecord) |
public CharactersEvent(java.lang.CharSequence charSequence)
public CharactersEvent(char[] theCharacters,
int theStart,
int theLength)
public void processEvent(UnmarshalRecord unmarshalRecord) throws org.xml.sax.SAXException
processEvent in class SAXEventorg.xml.sax.SAXExceptionEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference