Uses of Class
java.util.HashMap
| Package | Description |
|---|---|
| java.util | |
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.xmlpull.v1 |
-
Uses of HashMap in java.util
Subclasses of HashMap in java.util Modifier and Type Class Description classLinkedHashMap<K,V>LinkedHashMap is an implementation ofMapthat guarantees iteration order. -
Uses of HashMap in org.apache.xalan.processor
Methods in org.apache.xalan.processor that return HashMap Modifier and Type Method Description HashMapXSLTSchema. getElemsAvailable()Get the table of available elements. -
Uses of HashMap in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return HashMap Modifier and Type Method Description HashMapStylesheetRoot. getAvailableElements()Get the hashtable of available elements. -
Uses of HashMap in org.xmlpull.v1
Fields in org.xmlpull.v1 declared as HashMap Modifier and Type Field Description protected HashMapXmlPullParserFactory. features