Statepublic class ProcessingInstructionEncounteredState extends TagAttributeState
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
name |
parser| Constructor | Description |
|---|---|
ProcessingInstructionEncounteredState(XMLParser parser) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
process(char character) |
Processes a character and does something with it or does nothing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckAttributeWithNoValue, setAttributepublic ProcessingInstructionEncounteredState(XMLParser parser)
parser - the XMLParserpublic void process(char character)
Stateprocess in interface Stateprocess in class TagAttributeStatecharacter - the character for processing.Copyright © 1998–2018. All rights reserved.