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.
void | charactersRaw(ch[] , int start, int length) - Serialize the characters without escaping.
|
charactersRaw
public void charactersRaw(ch[] ,
int start,
int length)
throws javax.xml.transform.TransformerException
Serialize the characters without escaping.
start
- Start index of characters in the arraylength
- Number of characters in the array
Copyright B) 2005 Apache XML Project. All Rights Reserved.