Interface PseudoClasses
public interface PseudoClasses
Simple collection of
PseudoClass implementations.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classSelects all button elements and elements of type button.static classSelects all elements of type checkbox.static classSelects all elements that are checked.static classRepresents an element that has no children at all.static classSelects even elements, zero-indexed.static classSelects all elements of type file.static classSelects the first matched element.static classSame as:nth-child(1).static classSame as:nth-of-type(1).static classSelects all elements that are headers, like h1, h2, h3 and so on.static classSelects all elements of type image.static classSelects all input, textarea, select and button elements.static classSelects the last matched element.static classSame as:nth-last-child(1).static classSame as:nth-last-of-type(1).static classSelects odd elements, zero-indexed.static classRepresents an element that has a parent element and whose parent element has no other element children.static classRepresents an element that has a parent element and whose parent element has no other element children with the same expanded element name.static classSelect all elements that are the parent of another element, including text nodes.static classSelects all elements of type password.static classSelects all elements of type radio.static classSelects all elements of type reset.static classRepresents an element that is the root of the document.static classSelects all elements that are selected.static classSelects all elements of type submit.static classSelects all elements of type text.