public class TagAttributeState extends Object implements State
| Constructor and Description |
|---|
TagAttributeState(XMLParser parser) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkAttributeWithNoValue() |
void |
process(char character)
Processes a character and does something with it or does nothing.
|
protected boolean |
setAttribute() |
protected final XMLParser parser
public TagAttributeState(XMLParser parser)
parser - the XMLParserpublic void process(char character)
Stateprotected void checkAttributeWithNoValue()
protected boolean setAttribute()
Copyright © 2020. All rights reserved.