public class ProcessingInstructionEncounteredState extends TagAttributeState
Modifier and Type | Field and Description |
---|---|
protected String |
name |
parser
Constructor and Description |
---|
ProcessingInstructionEncounteredState(XMLParser parser) |
Modifier and Type | Method and Description |
---|---|
void |
process(char character)
Processes a character and does something with it or does nothing.
|
checkAttributeWithNoValue, setAttribute
protected String name
public ProcessingInstructionEncounteredState(XMLParser parser)
parser
- the XMLParser
public void process(char character)
State
process
in interface State
process
in class TagAttributeState
character
- the character for processing.
Copyright © 2016. All rights reserved.