Uses of Class
org.attoparser.select.MarkupSelectorFilter.MarkupBlockMatchingCounter
Packages that use MarkupSelectorFilter.MarkupBlockMatchingCounter
Package
Description
Handlers for filtering a part or several parts of markup during parsing
in a fast and efficient way.
-
Uses of MarkupSelectorFilter.MarkupBlockMatchingCounter in org.attoparser.select
Fields in org.attoparser.select declared as MarkupSelectorFilter.MarkupBlockMatchingCounterModifier and TypeFieldDescriptionprivate final MarkupSelectorFilter.MarkupBlockMatchingCounter
MarkupSelectorFilter.markupBlockMatchingCounter
Methods in org.attoparser.select with parameters of type MarkupSelectorFilter.MarkupBlockMatchingCounterModifier and TypeMethodDescriptionboolean
IMarkupSelectorItem.matchesCDATASection
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorAndItem.matchesCDATASection
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorItem.matchesCDATASection
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorOrItem.matchesCDATASection
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
IMarkupSelectorItem.matchesComment
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorAndItem.matchesComment
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorItem.matchesComment
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorOrItem.matchesComment
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
IMarkupSelectorItem.matchesDocTypeClause
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorAndItem.matchesDocTypeClause
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorItem.matchesDocTypeClause
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorOrItem.matchesDocTypeClause
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) 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) private static boolean
MarkupSelectorItem.matchesIndex
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter, MarkupSelectorItem.IndexCondition indexCondition) boolean
IMarkupSelectorItem.matchesProcessingInstruction
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorAndItem.matchesProcessingInstruction
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorItem.matchesProcessingInstruction
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorOrItem.matchesProcessingInstruction
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
IMarkupSelectorItem.matchesText
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorAndItem.matchesText
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorItem.matchesText
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorOrItem.matchesText
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
IMarkupSelectorItem.matchesXmlDeclaration
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorAndItem.matchesXmlDeclaration
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorItem.matchesXmlDeclaration
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
MarkupSelectorOrItem.matchesXmlDeclaration
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)