org.apache.xml.utils
public interface RawCharacterHandler
UNKNOWN: advanced
Method Summary | |
---|---|
void | charactersRaw(char[] ch, int start, int length)
Serialize the characters without escaping.
|
Parameters: ch Array of characters start Start index of characters in the array length Number of characters in the array
Throws: javax.xml.transform.TransformerException