public interface

Comment

implements XMLEvent
javax.xml.stream.events.Comment

Class Overview

An interface for comment events

Summary

[Expand]
Inherited Constants
From interface javax.xml.stream.XMLStreamConstants
Public Methods
abstract String getText()
Return the string data of the comment, returns empty string if it does not exist
[Expand]
Inherited Methods
From interface javax.xml.stream.events.XMLEvent

Public Methods

public abstract String getText ()

Return the string data of the comment, returns empty string if it does not exist