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 TypeMethodDescriptionvoidprocess(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:StateProcesses a character and does something with it or does nothing.- Specified by:
processin interfaceState- Overrides:
processin classTagAttributeState- Parameters:
character- the character for processing.
-