org.geotools.xml
Interface EncoderDelegate
public interface EncoderDelegate
An interface used to signal to the Encoder
that it should delegate
to the object itself to encode, rather than work the object through the typical
encoding routine.
- Author:
- Justin Deoliveira, OpenGEO
Method Summary |
void |
encode(org.xml.sax.ContentHandler output)
Encodes content to an output stream. |
encode
void encode(org.xml.sax.ContentHandler output)
throws java.lang.Exception
- Encodes content to an output stream.
- Throws:
java.lang.Exception
Copyright © 1996-2010 Geotools. All Rights Reserved.