Class ProcessingInstructionEncounteredState
- java.lang.Object
-
- com.itextpdf.tool.xml.parser.state.TagAttributeState
-
- com.itextpdf.tool.xml.parser.state.ProcessingInstructionEncounteredState
-
- All Implemented Interfaces:
State
public class ProcessingInstructionEncounteredState extends TagAttributeState
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
name
-
Fields inherited from class com.itextpdf.tool.xml.parser.state.TagAttributeState
parser
-
-
Constructor Summary
Constructors Constructor Description ProcessingInstructionEncounteredState(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.-
Methods inherited from class com.itextpdf.tool.xml.parser.state.TagAttributeState
checkAttributeWithNoValue, setAttribute
-
-
-
-
Constructor Detail
-
ProcessingInstructionEncounteredState
public ProcessingInstructionEncounteredState(XMLParser parser)
- Parameters:
parser
- the XMLParser
-
-
Method Detail
-
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.
-
-