public class EmptyTextNodeRemoverFeed extends ItemFeed
Both a Feed and a Watch are needed because a simple content constructor operates on a sequence of nodes without simply atomizing the sequence.
Constructor and Description |
---|
EmptyTextNodeRemoverFeed(Expression expr,
Feed result,
Stack<XPathContext> contextStack) |
Modifier and Type | Method and Description |
---|---|
void |
append(Item item)
Supply an item to the feed
|
close, getContext, getContextStack, getExpression, getPipelineConfiguration, getResult, open, setPipelineConfiguration
public EmptyTextNodeRemoverFeed(Expression expr, Feed result, Stack<XPathContext> contextStack)
public void append(Item item) throws XPathException
append
in interface Feed
append
in class ItemFeed
item
- the item being fedXPathException
- to report any failureCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.