Package org.attoparser.select
Class MarkupSelectorAndItem
- java.lang.Object
-
- org.attoparser.select.MarkupSelectorAndItem
-
- All Implemented Interfaces:
IMarkupSelectorItem
final class MarkupSelectorAndItem extends java.lang.Object implements IMarkupSelectorItem
-
-
Field Summary
Fields Modifier and Type Field Description (package private) IMarkupSelectorItem
left
(package private) IMarkupSelectorItem
right
-
Constructor Summary
Constructors Constructor Description MarkupSelectorAndItem(IMarkupSelectorItem left, IMarkupSelectorItem right)
-
Method Summary
-
-
-
Field Detail
-
left
final IMarkupSelectorItem left
-
right
final IMarkupSelectorItem right
-
-
Constructor Detail
-
MarkupSelectorAndItem
MarkupSelectorAndItem(IMarkupSelectorItem left, IMarkupSelectorItem right)
-
-
Method Detail
-
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
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-