Uses of Class
com.itextpdf.styledxmlparser.jsoup.helper.KeyVal
-
Packages that use KeyVal Package Description com.itextpdf.styledxmlparser.jsoup.helper com.itextpdf.styledxmlparser.jsoup.nodes -
-
Uses of KeyVal in com.itextpdf.styledxmlparser.jsoup.helper
Methods in com.itextpdf.styledxmlparser.jsoup.helper that return KeyVal Modifier and Type Method Description KeyVal
KeyVal. contentType(java.lang.String contentType)
static KeyVal
KeyVal. create(java.lang.String key, java.lang.String value)
static KeyVal
KeyVal. create(java.lang.String key, java.lang.String filename, java.io.InputStream stream)
KeyVal
KeyVal. inputStream(java.io.InputStream inputStream)
KeyVal
KeyVal. key(java.lang.String key)
KeyVal
KeyVal. value(java.lang.String value)
-
Uses of KeyVal in com.itextpdf.styledxmlparser.jsoup.nodes
Methods in com.itextpdf.styledxmlparser.jsoup.nodes that return types with arguments of type KeyVal Modifier and Type Method Description java.util.List<KeyVal>
FormElement. formData()
Get the data that this form submits.
-