Class UnknownState
- java.lang.Object
-
- com.itextpdf.tool.xml.parser.state.UnknownState
-
-
Constructor Summary
Constructors Constructor Description UnknownState(XMLParser xmlParser)
-
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.
-