Package org.w3._1999.xhtml
Class FormContent
java.lang.Object
org.w3._1999.xhtml.FormContent
- Direct Known Subclasses:
Form
form uses "Block" excluding form
<p>Java class for form.content complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="form.content">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<group ref="{http://www.w3.org/1999/xhtml}block"/>
<group ref="{http://www.w3.org/1999/xhtml}misc"/>
</choice>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pOrH1OrH2 property.
-
Field Details
-
pOrH1OrH2
-
-
Constructor Details
-
FormContent
public FormContent()
-
-
Method Details
-
getPOrH1OrH2
Gets the value of the pOrH1OrH2 property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the pOrH1OrH2 property.For example, to add a new item, do as follows:
getPOrH1OrH2().add(newItem);
Objects of the following type(s) are allowed in the list
AddressBlockquoteDelDivDlFieldsetH1H2H3H4H5H6HrInsNoscriptOlPPreScriptTableUl- Returns:
- The value of the pOrH1OrH2 property.
-