public interface RawCharacterHandler
| Modifier and Type | Method | Description |
|---|---|---|
void |
charactersRaw(char[] ch,
int start,
int length) |
Serialize the characters without escaping.
|
void charactersRaw(char[] ch,
int start,
int length)
throws javax.xml.transform.TransformerException
ch - Array of charactersstart - Start index of characters in the arraylength - Number of characters in the arrayjavax.xml.transform.TransformerExceptionCopyright © 2014 Apache XML Project. All Rights Reserved.