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