Class ButtonContent

java.lang.Object
org.w3._1999.xhtml.ButtonContent
Direct Known Subclasses:
Button

public class ButtonContent extends Object
button uses "Flow" but excludes a, form and form controls <p>Java class for button.content complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="button.content"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://www.w3.org/1999/xhtml}p"/> <group ref="{http://www.w3.org/1999/xhtml}heading"/> <element ref="{http://www.w3.org/1999/xhtml}div"/> <group ref="{http://www.w3.org/1999/xhtml}lists"/> <group ref="{http://www.w3.org/1999/xhtml}blocktext"/> <element ref="{http://www.w3.org/1999/xhtml}table"/> <group ref="{http://www.w3.org/1999/xhtml}special"/> <group ref="{http://www.w3.org/1999/xhtml}fontstyle"/> <group ref="{http://www.w3.org/1999/xhtml}phrase"/> <group ref="{http://www.w3.org/1999/xhtml}misc"/> </choice> </restriction> </complexContent> </complexType> }</pre>
  • Field Details

    • content

      protected List<Object> content
      button uses "Flow" but excludes a, form and form controls
  • Constructor Details

    • ButtonContent

      public ButtonContent()
  • Method Details