Class CssPageSelector

    • Constructor Detail

      • CssPageSelector

        public CssPageSelector​(java.lang.String pageSelectorStr)
        Creates a new CssPageSelector instance.
        Parameters:
        pageSelectorStr - the page selector
    • Method Detail

      • matches

        public boolean matches​(INode node)
        Description copied from interface: ICssSelector
        Checks if a node matches the selector.
        Parameters:
        node - the node
        Returns:
        true, if the selector is a match for the node