MCPcopy Create free account
hub / github.com/code4craft/jsoup-learning / Element

Class Element

src/main/java/org/jsoup/nodes/Element.java:21–1149  ·  view source on GitHub ↗

A HTML element consists of a tag name, attributes, and child nodes (including text nodes and other elements). From an Element, you can extract data, traverse the node graph, and manipulate the HTML. @author Jonathan Hedley, jonathan@hedley.net

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected