Package net.sf.saxon.event
Class OutputterEvent.Append
- java.lang.Object
-
- net.sf.saxon.event.OutputterEvent
-
- net.sf.saxon.event.OutputterEvent.Append
-
- Enclosing class:
- OutputterEvent
public static class OutputterEvent.Append extends OutputterEvent
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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.saxon.event.OutputterEvent
OutputterEvent.Append, OutputterEvent.Attribute, OutputterEvent.Comment, OutputterEvent.EndDocument, OutputterEvent.EndElement, OutputterEvent.Namespace, OutputterEvent.ProcessingInstruction, OutputterEvent.StartContent, OutputterEvent.StartDocument, OutputterEvent.StartElement, OutputterEvent.Text
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Item
item
(package private) Location
location
(package private) int
properties
-
-
-
Method Detail
-
replay
public void replay(Outputter out) throws XPathException
Description copied from class:OutputterEvent
Send the event to a receiver- Overrides:
replay
in classOutputterEvent
- Parameters:
out
- the receiver to which the event is to be sent- Throws:
XPathException
- the the receiver reports an error
-
-