@ParametersAreNonnullByDefault public interface Handler
Notifier.Notifier| Modifier and Type | Method and Description |
|---|---|
void |
onAttribute(ProxyAttribute attribute)
Handles an attribute in the current element.
|
void |
onComplete()
Handles the end of the current task.
|
void |
onEndElement()
Handles the end of the current element.
|
void |
onInitialize()
Handles the start of a task.
|
void |
onReference(ProxyReference reference)
Handles a reference from the current element to another.
|
void |
onStartElement(ProxyElement element)
Handles the start of an element.
|
void onInitialize()
throws IOException
IOExceptiononComplete(),
Notifier.notifyInitialize()void onStartElement(ProxyElement element) throws IOException
element - the element of the new elementIOExceptiononEndElement(),
Notifier.notifyStartElement(ProxyElement)void onAttribute(ProxyAttribute attribute) throws IOException
attribute - the new attributeIOExceptiononStartElement(ProxyElement),
Notifier.notifyAttribute(ProxyAttribute)void onReference(ProxyReference reference) throws IOException
reference - the new referenceIOExceptiononStartElement(ProxyElement),
Notifier.notifyReference(ProxyReference)void onEndElement()
throws IOException
IOExceptiononStartElement(ProxyElement),
Notifier.notifyEndElement()void onComplete()
throws IOException
IOExceptiononInitialize(),
Notifier.notifyComplete()Copyright © 2013–2019 Atlanmod. All rights reserved.