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
public static class OutputterEvent.Comment extends 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
replay(Outputter out)
Send the event to a receiver
-
-
-
Constructor Detail
-
Comment
public Comment(java.lang.CharSequence content, Location location, 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
-
-