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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(char read)Processes a character and does something with it or does nothing.
-