Module com.aoapps.html.any
Interface CharsetHtml4Only<E extends Element<?,?,E> & CharsetHtml4Only<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Type Parameters:
E
- This element typeV
- This enum type to use for this attribute
- All Superinterfaces:
Charset<E,
V>
- All Known Implementing Classes:
AnyLINK
@Deprecated
public interface CharsetHtml4Only<E extends Element<?,?,E> & CharsetHtml4Only<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
extends Charset<E,V>
Deprecated.
Not supported in HTML5.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aoapps.html.any.attributes.enumeration.Charset
Charset.charset, Charset.Value
-
Method Summary
Modifier and TypeMethodDescriptioncharset
(Suppliers.Charset<Ex> charset) Deprecated.Not supported in HTML5.charset
(Suppliers.String<Ex> charset) Deprecated.Not supported in HTML5.charset
(IOSupplierE<? extends V, Ex> charset) Deprecated.Not supported in HTML5.default E
Deprecated.Not supported in HTML5.default E
Deprecated.Not supported in HTML5.default E
Deprecated.Not supported in HTML5.
-
Method Details
-
charset
Deprecated.Not supported in HTML5.- Specified by:
charset
in interfaceCharset<E extends Element<?,
?, E> & CharsetHtml4Only<E, V>, V extends Enum<V> & Function<? super AnyDocument<?>, String>> - Throws:
IOException
-
charset
@Deprecated default <Ex extends Throwable> E charset(Suppliers.String<Ex> charset) throws IOException, Ex Deprecated.Not supported in HTML5.- Specified by:
charset
in interfaceCharset<E extends Element<?,
?, E> & CharsetHtml4Only<E, V>, V extends Enum<V> & Function<? super AnyDocument<?>, String>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
charset
Deprecated.Not supported in HTML5.- Specified by:
charset
in interfaceCharset<E extends Element<?,
?, E> & CharsetHtml4Only<E, V>, V extends Enum<V> & Function<? super AnyDocument<?>, String>> - Throws:
IOException
- See Also:
-
charset
@Deprecated default <Ex extends Throwable> E charset(Suppliers.Charset<Ex> charset) throws IOException, Ex Deprecated.Not supported in HTML5.- Specified by:
charset
in interfaceCharset<E extends Element<?,
?, E> & CharsetHtml4Only<E, V>, V extends Enum<V> & Function<? super AnyDocument<?>, String>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
charset
Deprecated.Not supported in HTML5.- Specified by:
charset
in interfaceCharset<E extends Element<?,
?, E> & CharsetHtml4Only<E, V>, V extends Enum<V> & Function<? super AnyDocument<?>, String>> - Throws:
IOException
- See Also:
-
charset
@Deprecated default <Ex extends Throwable> E charset(IOSupplierE<? extends V, Ex> charset) throws IOException, ExDeprecated.Not supported in HTML5.- Specified by:
charset
in interfaceCharset<E extends Element<?,
?, E> & CharsetHtml4Only<E, V>, V extends Enum<V> & Function<? super AnyDocument<?>, String>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-