Class Stax2Util

java.lang.Object
org.codehaus.stax2.ri.Stax2Util
All Implemented Interfaces:
XMLStreamConstants

public final class Stax2Util extends Object implements XMLStreamConstants
  • Constructor Details

    • Stax2Util

      private Stax2Util()
  • Method Details

    • eventTypeDesc

      public static String eventTypeDesc(int type)
      Method that converts given standard Stax event type into textual representation.
    • trimSpaces

      public static String trimSpaces(String lexical)
      Method called to trim leading and/or trailing space that given lexical value has.
      Returns:
      Trimmed value if lexical had at least one non-space character; null otherwise
    • _isSpace

      private static final boolean _isSpace(char c)

      Note that it is assumed that any "weird" white space (xml 1.1 LSEP and NEL) have been replaced by canonical alternatives (linefeed for element content, regular space for attributes)