Class XmlNamespaces
java.lang.Object
gov.nasa.pds.registry.common.util.xml.XmlNamespaces
Mappings between LDD names (xmlns prefix), xmlns URIs and schema locations.
- Author:
- karpenko
-
Field Summary
FieldsModifier and TypeFieldDescriptionPrefix to schema location map.URI to prefix map. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uri2prefix
URI to prefix map. For example, "http://pds.nasa.gov/pds4/pds/v1" -> "pds". -
prefix2location
Prefix to schema location map. For example, "pds" -> "https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1B00.xsd".
-
-
Constructor Details
-
XmlNamespaces
public XmlNamespaces()
-
-
Method Details
-
debug
public void debug()Print mappings
-