JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.itextpdf.tool.xml.parser.io
ParserMonitor
Contents
Description
Method Summary
Method Details
read(char[])
Hide sidebar
Show sidebar
Interface ParserMonitor
public interface
ParserMonitor
Monitors what is being read.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
read
(char[] c)
Called when read is called.
Method Details
read
void
read
(char[] c)
Called when read is called.
Parameters:
c
- the char read.