Constructor and Description |
---|
StringValueGatherer(FastStringBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
characters(java.lang.CharSequence chars,
Location locationId,
int properties)
Notify character data.
|
attribute, close, comment, endDocument, endElement, getConfiguration, getPipelineConfiguration, getSystemId, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnparsedEntity, startContent, startDocument, startElement, usesTypeAnnotations
public StringValueGatherer(FastStringBuffer buffer)
public void characters(java.lang.CharSequence chars, Location locationId, int properties) throws XPathException
Receiver
characters
in interface Receiver
characters
in class Checker
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 occursCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.