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