public class XMLLabelContext extends Object
Constructor and Description |
---|
XMLLabelContext()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addXmlModel(String model)
Adds the xml-model value to the list already captured.
|
PDSNamespacePrefixMapper |
getNamespaces() |
String |
getSchemaLocation() |
String |
getXmlModelPIs() |
List<String> |
getXmlModels() |
void |
setNamespaces(PDSNamespacePrefixMapper namespaces)
Sets the namespaces.
|
void |
setSchemaLocation(String location)
Sets the schemalocation.
|
public PDSNamespacePrefixMapper getNamespaces()
public void setNamespaces(PDSNamespacePrefixMapper namespaces)
namespaces
- a mapping of namespace prefixes to URIs.public String getSchemaLocation()
public void setSchemaLocation(String location)
location
- What was set in the SchemaLocation attribute.public List<String> getXmlModels()
public String getXmlModelPIs()
public void addXmlModel(String model)
model
- The xml-model value.Copyright © 2010–2018 Planetary Data System. All rights reserved.