Uses of Class
org.apache.batik.dom.AbstractElement.Entry
-
Packages that use AbstractElement.Entry Package Description org.apache.batik.dom Provides an implementation of the DOM level 2 core module. -
-
Uses of AbstractElement.Entry in org.apache.batik.dom
Fields in org.apache.batik.dom declared as AbstractElement.Entry Modifier and Type Field Description AbstractElement.Entry
AbstractElement.Entry. next
The next entryprotected AbstractElement.Entry[]
AbstractElement.NamedNodeHashMap. table
The underlying arrayConstructors in org.apache.batik.dom with parameters of type AbstractElement.Entry Constructor Description Entry(int hash, java.lang.String ns, java.lang.String nm, org.w3c.dom.Node value, AbstractElement.Entry next)
Creates a new entry
-