JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.lowagie.text.xml.simpleparser
SimpleXMLDocHandlerComment
Contents
Description
Method Summary
Method Details
comment(String)
Hide sidebar
Show sidebar
Interface SimpleXMLDocHandlerComment
public interface
SimpleXMLDocHandlerComment
The handler for the events fired by
SimpleXMLParser
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
comment
(
String
text)
Called when a comment is found.
Method Details
comment
void
comment
(
String
text)
Called when a comment is found.
Parameters:
text
- the comment text