FileDocCategorySizeDatePackage
RawCharacterHandler.javaAPI DocJava SE 5 API1333Fri Aug 26 14:56:04 BST 2005com.sun.org.apache.xml.internal.utils

RawCharacterHandler

public interface RawCharacterHandler
An interface that a Serializer/ContentHandler/ContentHandler must implement in order for disable-output-escaping to work.
xsl.usage
advanced

Fields Summary
Constructors Summary
Methods Summary
public voidcharactersRaw(char[] ch, int start, int length)
Serialize the characters without escaping.

param
ch Array of characters
param
start Start index of characters in the array
param
length Number of characters in the array
throws
javax.xml.transform.TransformerException