Uses of Class
org.w3c.mwi.mobileok.basic.FragmentBoxType

Uses of FragmentBoxType in org.w3c.mwi.mobileok.basic
 

Fields in org.w3c.mwi.mobileok.basic declared as FragmentBoxType
private  FragmentBoxType FragmentRetrievalElement.boxType
          Box type of the fragment (block or inline).
 

Methods in org.w3c.mwi.mobileok.basic that return FragmentBoxType
 FragmentBoxType FragmentRetrievalElement.getBoxType()
          Returns the box type of the fragment (block or inline).
static FragmentBoxType FragmentBoxType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FragmentBoxType[] FragmentBoxType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.w3c.mwi.mobileok.basic with parameters of type FragmentBoxType
FragmentRetrievalElement(java.net.URI uri, java.lang.String fragment, java.lang.String contentType, FragmentBoxType boxType, int line)
          Creates a class instance from the given textual section.