Uses of Enum
org.htmlunit.javascript.host.xml.FormData.FormDataIterator.Type
Packages that use FormData.FormDataIterator.Type
Package
Description
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.TypeModifier and TypeFieldDescriptionprivate final FormData.FormDataIterator.Type
FormData.FormDataIterator.type_
Methods in org.htmlunit.javascript.host.xml that return FormData.FormDataIterator.TypeModifier and TypeMethodDescriptionReturns 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.TypeModifierConstructorDescriptionFormDataIterator
(org.htmlunit.corejs.javascript.Scriptable scope, String className, FormData.FormDataIterator.Type type, List<NameValuePair> nameValuePairList)