public class UnicodeNormalizer extends ProxyReceiver
nextReceiver
pipelineConfiguration, previousAtomic, systemId
Constructor and Description |
---|
UnicodeNormalizer(java.lang.String form,
Receiver next) |
Modifier and Type | Method and Description |
---|---|
void |
attribute(NodeName nameCode,
SimpleType typeCode,
java.lang.CharSequence value,
Location locationId,
int properties)
Output an attribute
|
void |
characters(java.lang.CharSequence chars,
Location locationId,
int properties)
Output character data
|
Normalizer |
getNormalizer()
Get the underlying normalizer
|
java.lang.CharSequence |
normalize(java.lang.CharSequence in,
boolean containsNullMarkers) |
append, close, comment, endDocument, endElement, getNamePool, getNextReceiver, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, startElement, usesTypeAnnotations
append, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getPipelineConfiguration, getSystemId, handlesAppend
public UnicodeNormalizer(java.lang.String form, Receiver next) throws XPathException
XPathException
public Normalizer getNormalizer()
public void attribute(NodeName nameCode, SimpleType typeCode, java.lang.CharSequence value, Location locationId, int properties) throws XPathException
attribute
in interface Receiver
attribute
in class ProxyReceiver
nameCode
- The name of the attributetypeCode
- The type of the attributevalue
- the string value of the attributelocationId
- The location of the nodeproperties
- Bit significant value. The following bits are defined:
XPathException
- if an error occurspublic void characters(java.lang.CharSequence chars, Location locationId, int properties) throws XPathException
characters
in interface Receiver
characters
in class ProxyReceiver
chars
- The characterslocationId
- provides information such as line number and system ID.properties
- Bit significant value. The following bits are defined:
XPathException
- if an error occurspublic java.lang.CharSequence normalize(java.lang.CharSequence in, boolean containsNullMarkers)
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.