org.xmlet.htmlapi.HgroupChoice0 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of htmlApi Show documentation
Show all versions of htmlApi Show documentation
Uses XsdAsm to generate a fluent API that allows the creation of HTML5 documents.
The newest version!
package org.xmlet.htmlapi;
public interface HgroupChoice0, Z extends Element> extends TextGroup {
default H1 h1() {
return (H1)this.addChild(new H1(this.self()));
}
default H2 h2() {
return (H2)this.addChild(new H2(this.self()));
}
default H3 h3() {
return (H3)this.addChild(new H3(this.self()));
}
default H4 h4() {
return (H4)this.addChild(new H4(this.self()));
}
default H5 h5() {
return (H5)this.addChild(new H5(this.self()));
}
default H6 h6() {
return (H6)this.addChild(new H6(this.self()));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy