State
ProcessingInstructionEncounteredState
public class TagAttributeState extends java.lang.Object implements State
Constructor | Description |
---|---|
TagAttributeState(XMLParser parser) |
Modifier and Type | Method | 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)
State
protected void checkAttributeWithNoValue()
protected boolean setAttribute()
Copyright © 1998–2018. All rights reserved.