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

Author:
redlab_b

Method Summary
 void process(char read)
          Processes a character and does something with it or does nothing.
 

Method Detail

process

void process(char read)
Processes a character and does something with it or does nothing.

Parameters:
read - the character for processing.


Copyright © 2015. All Rights Reserved.