Uses of Class
org.attoparser.select.SelectorElementBuffer
-
Packages that use SelectorElementBuffer Package Description org.attoparser.select Handlers for filtering a part or several parts of markup during parsing in a fast and efficient way. -
-
Uses of SelectorElementBuffer in org.attoparser.select
Fields in org.attoparser.select declared as SelectorElementBuffer Modifier and Type Field Description private SelectorElementBufferBlockSelectorMarkupHandler. elementBufferprivate SelectorElementBufferNodeSelectorMarkupHandler. elementBufferMethods in org.attoparser.select with parameters of type SelectorElementBuffer Modifier and Type Method Description private static booleanMarkupSelectorItem. matchesAttribute(boolean html, SelectorElementBuffer elementBuffer, java.lang.String attrName, MarkupSelectorItem.AttributeCondition.Operator attrOperator, java.lang.String attrValue)private static booleanMarkupSelectorItem. matchesAttributeCondition(boolean html, SelectorElementBuffer elementBuffer, MarkupSelectorItem.IAttributeCondition attributeCondition)booleanIMarkupSelectorItem. matchesElement(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)booleanMarkupSelectorAndItem. matchesElement(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)booleanMarkupSelectorItem. matchesElement(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)booleanMarkupSelectorOrItem. matchesElement(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)(package private) booleanMarkupSelectorFilter. matchOpenElement(boolean blockMatching, int markupLevel, int markupBlockIndex, SelectorElementBuffer elementBuffer)(package private) booleanMarkupSelectorFilter. matchStandaloneElement(boolean blockMatching, int markupLevel, int markupBlockIndex, SelectorElementBuffer elementBuffer)
-