getElementsByClassName method

Returns a list of nodes with the given class name inside this element.

List<Node> getElementsByClassName(
String classNames
)

Returns a list of nodes with the given class name inside this element.

Other resources