@API(type=NOT_EXTENDABLE,
src=PRIVATE)
public interface KeysManagerBase
Modifier and Type | Method and Description |
---|---|
java.util.LinkedHashMap<java.net.URL,java.net.URL> |
getCopyToMapping(java.net.URL originatorURL)
Get mappings between URLs referenced with copy-to and actual URL.
|
java.util.LinkedHashSet<EnumerationDefInfo> |
getEnumerationDefs(java.net.URL originatorURL)
Gets all enumeration defs found in the subject scheme mapping starting from the currently opened DITA Map.
|
java.util.LinkedHashMap<java.lang.String,ro.sync.ecss.dita.reference.keyref.KeyInfo> |
getKeys(java.net.URL originatorURL)
Gets all keys in the currently opened DITA Map.
|
java.util.LinkedHashMap<java.net.URL,java.util.List<java.util.Stack<java.util.Set<java.lang.String>>>> |
getURLKeyScopeContexts(java.net.URL originatorURL)
Get mapping between URLs and list of key scope contexts where they appeared in the map.
|
java.util.LinkedHashMap<java.lang.String,ro.sync.ecss.dita.reference.keyref.KeyInfo> getKeys(java.net.URL originatorURL)
originatorURL
- The URL of the topic which needs to resolve keys.java.util.LinkedHashSet<EnumerationDefInfo> getEnumerationDefs(java.net.URL originatorURL)
null
.originatorURL
- The URL of the topic which needs to resolve the enumeration dejs.java.util.LinkedHashMap<java.net.URL,java.util.List<java.util.Stack<java.util.Set<java.lang.String>>>> getURLKeyScopeContexts(java.net.URL originatorURL)
originatorURL
- The URL of the topic which needs to resolve the enumeration dejs.java.util.LinkedHashMap<java.net.URL,java.net.URL> getCopyToMapping(java.net.URL originatorURL)
originatorURL
- The originator URL.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.