public interface SiGMLUnitStreamHandler
extends sigmlstream.xml.XMLUnitStreamHandler
SiGMLUnitStreamHandler
is an XMLUnitStreamHandler
augmented with the capacity to accept notification of a base URI
associated with any XML unit in the incoming stream.Modifier and Type | Method and Description |
---|---|
void |
notifyBaseURI(java.lang.String base)
Notifies this handler that the given base URI is to be associated
with the next XML unit received.
|