Package org.attoparser.select
Class MarkupSelectorOrItem
- java.lang.Object
-
- org.attoparser.select.MarkupSelectorOrItem
-
- All Implemented Interfaces:
IMarkupSelectorItem
final class MarkupSelectorOrItem extends java.lang.Object implements IMarkupSelectorItem
-
-
Field Summary
Fields Modifier and Type Field Description (package private) IMarkupSelectorItemleft(package private) IMarkupSelectorItemright
-
Constructor Summary
Constructors Constructor Description MarkupSelectorOrItem(IMarkupSelectorItem left, IMarkupSelectorItem right)
-
Method Summary
-
-
-
Field Detail
-
left
final IMarkupSelectorItem left
-
right
final IMarkupSelectorItem right
-
-
Constructor Detail
-
MarkupSelectorOrItem
MarkupSelectorOrItem(IMarkupSelectorItem left, IMarkupSelectorItem right)
-
-
Method Detail
-
anyLevel
public boolean anyLevel()
- Specified by:
anyLevelin interfaceIMarkupSelectorItem
-
matchesText
public boolean matchesText(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)- Specified by:
matchesTextin interfaceIMarkupSelectorItem
-
matchesComment
public boolean matchesComment(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)- Specified by:
matchesCommentin interfaceIMarkupSelectorItem
-
matchesCDATASection
public boolean matchesCDATASection(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)- Specified by:
matchesCDATASectionin interfaceIMarkupSelectorItem
-
matchesDocTypeClause
public boolean matchesDocTypeClause(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)- Specified by:
matchesDocTypeClausein interfaceIMarkupSelectorItem
-
matchesXmlDeclaration
public boolean matchesXmlDeclaration(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)- Specified by:
matchesXmlDeclarationin interfaceIMarkupSelectorItem
-
matchesProcessingInstruction
public boolean matchesProcessingInstruction(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)- Specified by:
matchesProcessingInstructionin interfaceIMarkupSelectorItem
-
matchesElement
public boolean matchesElement(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter)- Specified by:
matchesElementin interfaceIMarkupSelectorItem
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-