Class InsideTagHTMLState
- java.lang.Object
-
- com.itextpdf.tool.xml.parser.state.InsideTagHTMLState
-
-
Constructor Summary
Constructors Constructor Description InsideTagHTMLState(XMLParser parser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(char character)
Processes a character and does something with it or does nothing.
-
-
-
Constructor Detail
-
InsideTagHTMLState
public InsideTagHTMLState(XMLParser parser)
- Parameters:
parser
- the XMLParser
-
-