#include <StyleSheetNodeSelectorNthLastChild.h>


Public Member Functions | |
| virtual bool | IsApplicable (const Element *element, int a, int b) |
| bool Rocket::Core::StyleSheetNodeSelectorNthLastChild::IsApplicable | ( | const Element * | element, | |
| int | a, | |||
| int | b | |||
| ) | [virtual] |
Returns true if the the node this selector is discriminating for is applicable to a given element.
| element[in] | The element to determine node applicability for. | |
| a[in] | For counting selectors, this is the 'a' variable of an + b. | |
| b[in] | For counting selectors, this is the 'b' variable of an + b. |
Implements Rocket::Core::StyleSheetNodeSelector.