.data("name", "jsoup", "language", "Java", "language", "English"); creates a query string like:
- /// ?name=jsoup&language=Java&language=English
- /// .data("name", "jsoup", "language", "Java", "language", "English"); creates a query string like:
+ /// ?name=jsoup&language=Java&language=English
+ /// head element.
- /// body element.
- /// a)
- /// body of this document. Any existing nodes within the body will be cleared.
- /// base, which provides a limited set of named HTML
- /// entities and escapes other characters as numbered entities for maximum compatibility; or extended,
- /// which uses the complete set of HTML named entities.
- ///
- /// The default escape mode is base.
- ///
html() methods), and which are kept intact.
- /// - /// Where possible (when parsing from a URL or File), the document's output charset is automatically set to the - /// input charset. Otherwise, it defaults to UTF-8. - ///
head element.
+ /// body element.
+ /// a)
+ /// body of this document. Any existing nodes within the body will be cleared.
+ /// base, which provides a limited set of named HTML
+ /// entities and escapes other characters as numbered entities for maximum compatibility; or extended,
+ /// which uses the complete set of HTML named entities.
+ ///
+ /// The default escape mode is base.
+ ///
html() methods), and which are kept intact.
+ /// + /// Where possible (when parsing from a URL or File), the document's output charset is automatically set to the + /// input charset. Otherwise, it defaults to UTF-8. + ///