Class Event.Append

java.lang.Object
net.sf.saxon.event.Event
net.sf.saxon.event.Event.Append
Enclosing class:
Event

public static class Event.Append extends Event
Event representing an arbitrary item being sent to the event stream in composed form. Perhaps an atomic value, perhaps an entire element or document in composed form.
  • Constructor Details Link icon

    • Append Link icon

      public Append(Item item, Location location, int properties)
  • Method Details Link icon

    • replay Link icon

      public void replay(Receiver out) throws XPathException
      Description copied from class: Event
      Send the event to a receiver
      Overrides:
      replay in class Event
      Parameters:
      out - the receiver to which the event is to be sent
      Throws:
      XPathException - if the receiver reports an error