org.apache.xml.utils

Interface RawCharacterHandler

public interface RawCharacterHandler

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

Method Summary

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

Method Details

charactersRaw

public void charactersRaw(ch[] ,
                          int start,
                          int length)
            throws TransformerException
Serialize the characters without escaping.
Parameters:
start - Start index of characters in the array
length - Number of characters in the array

Copyright B) 2004 Apache XML Project. All Rights Reserved.