| Modifier and Type | Method and Description |
|---|---|
Document |
HttpTransactionQueryBase.getResponseDocument()
Parse the server response (override as required)
|
protected Document |
SearchResultBase.parseResponse()
Parse the search engine response as HTML.
|
static void |
SearchSource.populate(InputStream xmlStream)
Create a populated
SearchSource list. |
void |
HttpTransactionQueryBase.setParametersFromFormInputs(Document pageDocument,
String formName,
List nameList)
Produce a target URL for this query by combining the form "action" value
with the base URL of the query page
|
void |
HttpTransactionQueryBase.setRedirectBehavior(int behavior)
Establish a mechanism for handling redirects
|
void |
HttpTransactionQueryBase.setUrlFromAnchor(Element anchor)
Produce a target URL for this query by combining an anchor "href" value
with the base URL of the query page
|
void |
HttpTransactionQueryBase.setUrlFromForm(Document pageDocument,
String formName)
Produce a target URL for this query by combining the form "action" value
with the base URL of the query page
|
int |
HttpTransactionQueryBase.submit()
Submit a request (POST or GET) and read the response.
|
| Modifier and Type | Method and Description |
|---|---|
protected Document |
Response.parseResponse()
Parse the search engine response as XML Overrides
SearchResultBase#parseResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected Document |
Web2Response.parseResponse()
Parse the search engine response as XML Overrides
SearchResultBase#parseResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected Document |
Response.parseResponse()
Parse the search engine XML response - namespace aware
Overrides
SearchResultBase#parseResponse() |
Copyright © 2004–2020 Indiana University Library Information Technology. All rights reserved.