public interface UniStringConsumer
Modifier and Type | Method and Description |
---|---|
UniStringConsumer |
accept(UnicodeString chars)
Process a supplied character sequence
|
default void |
close()
Complete the writing of characters to the result.
|
default void |
open()
Initial processing.
|
default void open() throws XPathException
XPathException
- if processing fails for any reasonUniStringConsumer accept(UnicodeString chars) throws XPathException
chars
- the characters to be processedXPathException
- if processing fails for any reasondefault void close() throws XPathException
XPathException
- if processing fails for any reasonCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.