Class DocumentSender

java.lang.Object
net.sf.saxon.event.DocumentSender
All Implemented Interfaces:
SourceLocator, LocationProvider, SaxonLocator, Locator

public class DocumentSender extends Object implements SaxonLocator
Sends an entire document to a Receiver.
Author:
Ruud Diterwich, integrated by Michael Kay
  • Constructor Details

    • DocumentSender

      public DocumentSender(NodeInfo top)
      Create a DocumentSender, which takes an input document tree and generates a stream of events for a Receiver
      Parameters:
      top - the document or element node to be turned into a stream of events
  • Method Details