javanet.staxutils.events
Class CommentEvent
java.lang.Object
javanet.staxutils.events.AbstractXMLEvent
javanet.staxutils.events.CommentEvent
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, ExtendedXMLEvent, Comment, XMLEvent, XMLStreamConstants
public class CommentEvent
- extends AbstractXMLEvent
- implements Comment
Comment
event implementation.
- Version:
- $Revision: 1.2 $
- Author:
- Christian Niles
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
text
Comment text. |
Fields inherited from interface javax.xml.stream.XMLStreamConstants |
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT |
Methods inherited from class javanet.staxutils.events.AbstractXMLEvent |
asCharacters, asEndElement, asStartElement, clone, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, matches, toString, writeAsEncodedUnicode, writeEvent |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.xml.stream.events.XMLEvent |
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode |
text
protected java.lang.String text
- Comment text.
CommentEvent
public CommentEvent(java.lang.String text)
CommentEvent
public CommentEvent(java.lang.String text,
Location location)
CommentEvent
public CommentEvent(Comment that)
- Copy constructor.
- Parameters:
that
- The comment to copy.
getText
public java.lang.String getText()
- Specified by:
getText
in interface Comment
getEventType
public int getEventType()
- Returns
XMLStreamConstants.COMMENT
.
- Specified by:
getEventType
in interface XMLEvent