Uses of Class
jodd.csselly.selector.PseudoClass
Packages that use PseudoClass
-
Uses of PseudoClass in jodd.csselly.selector
Subclasses of PseudoClass in jodd.csselly.selectorModifier and TypeClassDescriptionstatic 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.Fields in jodd.csselly.selector declared as PseudoClassFields in jodd.csselly.selector with type parameters of type PseudoClassModifier and TypeFieldDescriptionprotected static final Map<String, PseudoClass> PseudoClassSelector.PSEUDO_CLASS_MAPMethods in jodd.csselly.selector that return PseudoClassModifier and TypeMethodDescriptionPseudoClassSelector.getPseudoClass()Returnspseudo classvalue.static PseudoClassPseudoClassSelector.lookupPseudoClass(String pseudoClassName) Lookups pseudo class for given pseudo class name.Method parameters in jodd.csselly.selector with type arguments of type PseudoClassModifier and TypeMethodDescriptionstatic voidPseudoClassSelector.registerPseudoClass(Class<? extends PseudoClass> pseudoClassType) Registers pseudo class.