Index
All Classes and Interfaces|All Packages
G
- getOutputEncoding() - Method in class io.github.cs1302uga.JsoupTool
-
Get the output encoding.
- GsonTool - Class in io.github.cs1302uga
-
An Apache Velocity tool that provides utility methods to manipulate JSON code using the gson JSON library.
- GsonTool() - Constructor for class io.github.cs1302uga.GsonTool
-
Construct a
GsonTool
object.
I
- io.github.cs1302uga - package io.github.cs1302uga
J
- JsoupTool - Class in io.github.cs1302uga
-
An Apache Velocity tool that provides utility methods to manipulate HTML code using jsoup HTML5 parser.
- JsoupTool() - Constructor for class io.github.cs1302uga.JsoupTool
-
Construct a
JsoupTool
object.
P
- parse(String) - Method in class io.github.cs1302uga.GsonTool
-
Parse the supplied JSON
content
string using gson. - parse(String) - Method in class io.github.cs1302uga.JsoupTool
-
Parse the supplied HTML
content
string using jsoup. - parseResource(String) - Method in class io.github.cs1302uga.GsonTool
-
Parse the supplied JSON
resouce
using gson.
S
- select(String, String) - Method in class io.github.cs1302uga.JsoupTool
-
Select elements in the supplied HTML
content
string that match the selector CSS query, with this element as the starting context. - setOutputEncoding(Charset) - Method in class io.github.cs1302uga.JsoupTool
-
Set the output encoding.
All Classes and Interfaces|All Packages