Uses of Class
org.htmlunit.javascript.host.xml.FormData.FormDataIterator.Type
-
Packages that use FormData.FormDataIterator.Type Package Description org.htmlunit.javascript.host.xml Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of FormData.FormDataIterator.Type in org.htmlunit.javascript.host.xml
Fields in org.htmlunit.javascript.host.xml declared as FormData.FormDataIterator.Type Modifier and Type Field Description private FormData.FormDataIterator.Type
FormData.FormDataIterator. type_
Methods in org.htmlunit.javascript.host.xml that return FormData.FormDataIterator.Type Modifier and Type Method Description static FormData.FormDataIterator.Type
FormData.FormDataIterator.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FormData.FormDataIterator.Type[]
FormData.FormDataIterator.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.htmlunit.javascript.host.xml with parameters of type FormData.FormDataIterator.Type Constructor Description FormDataIterator(org.htmlunit.corejs.javascript.Scriptable scope, java.lang.String className, FormData.FormDataIterator.Type type, java.util.List<NameValuePair> nameValuePairList)
-