Package org.attoparser.select
Class MarkupSelectorOrItem
java.lang.Object
org.attoparser.select.MarkupSelectorOrItem
- All Implemented Interfaces:
IMarkupSelectorItem
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final IMarkupSelectorItem(package private) final IMarkupSelectorItem -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleananyLevel()booleanmatchesCDATASection(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) booleanmatchesComment(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) booleanmatchesDocTypeClause(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) booleanmatchesElement(int markupBlockIndex, SelectorElementBuffer elementBuffer, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) booleanmatchesProcessingInstruction(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) booleanmatchesText(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) booleanmatchesXmlDeclaration(int markupBlockIndex, MarkupSelectorFilter.MarkupBlockMatchingCounter markupBlockMatchingCounter) toString()
-
Field Details
-
left
-
right
-
-
Constructor Details
-
MarkupSelectorOrItem
MarkupSelectorOrItem(IMarkupSelectorItem left, IMarkupSelectorItem right)
-
-
Method Details
-
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
-