Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
net.sf.saxon.event.SequenceReceiver
net.sf.saxon.event.ProxyReceiver
net.sf.saxon.event.UnicodeNormalizer
public class UnicodeNormalizer
extends ProxyReceiver
Field Summary |
Fields inherited from class net.sf.saxon.event.ProxyReceiver | |
nextReceiver |
Fields inherited from class net.sf.saxon.event.SequenceReceiver | |
pipelineConfiguration , previousAtomic , systemId |
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
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 |
public void attribute(int nameCode, int typeCode, CharSequence value, int locationId, int properties) throws XPathException
Output an attribute
- Overrides:
- attribute in interface ProxyReceiver
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