Class HashTableStack.Link

java.lang.Object
org.apache.batik.dom.util.HashTableStack.Link
Enclosing class:
HashTableStack

protected static class HashTableStack.Link extends Object
To store the hashtables.
  • Field Details

    • table

      public HashMap table
      The table.
    • next

      public HashTableStack.Link next
      The next link.
    • defaultStr

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

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