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<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__anyMethods inherited from interface com.aoapps.html.any.AnyUnion_COLGROUP_ScriptSupporting
templateMethods inherited from interface com.aoapps.html.any.AnyUnion_Metadata_Phrasing
noscriptMethods 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, unsafeMethods inherited from interface com.aoapps.html.ScriptSupportingContent
script, script, script, script, scriptMethods inherited from interface com.aoapps.html.Union_Metadata_Phrasing
link, link, meta
-
Method Details
-
base
- Specified by:
basein interfaceAnyMetadataContent<Document,__ extends MetadataContent<__>> - Throws:
IOException
-
style
- Specified by:
stylein interfaceAnyMetadataContent<Document,__ extends MetadataContent<__>> - Throws:
IOException
-
style
- Specified by:
stylein interfaceAnyMetadataContent<Document,__ extends MetadataContent<__>> - Throws:
IOException
-
style
- Specified by:
stylein interfaceAnyMetadataContent<Document,__ extends MetadataContent<__>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx
-
style
- Specified by:
stylein interfaceAnyMetadataContent<Document,__ extends MetadataContent<__>> - Throws:
IOException
-
style
default <Ex extends Throwable> STYLE<__> style(IOSupplierE<AnySTYLE.Type, Ex> type) throws IOException, Ex- Specified by:
stylein interfaceAnyMetadataContent<Document,__ extends MetadataContent<__>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx
-
title
- Specified by:
titlein 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:
IOExceptionEx
-
title_c
- Specified by:
title_cin interfaceAnyMetadataContent<Document,__ extends MetadataContent<__>> - Throws:
IOException
-
