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