State
public 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, wait
checkAttributeWithNoValue, setAttribute
public ProcessingInstructionEncounteredState(XMLParser parser)
parser
- the XMLParserpublic void process(char character)
State
process
in interface State
process
in class TagAttributeState
character
- the character for processing.Copyright © 1998–2018. All rights reserved.