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
Module:
modules/extension/xsd-core (gt-xsd-core.jar)

Method Summary
 void encode(ContentHandler output)
          Encodes content to an output stream.
 

Method Detail

encode

void encode(ContentHandler output)
            throws Exception
Encodes content to an output stream.

Throws:
Exception


Copyright © 1996-2009 Geotools. All Rights Reserved.