Package org.w3._1999.xhtml
Class Html
java.lang.Object
org.w3._1999.xhtml.Html
<p>Java class for anonymous complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/1999/xhtml}head"/>
<element ref="{http://www.w3.org/1999/xhtml}body"/>
</sequence>
<attGroup ref="{http://www.w3.org/1999/xhtml}i18n"/>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()Gets the value of the body property.getDir()Gets the value of the dir property.getHead()content model is "head.misc" combined with a single title and an optional base element in any ordergetId()Gets the value of the id property.getLang()Gets the value of the lang property.Gets the value of the xmlLang property.voidSets the value of the body property.voidSets the value of the dir property.voidSets the value of the head property.voidSets the value of the id property.voidSets the value of the lang property.voidsetXmlLang(String value) Sets the value of the xmlLang property.
-
Field Details
-
head
content model is "head.misc" combined with a single title and an optional base element in any order -
body
-
id
-
lang
-
xmlLang
-
dir
-
-
Constructor Details
-
Html
public Html()
-
-
Method Details
-
getHead
content model is "head.misc" combined with a single title and an optional base element in any order- Returns:
- possible object is
Head
-
setHead
Sets the value of the head property.- Parameters:
value- allowed object isHead- See Also:
-
getBody
Gets the value of the body property.- Returns:
- possible object is
Body
-
setBody
Sets the value of the body property.- Parameters:
value- allowed object isBody
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getXmlLang
Gets the value of the xmlLang property.- Returns:
- possible object is
String
-
setXmlLang
Sets the value of the xmlLang property.- Parameters:
value- allowed object isString
-
getDir
Gets the value of the dir property.- Returns:
- possible object is
String
-
setDir
Sets the value of the dir property.- Parameters:
value- allowed object isString
-