public class FormParseState extends LinkParseState
Modifier and Type | Field and Description |
---|---|
protected int |
formParseState |
protected static int |
FORMPARSESTATE_IN_FORM |
protected static int |
FORMPARSESTATE_IN_OPTION |
protected static int |
FORMPARSESTATE_IN_SELECT |
protected static int |
FORMPARSESTATE_IN_TEXTAREA |
protected static int |
FORMPARSESTATE_NORMAL |
protected String |
optionSelected |
protected String |
optionValue |
protected StringBuilder |
optionValueText |
protected String |
selectMultiple |
protected String |
selectName |
handler
scriptParseState, SCRIPTPARSESTATE_INSCRIPT, SCRIPTPARSESTATE_NORMAL
accumBuffer, ampBuffer, bTagDepth, currentAttrList, currentAttrName, currentAttrNameBuffer, currentState, currentTagName, currentTagNameBuffer, currentValueBuffer, inAmpersand, mapLookup, TAGPARSESTATE_IN_ATTR_LOOKING_FOR_VALUE, TAGPARSESTATE_IN_ATTR_NAME, TAGPARSESTATE_IN_ATTR_VALUE, TAGPARSESTATE_IN_BANG_TOKEN, TAGPARSESTATE_IN_BRACKET_TOKEN, TAGPARSESTATE_IN_CDATA_BODY, TAGPARSESTATE_IN_COMMENT, TAGPARSESTATE_IN_DOUBLE_QUOTES_ATTR_VALUE, TAGPARSESTATE_IN_END_TAG_NAME, TAGPARSESTATE_IN_QTAG_ATTR_LOOKING_FOR_VALUE, TAGPARSESTATE_IN_QTAG_ATTR_NAME, TAGPARSESTATE_IN_QTAG_ATTR_VALUE, TAGPARSESTATE_IN_QTAG_DOUBLE_QUOTES_ATTR_VALUE, TAGPARSESTATE_IN_QTAG_NAME, TAGPARSESTATE_IN_QTAG_SAW_QUESTION, TAGPARSESTATE_IN_QTAG_SINGLE_QUOTES_ATTR_VALUE, TAGPARSESTATE_IN_QTAG_UNQUOTED_ATTR_VALUE, TAGPARSESTATE_IN_SINGLE_QUOTES_ATTR_VALUE, TAGPARSESTATE_IN_TAG_NAME, TAGPARSESTATE_IN_TAG_SAW_SLASH, TAGPARSESTATE_IN_UNQUOTED_ATTR_VALUE, TAGPARSESTATE_NEED_FINAL_BRACKET, TAGPARSESTATE_NORMAL, TAGPARSESTATE_SAWCOMMENTDASH, TAGPARSESTATE_SAWDASH, TAGPARSESTATE_SAWEXCLAMATION, TAGPARSESTATE_SAWLEFTANGLE, TAGPARSESTATE_SAWRIGHTBRACKET, TAGPARSESTATE_SAWSECONDCOMMENTDASH, TAGPARSESTATE_SAWSECONDRIGHTBRACKET
charBuffer
Constructor and Description |
---|
FormParseState(IHTMLHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
noteNonscriptEndTag(String tagName) |
protected boolean |
noteNonscriptTag(String tagName,
Map<String,String> attributes) |
protected boolean |
noteNormalCharacter(char thisChar) |
finishUp
noteTag, noteTagEnd
noteBTag, noteBTagToken, noteEndBTag, noteEndEscaped, noteEndTag, noteEscaped, noteEscapedCharacter, noteQTag, noteTag
attributeDecode, dealWithCharacter, dumpValues, isPunctuation, isWhitespace, mapChunk, newBuffer, outputAmpBuffer
dealWithCharacters, dealWithRemainder
protected static final int FORMPARSESTATE_NORMAL
protected static final int FORMPARSESTATE_IN_FORM
protected static final int FORMPARSESTATE_IN_SELECT
protected static final int FORMPARSESTATE_IN_TEXTAREA
protected static final int FORMPARSESTATE_IN_OPTION
protected int formParseState
protected String selectName
protected String selectMultiple
protected String optionValue
protected String optionSelected
protected StringBuilder optionValueText
public FormParseState(IHTMLHandler handler)
protected boolean noteNonscriptTag(String tagName, Map<String,String> attributes) throws ManifoldCFException
noteNonscriptTag
in class LinkParseState
ManifoldCFException
protected boolean noteNonscriptEndTag(String tagName) throws ManifoldCFException
noteNonscriptEndTag
in class ScriptParseState
ManifoldCFException
protected boolean noteNormalCharacter(char thisChar) throws ManifoldCFException
noteNormalCharacter
in class org.apache.manifoldcf.core.fuzzyml.TagParseState
ManifoldCFException