All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.html.Html Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package br.com.objectos.html;

import javax.annotation.Generated;

@Generated("br.com.objectos.html.ProtoTypeProcessor")
public abstract class Html> extends HtmlProto {
  Html() {
  }

  public static Html0 get() {
    return new Html0();
  }

  public static class Html0 extends Html {
    Html0() {
    }

    public Head.Head1 head() {
      return addElement(new Head.Head1<>(this));
    }

    public Body.Body1 body() {
      return addElement(new Body.Body1<>(this));
    }

    public Html0 _html() {
      return this;
    }

    @Override
    Html0 self() {
      return this;
    }
  }

  public static class Html1 extends Html> {
    private final E1 parent;

    Html1(E1 parent) {
      this.parent = parent;
    }

    public E1 _html() {
      return parent;
    }

    @Override
    Html1 self() {
      return this;
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy