com.sun.xml.fastinfoset.stax.events
Class Util
java.lang.Object
com.sun.xml.fastinfoset.stax.events.Util
public class Util
- extends Object
A Utility class for the StAX Events implementation.
|
Constructor Summary |
Util()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
isEmptyString
public static boolean isEmptyString(String s)
- A string is empty if it's null or contains nothing
- Parameters:
s - The string to check.
getEventTypeString
public static final String getEventTypeString(int eventType)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.