Class LiteralAdjunct.LiteralItemFeed

All Implemented Interfaces:
Result, Receiver
Enclosing class:
LiteralAdjunct

public class LiteralAdjunct.LiteralItemFeed extends ItemFeed
  • Method Details

    • open

      public void open(Terminator terminator) throws XPathException
      Description copied from class: ItemFeed
      Start evaluating the expression. The default implementation does nothing.
      Overrides:
      open in class ItemFeed
      Parameters:
      terminator - used to achieve early exit
      Throws:
      XPathException - if a dynamic error occurs
    • append

      public void append(Item item) throws XPathException
      Description copied from class: ItemFeed
      Supply one item towards the streamed input of the expression
      Specified by:
      append in interface Receiver
      Specified by:
      append in class ItemFeed
      Parameters:
      item - the item to be supplied
      Throws:
      XPathException - if the operation fails