net.sf.saxon.event

Class CharacterMapExpander

Implemented Interfaces:
Receiver, Result

public class CharacterMapExpander
extends ProxyReceiver

CharacterMapExpander: This ProxyReceiver expands characters occurring in a character map, as specified by the XSLT 2.0 xsl:character-map declaration
Author:
Michael Kay

Field Summary

Fields inherited from class net.sf.saxon.event.ProxyReceiver

nextReceiver

Fields inherited from class net.sf.saxon.event.SequenceReceiver

pipelineConfiguration, previousAtomic, systemId

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
void
setCharacterMaps(List maps)
Set the character maps to be used by this CharacterMapExpander.
void
setUseNullMarkers(boolean use)
Indicate whether the result of character mapping should be marked using NUL characters to prevent subsequent XML or HTML character escaping

Methods inherited from class net.sf.saxon.event.ProxyReceiver

append, attribute, characters, close, comment, endDocument, endElement, getConfiguration, getDocumentLocator, getNamePool, getUnderlyingReceiver, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, startElement

Methods inherited from class net.sf.saxon.event.SequenceReceiver

append, getConfiguration, getNamePool, getPipelineConfiguration, getSystemId, open, setPipelineConfiguration, setSystemId, setUnparsedEntity

Method Details

attribute

public void attribute(int nameCode,
                      int typeCode,
                      CharSequence value,
                      int locationId,
                      int properties)
            throws XPathException
Output an attribute
Specified by:
attribute in interface Receiver
Overrides:
attribute in interface ProxyReceiver

characters

public void characters(CharSequence chars,
                       int locationId,
                       int properties)
            throws XPathException
Output character data
Specified by:
characters in interface Receiver
Overrides:
characters in interface ProxyReceiver

setCharacterMaps

public void setCharacterMaps(List maps)
Set the character maps to be used by this CharacterMapExpander. They are merged into a single character map if there is more than one.

setUseNullMarkers

public void setUseNullMarkers(boolean use)
Indicate whether the result of character mapping should be marked using NUL characters to prevent subsequent XML or HTML character escaping