Module com.aoapps.html.any
Interface TitleNoHtml4<E extends Element<?,?,E> & TitleNoHtml4<E>>
- Type Parameters:
E- This element type
- All Superinterfaces:
Title<E>
- All Known Implementing Classes:
AnyBASE,AnyHEAD,AnyHTML,AnyMETA,AnyPARAM,AnySCRIPT,AnySTYLE,AnyTITLE
- See 3.2.6.1 The title attribute.
- See Global attributes / title.
- See HTMLElement.title.
- See HTML title Attribute.
In HTML 4.01, the title attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aoapps.html.any.attributes.text.Title
Title.title -
Method Summary
Modifier and TypeMethodDescriptiontitle(TextWritable<Ex> title) See 3.2.6.1 The title attribute. See Global attributes / title. See HTMLElement.title. See HTML title Attribute. In HTML 4.01, the title attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.title(IOSupplierE<?, Ex> title) See 3.2.6.1 The title attribute. See Global attributes / title. See HTMLElement.title. See HTML title Attribute. In HTML 4.01, the title attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.default ESee 3.2.6.1 The title attribute. See Global attributes / title. See HTMLElement.title. See HTML title Attribute. In HTML 4.01, the title attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
-
Method Details
-
title
- See 3.2.6.1 The title attribute.
- See Global attributes / title.
- See HTMLElement.title.
- See HTML title Attribute.
In HTML 4.01, the title attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
- Specified by:
titlein interfaceTitle<E extends Element<?,?, E> & TitleNoHtml4<E>> - Throws:
IOException
-
title
- See 3.2.6.1 The title attribute.
- See Global attributes / title.
- See HTMLElement.title.
- See HTML title Attribute.
In HTML 4.01, the title attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
- Specified by:
titlein interfaceTitle<E extends Element<?,?, E> & TitleNoHtml4<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
title
- See 3.2.6.1 The title attribute.
- See Global attributes / title.
- See HTMLElement.title.
- See HTML title Attribute.
In HTML 4.01, the title attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
- Specified by:
titlein interfaceTitle<E extends Element<?,?, E> & TitleNoHtml4<E>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- See Also:
-
