Class TagAttributeState
- java.lang.Object
-
- com.itextpdf.tool.xml.parser.state.TagAttributeState
-
- All Implemented Interfaces:
State
- Direct Known Subclasses:
ProcessingInstructionEncounteredState
public class TagAttributeState extends java.lang.Object implements State
-
-
Constructor Summary
Constructors Constructor Description TagAttributeState(XMLParser parser)
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
-
-
Field Detail
-
parser
protected final XMLParser parser
-
-
Constructor Detail
-
TagAttributeState
public TagAttributeState(XMLParser parser)
- Parameters:
parser
- the XMLParser
-
-
Method Detail
-
process
public void process(char character)
Description copied from interface:State
Processes a character and does something with it or does nothing.
-
checkAttributeWithNoValue
protected void checkAttributeWithNoValue()
-
setAttribute
protected boolean setAttribute()
- Returns:
- true if an attribute was set
-
-