|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StAXDelegationContext
Interface which exposes delegation services offered by a StAX event source.
Method Summary | |
---|---|
void |
delegate(StAXContentHandler handler)
Delegate to the specified StAXContentHandler. |
void |
pushContext(String subContext)
Push the specified subcontext on the stack of contexts. |
Methods inherited from interface net.sf.stax.StAXContext |
---|
getContexts, getIdMapper, getLocator, setLocator |
Method Detail |
---|
void delegate(StAXContentHandler handler) throws SAXException
handler
- content handler to delegate to
SAXException
- any SAX exception, possibly wrapping another exceptionvoid pushContext(String subContext) throws SAXException
subContext
- subcontext to push
SAXException
- any SAX exception, possibly wrapping another exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |