br.com.objectos.html.Item4_04__Grouping_content 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.boot.ProtoType;
interface Item4_04__Grouping_content {
@ProtoType
interface p extends HtmlElementBaseType {}
@ProtoType
interface hr extends HtmlElementBaseType {}
@ProtoType
interface pre extends HtmlElementBaseType {}
@ProtoType
interface blockquote extends HtmlElementBaseType {}
@ProtoType
interface ol extends HtmlElementBaseType {}
@ProtoType
interface ul extends HtmlElementBaseType {}
@ProtoType
interface li extends HtmlElementBaseType {}
@ProtoType
interface dl extends HtmlElementBaseType {}
@ProtoType
interface dt extends HtmlElementBaseType {}
@ProtoType
interface dd extends HtmlElementBaseType {}
@ProtoType
interface figure extends HtmlElementBaseType {}
@ProtoType
interface figcaption extends HtmlElementBaseType {}
@ProtoType(oneToMany = {
div.class
})
interface div extends HtmlElementBaseType {}
@ProtoType
interface main extends HtmlElementBaseType {}
}