| Package | Description |
|---|---|
| eu.simuline.util |
Utility classes: very inhomogeneous.
|
| eu.simuline.util.sgml |
Utility classes to parse sgml (non-validating).
|
| Modifier and Type | Method and Description |
|---|---|
ListMap<K,V> |
ListMap.headMap(K toKey) |
(package private) ListMap<K,V> |
ListMap.subMap(int fromIdx,
int toIdx) |
ListMap<K,V> |
ListMap.subMap(K fromKey,
K toKey) |
ListMap<K,V> |
ListMap.tailMap(K fromKey) |
| Modifier and Type | Field and Description |
|---|---|
private ListMap<String,String> |
AttributesImpl.name2value
Maps the name of an attribute to its value.
|
private ListMap<String,String> |
SGMLParser.AttributesWrapper.name2value
|
| Constructor and Description |
|---|
AttributesImpl(ListMap<String,String> name2value)
Creates a new empty
AttributesImpl
which represents the given attribute list. |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.