Package org.w3._1999.xhtml
Class Script
java.lang.Object
org.w3._1999.xhtml.Script
<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">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="charset" type="{http://www.w3.org/1999/xhtml}Charset" />
<attribute name="type" use="required" type="{http://www.w3.org/1999/xhtml}ContentType" />
<attribute name="src" type="{http://www.w3.org/1999/xhtml}URI" />
<attribute name="defer">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="defer"/>
</restriction>
</simpleType>
</attribute>
<attribute ref="{http://www.w3.org/XML/1998/namespace}space fixed="preserve""/>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the charset property.Gets the value of the content property.getDefer()Gets the value of the defer property.getId()Gets the value of the id property.getSpace()<pre> <?getSrc()Gets the value of the src property.getType()Gets the value of the type property.voidsetCharset(String value) Sets the value of the charset property.voidsetContent(String value) Sets the value of the content property.voidSets the value of the defer property.voidSets the value of the id property.voidSets the value of the space property.voidSets the value of the src property.voidSets the value of the type property.
-
Field Details
-
-
id
-
charset
-
type
-
src
-
defer
-
space
<pre> <?xml version="1.0" encoding="UTF-8"?><div xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema"><h3>space (as an attribute name)</h3><p> denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.</p></div> </pre>
-
-
Constructor Details
-
Script
public Script()
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value- allowed object isString
-
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
-
getCharset
Gets the value of the charset property.- Returns:
- possible object is
String
-
setCharset
Sets the value of the charset property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getSrc
Gets the value of the src property.- Returns:
- possible object is
String
-
setSrc
Sets the value of the src property.- Parameters:
value- allowed object isString
-
getDefer
Gets the value of the defer property.- Returns:
- possible object is
String
-
setDefer
Sets the value of the defer property.- Parameters:
value- allowed object isString
-
getSpace
<pre> <?xml version="1.0" encoding="UTF-8"?><div xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema"><h3>space (as an attribute name)</h3><p> denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.</p></div> </pre>- Returns:
- possible object is
String
-
setSpace
Sets the value of the space property.- Parameters:
value- allowed object isString- See Also:
-