Package org.biojava.utils.stax
Interface DelegationManager
-
public interface DelegationManager
Interface which exposes delegation services offered by a StAX event source.- Author:
- Thomas Down
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
delegate(StAXContentHandler handler)
-
-
-
Method Detail
-
delegate
void delegate(StAXContentHandler handler) throws SAXException
- Throws:
SAXException
-
-