|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Translator is used in an XMLEncoding process by the FeatureTransformer class.
Method Summary | |
void |
abort()
Abort any translating activity. |
void |
encode(java.lang.Object o)
Encode the object. |
java.lang.String |
getDefaultNamespace()
Get the default URI used by this Translator for encoding. |
java.lang.String |
getDefaultPrefix()
Get the default prefix used by this Translator for encoding. |
org.xml.sax.helpers.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 |
public org.xml.sax.helpers.NamespaceSupport getNamespaceSupport()
public java.lang.String getDefaultNamespace()
public java.lang.String getDefaultPrefix()
public void encode(java.lang.Object o) throws java.lang.IllegalArgumentException
o
- The Object to encode.
java.lang.IllegalArgumentException
- if the Object is not encodeable.public TransformerBase.SchemaLocationSupport getSchemaLocationSupport()
public void abort()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |