public abstract class Event
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.Append
Event representing an arbitrary item being sent to the event stream in composed form.
|
static class |
Event.Comment
Event representing a comment node
|
static class |
Event.EndDocument
Event representing end of document
|
static class |
Event.EndElement
Event representing the end of an element
|
static class |
Event.ProcessingInstruction
Event representing a processing instruction node
|
static class |
Event.StartDocument
Event representing start of document
|
static class |
Event.StartElement
Event representing the start of an element (including attributes or namespaces)
|
static class |
Event.Text
Event representing a text node
|
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
void |
replay(Receiver out)
Send the event to a receiver
|
public void replay(Receiver out) throws XPathException
out - the receiver to which the event is to be sentXPathException - the the receiver reports an errorCopyright (c) 2004-2021 Saxonica Limited. All rights reserved.