Enhydra 3.1 API

org.apache.xalan.xpath.xml
Interface RawCharacterHandler

All Known Implementing Classes:
FormatterToXML

public interface RawCharacterHandler

An interface that a Serializer/ContentHandler/DocumentHandler must implement in order for disable-output-escaping to work.


Method Summary
 void charactersRaw(char[] ch, int start, int length)
          Serialize the characters without escaping.
 

Method Detail

charactersRaw

public void charactersRaw(char[] ch,
                          int start,
                          int length)
                   throws SAXException
Serialize the characters without escaping.

Enhydra 3.1 API