org.apache.batik.dom.util

Class HashTableStack.Link

protected static class HashTableStack.Link extends Object

To store the hashtables.
Field Summary
StringdefaultStr
The default namespace for this part of the stack.
HashTableStack.Linknext
The next link.
intpushCount
The count of pushes since this link was added.
HashTabletable
The table.
Constructor Summary
Link(HashTableStack.Link n)
Creates a new link.

Field Detail

defaultStr

public String defaultStr
The default namespace for this part of the stack.

public HashTableStack.Link next
The next link.

pushCount

public int pushCount
The count of pushes since this link was added.

table

public HashTable table
The table.

Constructor Detail

Link

public Link(HashTableStack.Link n)
Creates a new link.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.