| Package | Description |
|---|---|
| org.databene.formats.xml.tree |
| Modifier and Type | Method and Description |
|---|---|
XMLTokenType |
XMLTokenIterator.peekNextType() |
static XMLTokenType |
XMLTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLTokenType[] |
XMLTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
XMLToken(XMLTokenType type,
int startOffset,
int endOffset) |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.