public static class OutputterEvent.Comment extends OutputterEvent
OutputterEvent.Append, OutputterEvent.Attribute, OutputterEvent.Comment, OutputterEvent.EndDocument, OutputterEvent.EndElement, OutputterEvent.Namespace, OutputterEvent.ProcessingInstruction, OutputterEvent.StartContent, OutputterEvent.StartDocument, OutputterEvent.StartElement, OutputterEvent.Text| Constructor and Description |
|---|
Comment(java.lang.CharSequence content,
Location location,
int properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
replay(Outputter out)
Send the event to a receiver
|
public Comment(java.lang.CharSequence content,
Location location,
int properties)
public void replay(Outputter out) throws XPathException
OutputterEventreplay in class OutputterEventout - the receiver to which the event is to be sentXPathException - the the receiver reports an errorCopyright (c) 2004-2021 Saxonica Limited. All rights reserved.