Home | History | Annotate | Download | only in v1

Lines Matching refs:COMMENT

217      * PROCESSING_INSTRUCTION and COMMENT events,
296 * An XML comment was just read. This event type is this token is
299 * The content of the comment can be accessed using the getText()
305 int COMMENT = 9;
339 "COMMENT",
939 * additional event types (COMMENT, CDSECT, DOCDECL, ENTITY_REF, PROCESSING_INSTRUCTION, or
977 * <dt>COMMENT<dd>return comment content ex. 'foo bar' from &lt;!--foo bar-->
1019 * @see #COMMENT