Package net.sf.saxon.event
Class Event.StartDocument
- java.lang.Object
-
- net.sf.saxon.event.Event
-
- net.sf.saxon.event.Event.StartDocument
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.saxon.event.Event
Event.Append, Event.Comment, Event.EndDocument, Event.EndElement, Event.ProcessingInstruction, Event.StartDocument, Event.StartElement, Event.Text
-
-
Constructor Summary
Constructors Constructor Description StartDocument(int properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
replay(Receiver out)
Send the event to a receiver
-
-
-
Method Detail
-
replay
public void replay(Receiver out) throws XPathException
Description copied from class:Event
Send the event to a receiver- Overrides:
replay
in classEvent
- Parameters:
out
- the receiver to which the event is to be sent- Throws:
XPathException
- if the receiver reports an error
-
-