sigmlanim.sigmlstream.interfaces
Interface SiGMLUnitStreamHandler
- All Superinterfaces:
- sigmlstream.xml.XMLUnitStreamHandler
- All Known Implementing Classes:
- SiGMLUnitStreamToSignStream
public interface SiGMLUnitStreamHandler
- extends sigmlstream.xml.XMLUnitStreamHandler
A SiGMLUnitStreamHandler
is an XMLUnitStreamHandler
augmented with the capacity to accept notification of a base URI
associated with any XML unit in the incoming stream.
Method Summary |
void |
notifyBaseURI(java.lang.String base)
Notifies this handler that the given base URI is to be associated
with the next XML unit received. |
Methods inherited from interface sigmlstream.xml.XMLUnitStreamHandler |
notifyBeginXMLUnitStream, notifyEndXMLUnitStream, notifyXMLUnit |
notifyBaseURI
void notifyBaseURI(java.lang.String base)
- Notifies this handler that the given base URI is to be associated
with the next XML unit received.