|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Translator
A Translator is used in an XMLEncoding process by the FeatureTransformer class.
modules/library/main (gt-main.jar)
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |