protected static class StandardCollectionURIResolver.FileExpander extends Object implements MappingFunction<ExternalObject<File>,Item<?>>
| Modifier and Type | Field and Description |
|---|---|
(package private) FilenameFilter |
filter |
(package private) int |
onError |
(package private) Maker<XMLReader> |
parserMaker |
(package private) PipelineConfiguration |
pipe |
(package private) boolean |
recurse |
(package private) SpaceStrippingRule |
strippingRule |
(package private) boolean |
unparsed |
(package private) int |
validation |
(package private) Boolean |
xinclude |
| Constructor and Description |
|---|
FileExpander(URIQueryParameters params,
PipelineConfiguration pipe) |
| Modifier and Type | Method and Description |
|---|---|
SequenceIterator<?> |
map(ExternalObject<File> item)
Map one item to a sequence.
|
boolean recurse
SpaceStrippingRule strippingRule
int validation
Boolean xinclude
boolean unparsed
int onError
FilenameFilter filter
PipelineConfiguration pipe
public FileExpander(URIQueryParameters params, PipelineConfiguration pipe)
public SequenceIterator<?> map(ExternalObject<File> item) throws XPathException
map in interface MappingFunction<ExternalObject<File>,Item<?>>item - The item to be mapped.
If context is supplied, this must be the same as context.currentItem().XPathException - if a dynamic error occurs