public class FormCharSetFinder
extends java.lang.Object
Constructor and Description |
---|
FormCharSetFinder() |
Modifier and Type | Method and Description |
---|---|
void |
addFormActionsAndCharSet(java.lang.String html,
java.util.Map<java.lang.String,java.lang.String> formEncodings,
java.lang.String pageEncoding)
Add form action urls and their corresponding encodings for all forms on the page
|
public void addFormActionsAndCharSet(java.lang.String html, java.util.Map<java.lang.String,java.lang.String> formEncodings, java.lang.String pageEncoding) throws HTMLParseException
html
- the html to parse for form encodingsformEncodings
- the Map where form encodings should be addedpageEncoding
- the encoding used for the whole pageHTMLParseException
- when parsing the html
failsCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.