public class StringValueGatherer extends AbstractReceiver
Constructor and Description |
---|
StringValueGatherer(UnicodeBuilder buffer) |
Modifier and Type | Method and Description |
---|---|
void |
characters(UnicodeString chars,
Location locationId,
int properties)
Notify character data.
|
close, comment, endDocument, endElement, getConfiguration, getPipelineConfiguration, getSystemId, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnparsedEntity, startDocument, startElement, usesTypeAnnotations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
append, append, handlesAppend
public StringValueGatherer(UnicodeBuilder buffer)
public void characters(UnicodeString chars, Location locationId, int properties) throws XPathException
Receiver
characters
in interface Receiver
characters
in class AbstractReceiver
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-2022 Saxonica Limited. All rights reserved.