Class Inline

java.lang.Object
org.w3._1999.xhtml.Inline
Direct Known Subclasses:
Abbr, Acronym, Address, B, Bdo, Big, Caption, Cite, Code, Dfn, Dt, Em, H1, H2, H3, H4, H5, H6, I, Kbd, Label, Legend, P, Q, Samp, Small, Span, Strong, Sub, Sup, Tt, Var

public class Inline extends Object
"Inline" covers inline or "text-level" elements <p>Java class for Inline complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="Inline"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <group ref="{http://www.w3.org/1999/xhtml}inline"/> <group ref="{http://www.w3.org/1999/xhtml}misc.inline"/> </choice> </restriction> </complexContent> </complexType> }</pre>
  • Field Details

    • content

      protected List<Object> content
      "Inline" covers inline or "text-level" elements
  • Constructor Details

    • Inline

      public Inline()
  • Method Details

    • getContent

      public List<Object> getContent()
      "Inline" covers inline or "text-level" elements Gets the value of the content 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 set method for the content property.

      For example, to add a new item, do as follows:

       getContent().add(newItem);
       

      Objects of the following type(s) are allowed in the list String A Abbr Acronym B Bdo Big Br Button Cite Code Del Dfn Em I Img Input Ins Kbd Label Map Object Q Samp Script Select Small Span Strong Sub Sup Textarea Tt Var

      Returns:
      The value of the content property.