Uses of Class
jodd.lagarto.dom.Element
Packages that use Element
Package
Description
Lagarto DOM - create cool DOM tree with Lagarto parser.
-
Uses of Element in jodd.lagarto.dom
Fields in jodd.lagarto.dom declared as ElementFields in jodd.lagarto.dom with type parameters of type ElementMethods in jodd.lagarto.dom that return ElementModifier and TypeMethodDescriptionElement.clone()protected ElementLagartoDOMBuilderTagVisitor.createElementNode(Tag tag) Creates new element with correct configuration.protected ElementHtmlFosterRules.findLastTable(Node node) Finds the last table in stack of open elements.Node.getChildElement(int index) Returns a child element node at given index.Element[]Node.getChildElements()Returns an array of all children elements.Node.getFirstChildElement()Returns first child element node ornullif no element children exist.Node.getFirstChildElement(String elementName) Returns first child element with given name ornullif no such children exist.Node.getLastChildElement()Returns last child element node ornullif no such child node exist.Node.getLastChildElement(String elementName) Returns last child element with given name ornullif no such child node exist.Methods in jodd.lagarto.dom with parameters of type ElementModifier and TypeMethodDescriptionvoidprotected booleanHtmlFosterRules.isOneOfTableElements(Element element) Returnstrueif provided element is one of the table-related elements. -
Uses of Element in jodd.lagarto.dom.render
Methods in jodd.lagarto.dom.render with parameters of type Element