|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.util.map.AbstractIMap<K,V>
org.millscript.commons.util.map.AbstractUMap<K,V>
org.millscript.commons.util.map.AbstractEMap<K,V>
org.millscript.commons.util.map.EArrayMap<java.lang.String,java.lang.String>
org.millscript.millscript.render.PrefixToNamespaceMap
public class PrefixToNamespaceMap
This interface represents the namespaces that are currently in scope, it is a mapping from a prefix to it's IRI for the current scope.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.millscript.commons.util.map.EArrayMap |
|---|
org.millscript.commons.util.map.EArrayMap.ArrayMapMapIterator<K,V> |
| Constructor Summary | |
|---|---|
PrefixToNamespaceMap()
Constructs a new namespace to prefix map with the initial xml and xmlns prefixes declared. |
|
PrefixToNamespaceMap(org.millscript.commons.util.IMap<java.lang.String,java.lang.String> parent)
Constructs a new namespace to prefix map with the specified parent mapping and the given key-value pair array of mappings. |
|
| Method Summary |
|---|
| Methods inherited from class org.millscript.commons.util.map.EArrayMap |
|---|
clone, contains, containsKey, containsValue, get, insert, insertAll, iterator, remove, removeAll, removeKey, removeValue, sharedKeyList, sharedMapletList, sharedValueList, size, update |
| Methods inherited from class org.millscript.commons.util.map.AbstractEMap |
|---|
insert, remove, removeAll |
| Methods inherited from class org.millscript.commons.util.map.AbstractUMap |
|---|
update, updateAll |
| Methods inherited from class org.millscript.commons.util.map.AbstractIMap |
|---|
contains, containsAll, decorate, equals, getDefault, hashCode, isEmtpy, keyList, mapletList, setDefault, toString, valueList |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.millscript.commons.util.UMap |
|---|
update, updateAll |
| Methods inherited from interface org.millscript.commons.util.IMap |
|---|
contains, containsAll, equals, getDefault, hashCode, isEmtpy, keyList, mapletList, setDefault, valueList |
| Constructor Detail |
|---|
public PrefixToNamespaceMap()
xml and xmlns prefixes declared.
public PrefixToNamespaceMap(org.millscript.commons.util.IMap<java.lang.String,java.lang.String> parent)
parent - the map in which to lookup missing keysstore - the array of key-value pairs for this mapping
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||