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) Itemitem(package private) Locationlocation(package private) intproperties
-
-
-
Method Detail
-
replay
public void replay(Outputter out) throws XPathException
Description copied from class:OutputterEventSend the event to a receiver- Overrides:
replayin classOutputterEvent- Parameters:
out- the receiver to which the event is to be sent- Throws:
XPathException- if the receiver reports an error
-
-