Uses of Class
com.helger.html.EHTMLElement
-
-
Uses of EHTMLElement in com.helger.html
Methods in com.helger.html that return EHTMLElement Modifier and Type Method Description static EHTMLElementEHTMLElement. getFromTagNameOrNull(String sTagName)Get theEHTMLElementfor the passed tag name using case insensitive comparestatic EHTMLElementEHTMLElement. valueOf(String name)Returns the enum constant of this type with the specified name.static EHTMLElement[]EHTMLElement. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EHTMLElement in com.helger.html.hc
Methods in com.helger.html.hc with parameters of type EHTMLElement Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsList<com.helger.xml.microdom.IMicroElement>HCHelper. getChildElements(com.helger.xml.microdom.IMicroElement aElement, EHTMLElement eHTMLElement)Get a list of all HTML child elements of the given element.static com.helger.xml.microdom.IMicroElementHCHelper. getFirstChildElement(com.helger.xml.microdom.IMicroElement aElement, EHTMLElement eHTMLElement)Find the first HTML child element within a start element. -
Uses of EHTMLElement in com.helger.html.hc.ext
Methods in com.helger.html.hc.ext with parameters of type EHTMLElement Modifier and Type Method Description static IHCElement<?>HCExtHelper. createHCElement(EHTMLElement eElement)Constructors in com.helger.html.hc.ext with parameters of type EHTMLElement Constructor Description HCGenericElement(EHTMLElement eElement)HCGenericElementWithChildren(EHTMLElement eElement) -
Uses of EHTMLElement in com.helger.html.hc.html
Methods in com.helger.html.hc.html that return EHTMLElement Modifier and Type Method Description EHTMLElementAbstractHCElement. getElement()EHTMLElementIHCElement. getElement()Methods in com.helger.html.hc.html with parameters of type EHTMLElement Modifier and Type Method Description static booleanHCHTMLHelper. recursiveContainsChildWithDifferentTagName(IHCNode aOwner, EHTMLElement... aElements)static booleanHCHTMLHelper. recursiveContainsChildWithTagName(IHCNode aOwner, EHTMLElement... aElements)default booleanIHCElementWithInternalChildren. recursiveContainsChildWithTagName(EHTMLElement... aElements)Check if this element contains any of the specified elements.static com.helger.commons.collection.impl.ICommonsList<IHCElement<?>>HCHTMLHelper. recursiveGetAllChildrenWithTagName(IHCNode aOwner, EHTMLElement... aElements)Helper method to enforce correct element nesting.static IHCElement<?>HCHTMLHelper. recursiveGetFirstChildWithDifferentTagName(IHCNode aOwner, EHTMLElement... aElements)Helper method to enforce correct element nesting.static IHCElement<?>HCHTMLHelper. recursiveGetFirstChildWithTagName(IHCNode aOwner, EHTMLElement... aElements)Helper method to enforce correct element nesting.Constructors in com.helger.html.hc.html with parameters of type EHTMLElement Constructor Description AbstractHCElement(EHTMLElement eElement)AbstractHCElementWithChildren(EHTMLElement eElement)AbstractHCElementWithInternalChildren(EHTMLElement eElement)AbstractHCMediaElementChild(EHTMLElement eElement) -
Uses of EHTMLElement in com.helger.html.hc.html.embedded
Constructors in com.helger.html.hc.html.embedded with parameters of type EHTMLElement Constructor Description AbstractHCMediaElement(EHTMLElement eElement) -
Uses of EHTMLElement in com.helger.html.hc.html.forms
Constructors in com.helger.html.hc.html.forms with parameters of type EHTMLElement Constructor Description AbstractHCControl(EHTMLElement aElement) -
Uses of EHTMLElement in com.helger.html.hc.html.grouping
Constructors in com.helger.html.hc.html.grouping with parameters of type EHTMLElement Constructor Description AbstractHCDefinitionItem(EHTMLElement aElement)AbstractHCList(EHTMLElement eElement, Class<ITEMTYPE> aItemClass)AbstractHCListLI(EHTMLElement eElement) -
Uses of EHTMLElement in com.helger.html.hc.html.tabular
Constructors in com.helger.html.hc.html.tabular with parameters of type EHTMLElement Constructor Description AbstractHCBaseTable(EHTMLElement aElement)This constructor is used to create elements with logic like a table but actually not having a top 'table' elementAbstractHCCell(EHTMLElement aElement)AbstractHCTablePart(EHTMLElement eHTMLElement, boolean bHeaderOrFooter) -
Uses of EHTMLElement in com.helger.html.hc.html.textlevel
Constructors in com.helger.html.hc.html.textlevel with parameters of type EHTMLElement Constructor Description AbstractHCRubyChild(EHTMLElement aElement)
-