public class UnicodeNormalizer extends ProxyReceiver
nextReceiverpipelineConfiguration, 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, usesTypeAnnotationsappend, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getPipelineConfiguration, getSystemId, handlesAppendpublic UnicodeNormalizer(java.lang.String form,
Receiver next)
throws XPathException
XPathExceptionpublic Normalizer getNormalizer()
public void attribute(NodeName nameCode, SimpleType typeCode, java.lang.CharSequence value, Location locationId, int properties) throws XPathException
attribute in interface Receiverattribute in class ProxyReceivernameCode - 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 Receivercharacters in class ProxyReceiverchars - 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.