Package net.sf.saxon.event
Class OutputterEvent.Comment
java.lang.Object
net.sf.saxon.event.OutputterEvent
net.sf.saxon.event.OutputterEvent.Comment
- Enclosing class:
OutputterEvent
Event representing a comment node
-
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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Method Details
-
replay
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
- if the receiver reports an error
-