Class ProcessingInstructionEncounteredState
java.lang.Object
com.itextpdf.tool.xml.parser.state.TagAttributeState
com.itextpdf.tool.xml.parser.state.ProcessingInstructionEncounteredState
- All Implemented Interfaces:
State
-
Field Summary
FieldsFields inherited from class com.itextpdf.tool.xml.parser.state.TagAttributeState
parser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(char character) Processes a character and does something with it or does nothing.Methods inherited from class com.itextpdf.tool.xml.parser.state.TagAttributeState
checkAttributeWithNoValue, setAttribute
-
Field Details
-
name
-
-
Constructor Details
-
ProcessingInstructionEncounteredState
- Parameters:
parser
- the XMLParser
-
-
Method Details
-
process
public void process(char character) Description copied from interface:State
Processes a character and does something with it or does nothing.- Specified by:
process
in interfaceState
- Overrides:
process
in classTagAttributeState
- Parameters:
character
- the character for processing.
-