Module com.aoapps.html
Package com.aoapps.html
Interface MetadataContent<__ extends MetadataContent<__>>
- Type Parameters:
__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyMetadataContent<Document,
,__> AnyScriptSupportingContent<Document,
,__> AnyUnion_COLGROUP_ScriptSupporting<Document,
,__> AnyUnion_Metadata_Phrasing<Document,
,__> Content<Document,
,__> Content<__>
,DocumentWriter
,ScriptSupportingContent<__>
,Union_COLGROUP_ScriptSupporting<__>
,Union_Metadata_Phrasing<__>
,Whitespace
- All Known Subinterfaces:
AnyContent<__>
public interface MetadataContent<__ extends MetadataContent<__>>
extends AnyMetadataContent<Document,__>, Union_Metadata_Phrasing<__>
- See 3.2.5.2.1 Metadata content.
- See Metadata content.
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Modifier and TypeMethodDescriptionbase()
style()
style
(AnySTYLE.Type type) style
(Suppliers.String<Ex> type) style
(IOSupplierE<? extends AnySTYLE.Type, Ex> type) title()
title__
(IOConsumerE<? super TITLE__<__>, Ex> title) Creates a title element with no attributes and the given body.title_c()
Methods inherited from interface com.aoapps.html.any.AnyMetadataContent
base__, title__, title__, title__any
Methods inherited from interface com.aoapps.html.any.AnyUnion_COLGROUP_ScriptSupporting
template
Methods inherited from interface com.aoapps.html.any.AnyUnion_Metadata_Phrasing
noscript
Methods inherited from interface com.aoapps.html.any.Content
autoIndent, autoIndent, autoNl, autoNli, autoNli, clearAtnl, decDepth, getAtnl, getAutonli, getDepth, getDocument, getIndent, getRawUnsafe, getRawUnsafe, incDepth, indent, indent, nl, nli, nli, setAtnl, setAtnl, setAutonli, setDepth, setIndent, sp, sp, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe
Methods inherited from interface com.aoapps.html.ScriptSupportingContent
script, script, script, script, script
Methods inherited from interface com.aoapps.html.Union_Metadata_Phrasing
link, link, meta
-
Method Details
-
base
- Specified by:
base
in interfaceAnyMetadataContent<Document,
__ extends MetadataContent<__>> - Throws:
IOException
-
style
- Specified by:
style
in interfaceAnyMetadataContent<Document,
__ extends MetadataContent<__>> - Throws:
IOException
-
style
- Specified by:
style
in interfaceAnyMetadataContent<Document,
__ extends MetadataContent<__>> - Throws:
IOException
-
style
- Specified by:
style
in interfaceAnyMetadataContent<Document,
__ extends MetadataContent<__>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
-
style
- Specified by:
style
in interfaceAnyMetadataContent<Document,
__ extends MetadataContent<__>> - Throws:
IOException
-
style
default <Ex extends Throwable> STYLE<__> style(IOSupplierE<? extends AnySTYLE.Type, Ex> type) throws IOException, Ex- Specified by:
style
in interfaceAnyMetadataContent<Document,
__ extends MetadataContent<__>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
-
title
- Specified by:
title
in interfaceAnyMetadataContent<Document,
__ extends MetadataContent<__>> - Throws:
IOException
-
title__
default <Ex extends Throwable> __ title__(IOConsumerE<? super TITLE__<__>, Ex> title) throws IOException, ExCreates a title element with no attributes and the given body.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
Ex
-
title_c
- Specified by:
title_c
in interfaceAnyMetadataContent<Document,
__ extends MetadataContent<__>> - Throws:
IOException
-