|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.stax2.ri.Stax2Util
public final class Stax2Util
| Nested Class Summary | |
|---|---|
static class |
Stax2Util.ByteAggregator
Helper class for efficiently reading and aggregating variable length byte content. |
static class |
Stax2Util.TextBuffer
Helper class used to simplify text gathering while keeping at as efficient as possible. |
| Field Summary |
|---|
| Fields inherited from interface javax.xml.stream.XMLStreamConstants |
|---|
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT |
| Method Summary | |
|---|---|
static String |
eventTypeDesc(int type)
Method that converts given standard Stax event type into textual representation. |
static String |
trimSpaces(String lexical)
Method called to trim leading and/or trailing space that given lexical value has. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String eventTypeDesc(int type)
public static String trimSpaces(String lexical)
lexical had at least one
non-space character; null otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||