public interface Translator
Modifier and Type | Method and Description |
---|---|
void |
abort()
Abort any translating activity.
|
void |
encode(Object o)
Encode the object.
|
String |
getDefaultNamespace()
Get the default URI used by this Translator for encoding.
|
String |
getDefaultPrefix()
Get the default prefix used by this Translator for encoding.
|
NamespaceSupport |
getNamespaceSupport()
Obtain the namespace prefixes and URIs to be included in the output document.
|
TransformerBase.SchemaLocationSupport |
getSchemaLocationSupport()
Gets the location of the schemas used in this translator.
|
NamespaceSupport getNamespaceSupport()
String getDefaultNamespace()
String getDefaultPrefix()
void encode(Object o) throws IllegalArgumentException
o
- The Object to encode.IllegalArgumentException
- if the Object is not encodeable.TransformerBase.SchemaLocationSupport getSchemaLocationSupport()
void abort()
Copyright © 1996–2019 Geotools. All rights reserved.