Class MarkupSelectorFilter


  • final class MarkupSelectorFilter
    extends java.lang.Object
    • Method Detail

      • matchXmlDeclaration

        boolean matchXmlDeclaration​(boolean blockMatching,
                                    int markupLevel,
                                    int markupBlockIndex)
      • matchDocTypeClause

        boolean matchDocTypeClause​(boolean blockMatching,
                                   int markupLevel,
                                   int markupBlockIndex)
      • matchCDATASection

        boolean matchCDATASection​(boolean blockMatching,
                                  int markupLevel,
                                  int markupBlockIndex)
      • matchText

        boolean matchText​(boolean blockMatching,
                          int markupLevel,
                          int markupBlockIndex)
      • matchComment

        boolean matchComment​(boolean blockMatching,
                             int markupLevel,
                             int markupBlockIndex)
      • matchStandaloneElement

        boolean matchStandaloneElement​(boolean blockMatching,
                                       int markupLevel,
                                       int markupBlockIndex,
                                       SelectorElementBuffer elementBuffer)
      • matchOpenElement

        boolean matchOpenElement​(boolean blockMatching,
                                 int markupLevel,
                                 int markupBlockIndex,
                                 SelectorElementBuffer elementBuffer)
      • matchProcessingInstruction

        boolean matchProcessingInstruction​(boolean blockMatching,
                                           int markupLevel,
                                           int markupBlockIndex)
      • checkMarkupLevel

        private void checkMarkupLevel​(int markupLevel)
      • removeMatchesForLevel

        void removeMatchesForLevel​(int markupLevel)
      • matchesPreviousOrCurrentLevel

        private boolean matchesPreviousOrCurrentLevel​(int markupLevel)