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 KeyValKeyVal. contentType(java.lang.String contentType)static KeyValKeyVal. create(java.lang.String key, java.lang.String value)static KeyValKeyVal. create(java.lang.String key, java.lang.String filename, java.io.InputStream stream)KeyValKeyVal. inputStream(java.io.InputStream inputStream)KeyValKeyVal. key(java.lang.String key)KeyValKeyVal. 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.
-