| Package | Description |
|---|---|
| java_cup.runtime |
| Modifier and Type | Class and Description |
|---|---|
static class |
XMLElement.Error |
static class |
XMLElement.NonTerminal |
static class |
XMLElement.Terminal |
| Modifier and Type | Method and Description |
|---|---|
abstract List<XMLElement> |
XMLElement.selectById(String s) |
List<XMLElement> |
XMLElement.NonTerminal.selectById(String s) |
List<XMLElement> |
XMLElement.Error.selectById(String s) |
List<XMLElement> |
XMLElement.Terminal.selectById(String s) |
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLElement.dump(ScannerBuffer buffer,
javax.xml.stream.XMLStreamWriter writer,
XMLElement elem,
String... blacklist) |
static void |
XMLElement.dump(javax.xml.stream.XMLStreamWriter writer,
XMLElement elem,
String... blacklist) |
| Constructor and Description |
|---|
XMLElement.NonTerminal(String tagname,
int variant,
XMLElement... l) |
Copyright © 2015. All rights reserved.