com.itextpdf.text.xml.simpleparser
Interface SimpleXMLDocHandlerComment


public interface SimpleXMLDocHandlerComment

The handler for the events fired by SimpleXMLParser.

Author:
Paulo Soares

Method Summary
 void comment(String text)
          Called when a comment is found.
 

Method Detail

comment

void comment(String text)
Called when a comment is found.

Parameters:
text - the comment text


Copyright © 2013. All Rights Reserved.