Class Flow

java.lang.Object
org.w3._1999.xhtml.Flow
Direct Known Subclasses:
Dd, Del, Div, Ins, Li, Td, Th

public class Flow extends Object
"Flow" mixes block and inline and is used for list items etc. <p>Java class for Flow complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="Flow"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <group ref="{http://www.w3.org/1999/xhtml}block"/> <element ref="{http://www.w3.org/1999/xhtml}form"/> <group ref="{http://www.w3.org/1999/xhtml}inline"/> <group ref="{http://www.w3.org/1999/xhtml}misc"/> </choice> </restriction> </complexContent> </complexType> }</pre>