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 SelectorElementBuffer
BlockSelectorMarkupHandler. elementBuffer
private SelectorElementBuffer
NodeSelectorMarkupHandler. elementBuffer
Methods in org.attoparser.select with parameters of type SelectorElementBuffer Modifier and Type Method Description private static boolean
MarkupSelectorItem. matchesAttribute(boolean html, SelectorElementBuffer elementBuffer, java.lang.String attrName, MarkupSelectorItem.AttributeCondition.Operator attrOperator, java.lang.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)
-