public class DocumentWrappingPullProvider extends PullFilter
currentEvent
Constructor and Description |
---|
DocumentWrappingPullProvider(PullProvider base) |
Modifier and Type | Method and Description |
---|---|
PullEvent |
next()
Get the next event.
|
close, current, getAtomicValue, getAttributes, getNamePool, getNamespaceDeclarations, getNodeName, getPipelineConfiguration, getSchemaType, getSourceLocator, getStringValue, getUnderlyingProvider, getUnparsedEntities, setPipelineConfiguration, skipToMatchingEnd
public DocumentWrappingPullProvider(PullProvider base)
public PullEvent next() throws XPathException
PullFilter
Note that a subclass that overrides this method is responsible for ensuring that current() works properly. This can be achieved by setting the field currentEvent to the event returned by any call on next().
next
in interface PullProvider
next
in class PullFilter
PullEvent.END_OF_INPUT
is returned at the end of the sequence.XPathException
- if a dynamic error occursCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.