org.apache.xml.utils
Interface  RawCharacterHandler
- public interface RawCharacterHandler
 
**For advanced use only** 
 An interface that a Serializer/ContentHandler/ContentHandler 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. | 
 
charactersRaw
public void charactersRaw(char[] ch,
                          int start,
                          int length)
                   throws TransformerException
- Serialize the characters without escaping.
- Parameters:
 ch - Array of charactersstart - Start index of characters in the arraylength - Number of characters in the array- Throws:
 - TransformerException -  
 
 
 
Copyright © 2000 Apache XML Project. All Rights Reserved.