br.com.objectos.html.Item4_03__Sections Maven / Gradle / Ivy
The newest version!
/*
* Copyright 2015 Objectos, Fábrica de Software LTDA.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package br.com.objectos.html;
import br.com.objectos.html.Item4_04__Grouping_content.p;
import br.com.objectos.html.boot.ProtoType;
interface Item4_03__Sections {
@ProtoType(oneToMany = {
h1.class,
h2.class,
h3.class,
h4.class,
h5.class,
h6.class,
p.class
}, maxLevel = 2)
interface body extends HtmlElementBaseType {}
@ProtoType
interface article extends HtmlElementBaseType {}
@ProtoType
interface section extends HtmlElementBaseType {}
@ProtoType
interface nav extends HtmlElementBaseType {}
@ProtoType
interface aside extends HtmlElementBaseType {}
@ProtoType
interface h1 extends HtmlElementBaseType {}
@ProtoType
interface h2 extends HtmlElementBaseType {}
@ProtoType
interface h3 extends HtmlElementBaseType {}
@ProtoType
interface h4 extends HtmlElementBaseType {}
@ProtoType
interface h5 extends HtmlElementBaseType {}
@ProtoType
interface h6 extends HtmlElementBaseType {}
@ProtoType
interface header extends HtmlElementBaseType {}
@ProtoType
interface footer extends HtmlElementBaseType {}
@ProtoType
interface address extends HtmlElementBaseType {}
}