Package org.verapdf.xmp.containers
Class StaticXmpCoreContainers
java.lang.Object
org.verapdf.xmp.containers.StaticXmpCoreContainers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidClears all namespaces and prefixes.Gets namespaces map.Gets prefixes map.static voidsetNamespaceToPrefixMap(Map<String, String> namespaceToPrefixMap) Sets namespaces.static voidsetPrefixToNamespaceMap(Map<String, String> prefixToNamespaceMap) Sets prefixes.
-
Constructor Details
-
StaticXmpCoreContainers
public StaticXmpCoreContainers()
-
-
Method Details
-
clearAllContainers
public static void clearAllContainers()Clears all namespaces and prefixes. -
getNamespaceToPrefixMap
Gets namespaces map.- Returns:
- a map of namespaces
-
getPrefixToNamespaceMap
Gets prefixes map.- Returns:
- a map of prefixes
-
setNamespaceToPrefixMap
Sets namespaces.- Parameters:
namespaceToPrefixMap- a map of namespaces
-
setPrefixToNamespaceMap
Sets prefixes.- Parameters:
prefixToNamespaceMap- a map of prefixes
-