public interface RawCharacterHandler
Modifier and Type | Method and Description |
---|---|
void |
charactersRaw(char[] ch,
int start,
int length)
Serialize the characters without escaping.
|
void charactersRaw(char[] ch, int start, int length) throws TransformerException
ch
- Array of charactersstart
- Start index of characters in the arraylength
- Number of characters in the arrayTransformerException
Copyright © 2017 JBoss by Red Hat. All rights reserved.