Class SymbolTable
java.lang.Object
com.bea.xml.stream.util.SymbolTable
Maintains a table for namespace scope
values = map from strings to stacks
[a]->[value1,0],[value2,0]
table = a stack of bindings
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SymbolTable
public SymbolTable()
-
-
Method Details
-
clear
public void clear() -
getDepth
public int getDepth() -
withinElement
public boolean withinElement() -
put
-
get
-
getAll
-
openScope
public void openScope() -
closeScope
public void closeScope() -
toString
-
main
-