@ParametersAreNonnullByDefault public class XPathResolver extends AbstractProcessor
| Constructor and Description |
|---|
XPathResolver() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
onAttribute, onCompleteaddNext, addNext, notifyAttribute, notifyComplete, notifyEndElement, notifyInitialize, notifyReference, notifyStartElement, supportsMultiTargetspublic void onInitialize()
throws IOException
HandleronInitialize in interface HandleronInitialize in class AbstractProcessorIOExceptionHandler.onComplete(),
Notifier.notifyInitialize()public void onStartElement(ProxyElement element) throws IOException
HandleronStartElement in interface HandleronStartElement in class AbstractProcessorelement - the element of the new elementIOExceptionHandler.onEndElement(),
Notifier.notifyStartElement(ProxyElement)public void onReference(ProxyReference reference) throws IOException
HandleronReference in interface HandleronReference in class AbstractProcessorreference - the new referenceIOExceptionHandler.onStartElement(ProxyElement),
Notifier.notifyReference(ProxyReference)public void onEndElement()
throws IOException
HandleronEndElement in interface HandleronEndElement in class AbstractProcessorIOExceptionHandler.onStartElement(ProxyElement),
Notifier.notifyEndElement()Copyright © 2013–2019 Atlanmod. All rights reserved.