public final class XMLEventUtils
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
XMLEventUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getEventTypeString(int event)
Get the string representation of a given StAX event type.
|
public static java.lang.String getEventTypeString(int event)
XMLStreamConstants
corresponding to the event type.event - the event type as returned by
XMLEvent.getEventType(),
XMLStreamReader.getEventType() or
XMLStreamReader.next()