Uses of Class
org.attoparser.select.SelectorElementBuffer
Packages that use SelectorElementBuffer
Package
Description
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 SelectorElementBufferModifier and TypeFieldDescriptionprivate final SelectorElementBufferBlockSelectorMarkupHandler.elementBufferprivate final SelectorElementBufferNodeSelectorMarkupHandler.elementBufferMethods in org.attoparser.select with parameters of type SelectorElementBufferModifier and TypeMethodDescriptionprivate static booleanMarkupSelectorItem.matchesAttribute(boolean html, SelectorElementBuffer elementBuffer, String attrName, MarkupSelectorItem.AttributeCondition.Operator attrOperator, 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)