Package org.attoparser.select
Interface IMarkupSelectorItem
-
- All Known Implementing Classes:
MarkupSelectorAndItem
,MarkupSelectorItem
,MarkupSelectorOrItem
interface IMarkupSelectorItem
-
-
Method Summary
-
-
-
Method Detail
-
anyLevel
boolean anyLevel()
-
matchesText
boolean matchesText(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)
-
matchesComment
boolean matchesComment(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)
-
matchesCDATASection
boolean matchesCDATASection(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)
-
matchesDocTypeClause
boolean matchesDocTypeClause(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)
-
matchesXmlDeclaration
boolean matchesXmlDeclaration(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)
-
matchesProcessingInstruction
boolean matchesProcessingInstruction(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)
-
matchesElement
boolean matchesElement(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)
-
-