public class PullConsumer
extends java.lang.Object
| Constructor | Description |
|---|---|
PullConsumer(PullProvider in) |
Create a PullConsumer that swallows the events read from a given pull provider
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
consume() |
Consume the input
|
public PullConsumer(PullProvider in)
in - the PullProvider from which events are to be read and swallowed uppublic void consume()
throws XPathException
XPathException