Uses of Class
jodd.lagarto.dom.Element
-
Packages that use Element Package Description jodd.lagarto.dom Lagarto DOM - create cool DOM tree with Lagarto parser.jodd.lagarto.dom.render -
-
Uses of Element in jodd.lagarto.dom
Fields in jodd.lagarto.dom declared as Element Modifier and Type Field Description protected Element[]Node. childElementNodesFields in jodd.lagarto.dom with type parameters of type Element Modifier and Type Field Description protected java.util.ArrayList<Element>HtmlFosterRules. fosterElementsprotected java.util.ArrayList<Element>HtmlFosterRules. lastTablesMethods in jodd.lagarto.dom that return Element Modifier and Type Method Description ElementElement. 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.ElementNode. getChildElement(int index)Returns a child element node at given index.Element[]Node. getChildElements()Returns an array of all children elements.ElementNode. getFirstChildElement()Returns first child element node ornullif no element children exist.ElementNode. getFirstChildElement(java.lang.String elementName)Returns first child element with given name ornullif no such children exist.ElementNode. getLastChildElement()Returns last child element node ornullif no such child node exist.ElementNode. getLastChildElement(java.lang.String elementName)Returns last child element with given name ornullif no such child node exist.Methods in jodd.lagarto.dom with parameters of type Element Modifier and Type Method Description voidNodeVisitor. element(Element element)protected 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 Modifier and Type Method Description protected voidLagartoHtmlRendererNodeVisitor. _element(Element element)voidLagartoHtmlRendererNodeVisitor. element(Element element)protected voidLagartoHtmlRendererNodeVisitor. elementBody(Element element)
-