Package org.geotools.xml.transform
Class TransformerBase.SchemaLocationSupport
Object
SchemaLocationSupport
- Enclosing class:
- TransformerBase
Adds support for schemaLocations.
- TODO:
- REVISIT: consider combining this with NamespaceSupport, as it would make sense to just add a location to your nsURI. Or at least tie them more closely, so that you can only add a SchemaLocation if the namespace actually exists.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSchemaLocation
(String nsURI) getSchemaLocation
(Set namespaces) void
setLocation
(String nsURI, String uri)
-
Constructor Details
-
SchemaLocationSupport
public SchemaLocationSupport()
-
-
Method Details
-
setLocation
-
getSchemaLocation
-
getSchemaLocation
-
getSchemaLocation
-