Package org.apache.axiom.util.stax
Class XMLEventUtils
java.lang.Object
org.apache.axiom.util.stax.XMLEventUtils
Deprecated.
This class is no longer maintained.
Contains utility methods related to StAX events.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetEventTypeString(int event) Deprecated.Get the string representation of a given StAX event type.
-
Method Details
-
getEventTypeString
Deprecated.Get the string representation of a given StAX event type. The returned value is the name of the constant inXMLStreamConstantscorresponding to the event type.- Parameters:
event- the event type as returned byXMLEvent.getEventType(),XMLStreamReader.getEventType()orXMLStreamReader.next()- Returns:
- a string representation of the event type
-