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, setAttributeprotected String name
public ProcessingInstructionEncounteredState(XMLParser parser)
parser - the XMLParserpublic void process(char character)
Stateprocess in interface Stateprocess in class TagAttributeStatecharacter - the character for processing.Copyright © 2020. All rights reserved.