Class TagAttributeState
java.lang.Object
com.itextpdf.tool.xml.parser.state.TagAttributeState
- All Implemented Interfaces:
State
- Direct Known Subclasses:
ProcessingInstructionEncounteredState
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
process
(char character) Processes a character and does something with it or does nothing.protected boolean
-
Field Details
-
parser
-
-
Constructor Details
-
TagAttributeState
- Parameters:
parser
- the XMLParser
-
-
Method Details
-
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
-