AttributeValueState
, CdataState
, CloseCommentState
, CloseStarCommentState
, ClosingTagState
, CommentState
, DocTypeState
, DoubleQuotedAttrValueState
, InsideTagHTMLState
, InsideTagState
, ProcessingInstructionEncounteredState
, SelfClosingTagState
, SingleQuotedAttrValueState
, SpecialCharState
, StarCommentState
, TagAttributeState
, TagEncounteredState
, UnknownState
, UnquotedAttrState
, XmlState
public interface State
Modifier and Type | Method | Description |
---|---|---|
void |
process(char read) |
Processes a character and does something with it or does nothing.
|
Copyright © 1998–2018. All rights reserved.