Package org.attoparser.select
Class MarkupSelectorAndItem
java.lang.Object
org.attoparser.select.MarkupSelectorAndItem
- All Implemented Interfaces:
IMarkupSelectorItem
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final IMarkupSelectorItem
(package private) final IMarkupSelectorItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
anyLevel()
boolean
matchesCDATASection
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
matchesComment
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
matchesDocTypeClause
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
matchesElement
(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
matchesProcessingInstruction
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
matchesText
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) boolean
matchesXmlDeclaration
(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) toString()
-
Field Details
-
left
-
right
-
-
Constructor Details
-
MarkupSelectorAndItem
MarkupSelectorAndItem(IMarkupSelectorItem left, IMarkupSelectorItem right)
-
-
Method Details
-
anyLevel
public boolean anyLevel()- Specified by:
anyLevel
in interfaceIMarkupSelectorItem
-
matchesText
public boolean matchesText(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) - Specified by:
matchesText
in interfaceIMarkupSelectorItem
-
matchesComment
public boolean matchesComment(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) - Specified by:
matchesComment
in interfaceIMarkupSelectorItem
-
matchesCDATASection
public boolean matchesCDATASection(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) - Specified by:
matchesCDATASection
in interfaceIMarkupSelectorItem
-
matchesDocTypeClause
public boolean matchesDocTypeClause(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) - Specified by:
matchesDocTypeClause
in interfaceIMarkupSelectorItem
-
matchesXmlDeclaration
public boolean matchesXmlDeclaration(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) - Specified by:
matchesXmlDeclaration
in interfaceIMarkupSelectorItem
-
matchesProcessingInstruction
public boolean matchesProcessingInstruction(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) - Specified by:
matchesProcessingInstruction
in interfaceIMarkupSelectorItem
-
matchesElement
public boolean matchesElement(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) - Specified by:
matchesElement
in interfaceIMarkupSelectorItem
-
toString
-