In addition to all CSS2 selectors, XXE also supports the following CSS3 selectors:
Pattern | Meaning |
---|---|
| an element, last child of its parent |
| an element, first sibling of its type |
| an element, last sibling of its type |
| an
E element which is the root element of a document |
| an element which does not contain child nodes of any type |
[ | the attribute whose value begins with the prefix " " |
[ | the attribute whose value ends with the suffix " " |
[ | the attribute whose value contains at least one instance of the substring " " |
E :not( | an element, not matched by simple_selector . |