com.bea.xml.stream.util
public class SymbolTable extends Object
| Constructor Summary | |
|---|---|
| SymbolTable() | |
| Method Summary | |
|---|---|
| void | clear() |
| void | closeScope() |
| String | get(String name) |
| Set | getAll(String name) |
| int | getDepth() |
| static void | main(String[] args) |
| void | openScope() |
| void | put(String name, String value) |
| String | toString() |
| boolean | withinElement() |