Package net.sf.saxon.str
Class AbstractUniStringConsumer
- java.lang.Object
-
- net.sf.saxon.str.AbstractUniStringConsumer
-
- All Implemented Interfaces:
UniStringConsumer
public abstract class AbstractUniStringConsumer extends java.lang.Object implements UniStringConsumer
This abstract implementation of UniStringConsumer exists largely for C#, as a place to capture the default methods defined in the interface, and avoid them proliferating into multiple subclasses
-
-
Constructor Summary
Constructors Constructor Description AbstractUniStringConsumer()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.saxon.str.UniStringConsumer
accept, close, open
-
-