org.apache.batik.dom.util
protected static class HashTableStack.Link extends Object
Field Summary | |
---|---|
String | defaultStr
The default namespace for this part of the stack. |
HashTableStack.Link | next
The next link. |
int | pushCount
The count of pushes since this link was
added. |
HashTable | table
The table. |
Constructor Summary | |
---|---|
Link(HashTableStack.Link n)
Creates a new link. |