net.sf.saxon.event
Class UnicodeNormalizer
public
class
UnicodeNormalizer
extends ProxyReceiver
UnicodeNormalizer: This ProxyReceiver performs unicode normalization on the contents
of attribute and text nodes.
Author: Michael Kay
Method Summary |
void | attribute(int nameCode, int typeCode, CharSequence value, int locationId, int properties)
Output an attribute |
void | characters(CharSequence chars, int locationId, int properties)
Output character data |
public UnicodeNormalizer(String form)
public void attribute(int nameCode, int typeCode, CharSequence value, int locationId, int properties)
Output an attribute
public void characters(CharSequence chars, int locationId, int properties)
Output character data