Package com.itextpdf.tool.xml.parser
Interface State
- All Known Implementing Classes:
AttributeValueState
,CdataState
,CloseCommentState
,CloseStarCommentState
,ClosingTagState
,CommentState
,DocTypeState
,DoubleQuotedAttrValueState
,InsideTagHTMLState
,InsideTagState
,ProcessingInstructionEncounteredState
,SelfClosingTagState
,SingleQuotedAttrValueState
,SpecialCharState
,StarCommentState
,TagAttributeState
,TagEncounteredState
,UnknownState
,UnquotedAttrState
,XmlState
public interface State
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(char read) Processes a character and does something with it or does nothing.
-
Method Details
-
process
void process(char read) Processes a character and does something with it or does nothing.- Parameters:
read
- the character for processing.
-