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 SelectorElementBuffer
BlockSelectorMarkupHandler.elementBuffer
private final SelectorElementBuffer
NodeSelectorMarkupHandler.elementBuffer
Methods in org.attoparser.select with parameters of type SelectorElementBufferModifier and TypeMethodDescriptionprivate static boolean
MarkupSelectorItem.matchesAttribute
(boolean html, SelectorElementBuffer elementBuffer, String attrName, MarkupSelectorItem.AttributeCondition.Operator attrOperator, String attrValue) private static boolean
MarkupSelectorItem.matchesAttributeCondition
(boolean html, SelectorElementBuffer elementBuffer, MarkupSelectorItem.IAttributeCondition attributeCondition) boolean
IMarkupSelectorItem.matchesElement
(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorAndItem.matchesElement
(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorItem.matchesElement
(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorOrItem.matchesElement
(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) (package private) boolean
MarkupSelectorFilter.matchOpenElement
(boolean blockMatching, int markupLevel, int markupBlockIndex, SelectorElementBuffer elementBuffer) (package private) boolean
MarkupSelectorFilter.matchStandaloneElement
(boolean blockMatching, int markupLevel, int markupBlockIndex, SelectorElementBuffer elementBuffer)