- java.lang.Object
-
- com.sun.xml.fastinfoset.stax.events.Util
-
public final class Util extends java.lang.Object
A Utility class for the StAX Events implementation.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getEventTypeString(int eventType)
static boolean
isEmptyString(java.lang.String s)
A string is empty if it's null or contains nothing
-