java.lang.Object
com.sun.xml.fastinfoset.stax.events.Util
A Utility class for the StAX Events implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getEventTypeString
(int eventType) static boolean
A string is empty if it's null or contains nothing
-
Constructor Details
-
Util
private Util()
-
-
Method Details
-
isEmptyString
A string is empty if it's null or contains nothing- Parameters:
s
- The string to check.
-
getEventTypeString
-