public class ScriptParseState
extends org.apache.manifoldcf.connectorcommon.fuzzyml.HTMLParseState
| Modifier and Type | Field and Description |
|---|---|
protected int |
scriptParseState |
protected static int |
SCRIPTPARSESTATE_INSCRIPT |
protected static int |
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_IN_UNQUOTED_ATTR_VALUE_SAW_SLASH, TAGPARSESTATE_NEED_FINAL_BRACKET, TAGPARSESTATE_NORMAL, TAGPARSESTATE_SAWCOMMENTDASH, TAGPARSESTATE_SAWDASH, TAGPARSESTATE_SAWEXCLAMATION, TAGPARSESTATE_SAWLEFTANGLE, TAGPARSESTATE_SAWRIGHTBRACKET, TAGPARSESTATE_SAWSECONDCOMMENTDASH, TAGPARSESTATE_SAWSECONDRIGHTBRACKET| Constructor and Description |
|---|
ScriptParseState() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
acceptNewTag() |
protected boolean |
noteNonscriptEndTag(java.lang.String tagName) |
protected boolean |
noteNonscriptTag(java.lang.String tagName,
java.util.Map<java.lang.String,java.lang.String> attributes) |
protected boolean |
noteTag(java.lang.String tagName,
java.util.Map<java.lang.String,java.lang.String> attributes) |
protected boolean |
noteTagEnd(java.lang.String tagName) |
noteBTag, noteBTagToken, noteEndBTag, noteEndEscaped, noteEndTag, noteEscaped, noteEscapedCharacter, noteQTag, noteTagattributeDecode, dealWithCharacter, dumpValues, isPunctuation, isWhitespace, mapChunk, newBuffer, noteNormalCharacter, outputAmpBufferdealWithCharacters, dealWithRemainderprotected static final int SCRIPTPARSESTATE_NORMAL
protected static final int SCRIPTPARSESTATE_INSCRIPT
protected int scriptParseState
protected boolean noteTag(java.lang.String tagName,
java.util.Map<java.lang.String,java.lang.String> attributes)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
noteTag in class org.apache.manifoldcf.connectorcommon.fuzzyml.HTMLParseStateorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionprotected boolean acceptNewTag()
acceptNewTag in class org.apache.manifoldcf.connectorcommon.fuzzyml.TagParseStateprotected boolean noteTagEnd(java.lang.String tagName)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
noteTagEnd in class org.apache.manifoldcf.connectorcommon.fuzzyml.HTMLParseStateorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionprotected boolean noteNonscriptTag(java.lang.String tagName,
java.util.Map<java.lang.String,java.lang.String> attributes)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionprotected boolean noteNonscriptEndTag(java.lang.String tagName)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException