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.Attribute
Event representing an attribute node
|
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.Namespace
Event representing a set of namespace bindings
|
static class |
Event.ProcessingInstruction
Event representing a processing instruction node
|
static class |
Event.StartContent
Event representing the end of a start tag, that is, indicating that no more attributes or
namespaces are expected for the current element
|
static class |
Event.StartDocument
Event representing start of document
|
static class |
Event.StartElement
Event representing the start of an element (not including attributes or namespaces)
|
static class |
Event.Text
Event representing a text node
|
Constructor and Description |
---|
Event() |
Modifier and Type | Method and Description |
---|---|
abstract void |
replay(Receiver out)
Send the event to a receiver
|
public abstract 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-2020 Saxonica Limited. All rights reserved.