public class CommentEvent extends AbstractXMLEvent implements Comment
Comment event implementation.| Modifier and Type | Field and Description |
|---|---|
protected String |
text
Comment text.
|
location, schemaTypeATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Constructor and Description |
|---|
CommentEvent(Comment that)
Copy constructor.
|
CommentEvent(String text) |
CommentEvent(String text,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType()
Returns
XMLStreamConstants.COMMENT. |
String |
getText() |
asCharacters, asEndElement, asStartElement, clone, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, matches, toString, writeAsEncodedUnicode, writeEventequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodeprotected String text
public CommentEvent(String text)
public CommentEvent(Comment that)
that - The comment to copy.public int getEventType()
XMLStreamConstants.COMMENT.getEventType in interface XMLEventCopyright © 2018. All rights reserved.