com.bea.xml.stream.events
public class BaseEvent extends Object implements XMLEvent, Location
Base event class for events to extend from
Constructor Summary | |
---|---|
BaseEvent() | |
BaseEvent(int type) |
Method Summary | |
---|---|
Characters | asCharacters() |
EndElement | asEndElement() |
StartElement | asStartElement() |
int | getCharacterOffset() |
int | getColumnNumber() |
int | getEventType() |
int | getLineNumber() |
Location | getLocation() |
String | getLocationURI() |
String | getPublicId() |
QName | getSchemaType() |
String | getSourceName() |
String | getSystemId() |
String | getTypeAsString() |
boolean | isAttribute() |
boolean | isCharacters() |
boolean | isEndDocument() |
boolean | isEndElement() |
boolean | isEntityReference() |
boolean | isNamespace() |
boolean | isProcessingInstruction() |
boolean | isStartDocument() |
boolean | isStartElement() |
void | recycle() |
void | setCharacterOffset(int c) |
void | setColumnNumber(int col) |
protected void | setEventType(int type) |
void | setLineNumber(int line) |
void | setLocationURI(String uri) |
void | writeAsEncodedUnicode(Writer writer) |