Module com.aoapps.html.any
Interface Charset<E extends Element<?,?,E> & Charset<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 Known Subinterfaces:
CharsetHtml4Only<E,
V>
public interface Charset<E extends Element<?,?,E> & Charset<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Utility class for working withCharset
.static enum
See HTML Character Sets. See Character Sets. -
Method Summary
Modifier and TypeMethodDescriptioncharset
(Suppliers.Charset<Ex> charset) charset
(Suppliers.String<Ex> charset) charset
(IOSupplierE<? extends V, Ex> charset) default E
default E
default E
-
Method Details
-
charset
- Throws:
IOException
- Since:
- HTML 5
-
charset
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
charset
- Throws:
IOException
- Since:
- HTML 5
- See Also:
-
charset
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-
charset
- Throws:
IOException
- Since:
- HTML 5
- See Also:
-
charset
default <Ex extends Throwable> E charset(IOSupplierE<? extends V, Ex> charset) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-