A B C D E F G H I K L M N O P Q R S T U V W X

A

add(Match) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use addMatch instead.
add(Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use addResults instead.
add(boolean, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Inserts new material before, or after, each XML element referenced by the matches in this Results object.
add(boolean, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Adds the supplied material before, or after, the element specified by this Match object.
add(Match) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Add material at the end of this markup object.
addAfter(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Adds new material after each XML element referenced by the matches in this Results object.
addAttribute(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Adds an attribute to all of the applicable XML elements referenced by the matches in this Results object.
addAttribute(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Adds an attribute to any markup element that is allowed to have attributes.
addAttribute(Match, String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Adds an attribute to any markup element that is allowed to have attributes.
addBefore(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Adds new material before each XML element referenced by the matches in this Results object.
addBlockingListener(QwicapBlockingListener) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Adds a QwicapBlockingListener to the list of listeners that will be notified by this instance of Qwicap just before and after it blocks to wait for any user action.
addChoice(boolean, String, Object, boolean, String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Adds a choice to a pre-existing "select" control, group of radio buttons, or checkboxes.
addClass(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Adds one or more CSS class names to the "class" attribute of all of the applicable XML elements referenced by the matches in this Results object.
addClass(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Adds one or more class names to the "class" attribute of this markup element.
addClass(Match, String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Adds one or more classes to the specified tag, converting the tag from immutable to mutable, if necessary.
addContent(boolean, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Adds to the content of each XML element referenced by the matches in this Results object.
addContent(boolean, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Inserts the supplied material into the content of this markup element, provided that this element is a start-tag, since no other elements can contain content (children).
addContent(Match, boolean, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Inserts the supplied material into the content of the specified markup element, provided that the element is a start-tag, or comment.
addContentAfter(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use addToEndOfContent instead.
addContentAtEnd(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use addToEndOfContent instead.
addContentAtStart(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use addToStartOfContent instead.
addContentBefore(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use addToStartOfContent instead.
addControlValues(String, String...) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Deprecated. Use FormDataSet.addData(java.lang.String, java.lang.Object...) instead.
addData(String, Object...) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Adds control name/value(s) pairs to this form data set.
addDownloadable(String, byte[]) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Associates a new downloadable item with the web page specified in the next prompt invocation.
addDownloadable(String, String, byte[]) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Associates a new downloadable item with the web page specified in the next prompt invocation.
addDownloadable(Downloadable) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Associates a new downloadable item with the web page specified in the next prompt invocation.
addFirstChoice(String, Object, boolean, String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Adds a new first choice to a pre-existing "select" control, group of radio buttons, or checkboxes.
addLastChoice(String, Object, boolean, String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Adds a new last choice to a pre-existing "select" control, group of radio buttons, or checkboxes.
addMatch(Match) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Appends a Match to this Results object.
addResults(Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Appends all of the matches in another Results object to this object.
addTo(Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use addToResults instead.
addToControlValue(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Adds to the value of a form control.
addToControlValue(Match, Object) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Adds to the value of a form control.
addToEndOfContent(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Adds new material to the end of the content of each XML element referenced by the matches in this Results object.
addToResults(Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Appends all of the matches in this Results object to another Results object.
addToStartOfContent(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Adds new material at the start of the content of each XML element referenced by the matches in this Results object.
alwaysQuote() - Method in class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Causes all elements to be quoted, whether or not this class would ordinarily judge quoting to be necessary.
and() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Creates a new Results object containing all of the matches that are common to this Results object, and the previous Results object (as returned by Results.pop()).
and(Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Creates a new Results object containing all of the matches that are common to this Results object, and the supplied Results object, "B".
append(StringBuffer) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Attribute
Appends this attribute to the specified StringBuffer.
append(StringBuilder) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Attribute
Appends this attribute to the specified StringBuilder.
append(Characters) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Creates a new Characters object representing the concatenation of first this object, and then the specified Characters object.
append(StringBuffer) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Appends the characters represented by this object to the specified StringBuffer.
append(StringBuilder) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Appends the characters represented by this object to the specified StringBuilder.
ArrayToString - Class in edu.utexas.its.eis.tools.qwicap.util
Converts an array or Collection to a neatly formatted String when its toString method is invoked.
ArrayToString(Object) - Constructor for class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Constructs a new ArrayToString object that will create a String representation of the supplied array or Collection object when this object's toString method is invoked, and not before then.
ArrayToString(Object, String) - Constructor for class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Constructs a new ArrayToString object that will create a String representation of the supplied array or Collection object when this object's toString method is invoked, and not before then.
ArrayToString(Object, String, String, String) - Constructor for class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Constructs a new ArrayToString object that will create a String representation of the supplied array or Collection object when this object's toString method is invoked, and not before then.
Attribute - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface to all classes representing the attributes of tags and XML declarations (for example: "id='thing'") in XML documents.
AttributeEnumeration - Interface in edu.utexas.its.eis.tools.qwicap.template.xml
The AttributeEnumeration interface defines the basic functionality required from all of the various enumerators that provide access to the attributes of XML tags that can contain attributes.
Auth2Scheme - Interface in edu.utexas.its.eis.tools.qwicap.servlet
Classes that implement this interface provide Qwicap with its authentication & authorization (Auth2) functionality.
Auth2SchemeFactory - Interface in edu.utexas.its.eis.tools.qwicap.servlet
Classes that implement this interface provide Qwicap with instances of Auth2Scheme, which supply authentication & authorization (Auth2) functionality.
Auth2SchemeReply - Interface in edu.utexas.its.eis.tools.qwicap.servlet
Instances of classes implementing this interface inform Qwicap of the outcome of an authentication & authorization (Auth2) operation, as conducted by the Auth2Scheme.qwicapAuth2SchemeHit method.

B

BitsJunit - Class in edu.utexas.its.eis.tools.qwicap.servlet
Created by IntelliJ IDEA.
BitsJunit() - Constructor for class edu.utexas.its.eis.tools.qwicap.servlet.BitsJunit
 
BlockingDescription - Class in edu.utexas.its.eis.tools.qwicap.servlet
Describes a Qwicap blocking operation.
BlockingOperation - Enum in edu.utexas.its.eis.tools.qwicap.servlet
A enumerated type that provides unique identifiers for the various operations that cause Qwicap to block.

C

CDATA - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all classes representing CDATA elements (for example: "<![CDATA[<greeting>Hello, world!</greeting>]]>") in XML documents.
Characters - Class in edu.utexas.its.eis.tools.qwicap.util
The Characters class transparently represents either a String, or a subsection of a character array.
Characters(String) - Constructor for class edu.utexas.its.eis.tools.qwicap.util.Characters
Creates a Characters object that represents a String.
Characters(StringBuffer) - Constructor for class edu.utexas.its.eis.tools.qwicap.util.Characters
Creates a Characters object that represents the String supplied by the specified StringBuffer object.
Characters(StringBuilder) - Constructor for class edu.utexas.its.eis.tools.qwicap.util.Characters
Creates a Characters object that represents the String supplied by the specified StringBuffer object.
Characters(char[]) - Constructor for class edu.utexas.its.eis.tools.qwicap.util.Characters
Creates a Characters object that represents an entire char array.
Characters(char[], int, int) - Constructor for class edu.utexas.its.eis.tools.qwicap.util.Characters
Creates a Characters object that represents a subsection of a char array.
charAt(int) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Returns the char value at the specified index.
checkHierarchy() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Performs a simple verification of the tag hierarchy in the XHTML markup represented by this object.
clear() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Removes all data from this data set.
clear() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterResponse
Removes all actions from this response.
clear() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Removes all matches from this Results object.
clear() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Remove all material from this markup object.
clearControlValue(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Removes the value of the specified form control.
clearControlValue(Match) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Clears the value of the supplied from control, even if it is of a type whose value cannot be altered by the user.
clearControlValues(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Removes the values from the controls in this form whose values can be altered by the user.
clearMostRecentForm() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Removes all values from the XHTML markup of the form in the current page from which input was most recently received.
clone() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
clone() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
 
clone() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLDocument
 
clone() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.MarkupEnumeration
Clones this enumeration.
clone() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 
clone() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Range
 
Comment - Variable in class edu.utexas.its.eis.tools.qwicap.servlet.ContentTypeParameter
The optional comment associated with the parameter, decoded if necessary.
Comment - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all classes representing comments (for example: "<!-- Hello World! -->") in XML documents.
compareTo(FormControlValue) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlValue
Compares the name of this form control with the name of another form control, specified as a FormControlValue object.
Content - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all classes representing the non-whitespace material that falls between tags in XML documents.
contentEquals(Characters) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Item
Tests the content of this item for equality with a set of characters.
ContentType - Class in edu.utexas.its.eis.tools.qwicap.servlet
The ContentType class parses the values of the "Content-type" headers in standard email messages (RFC 822), MIME email messages (RFC 2045 and 2046), and HTTP transactions (RFC 2616).
ContentType(String, ContentTypeDefaultCharSet) - Constructor for class edu.utexas.its.eis.tools.qwicap.servlet.ContentType
Creates a ContentType instance which is a parsed representation of the value of a "Content-Type" header.
ContentTypeParameter - Class in edu.utexas.its.eis.tools.qwicap.servlet
Created by IntelliJ IDEA.
Context - Class in edu.utexas.its.eis.tools.qwicap.servlet
Context provides a few utility methods, as well as convenient access to hit-specific information, like the HttpServletRequest and HttpServletResponse objects.
convertSubmitButtonsToInputs() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Converts all "button" controls of type "submit" to "input" controls of type "submit", in order to work around a hideous bug in Internet Explorer (Windows and Mac OS).
convertSubmitButtonsToInputs(String[]) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Instructs Qwicap that when certain browsers are encountered, each "button" element with a "type" attribute set to "submit" in any page should be converted to an "input" element with a "type" attribute set to "submit".
convertSubmitButtonsToInputs() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Converts all "button" controls of type "submit" to "input" controls of type "submit", in order to work around a hideous bug in Internet Explorer (Windows and Mac OS).
convertSubmitInputsToButtons() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Converts all "input" controls of type "submit" that were "button" controls before Form.convertSubmitButtonsToInputs() was invoked back into "button" controls of type "submit".
convertSubmitInputsToButtons() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Converts all "input" controls of type "submit" that were "button" controls before MutableMarkup.convertSubmitButtonsToInputs() was invoked back into "button" controls of type "submit".
copy() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Creates a copy of all of the markup represented by the matches (and any children they may have) in this Results object.
create(Markup, Range, int) - Static method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Creates the type of Match object (ImmutableMatch} or {MutableMatch) appropriate to the type of Markup object (ImmutableMarkup or MutableMarkup) in which the specified element occurs.
createChoice(String, String, Object, boolean, String) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Creates the markup for a new choice ("option", "radio", or "checkbox").
createDownloadable(String, String, byte[]) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Creates an instance of Downloadable to store the information triplet representing any downloadable item: name, MIME type, and content bytes.
createMatch(Range, int) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
 
createMatch(Range, int) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
 
createMatch(Range, int) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 
CSSPatterns - Class in edu.utexas.its.eis.tools.qwicap.template.css
CSSPatterns represents one or more CSS2 patterns.
CSSPatterns(String) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.css.CSSPatterns
Creates a CSSPatterns object from a string containing a comma-separated list of CSS2 patterns.
cut() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Removes all of the markup represented by the matches (and any children they may have) in this Results object, and returns it in a new ImmutableMarkup object.

D

Declaration - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all classes representing declarations ("<!DOCTYPE greeting SYSTEM "hello.dtd">") in XML documents.
decode(String) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Decodes a string by translating HTML character entity references into Unicode characters.
decode(String, StringBuffer) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Decodes a string by translating HTML character entity references into corresponding Unicode characters.
decode(String, StringBuilder) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Decodes a string by translating HTML character entity references into corresponding Unicode characters.
decode(Characters) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Decodes a string, represented as a Characters object, by translating HTML character entity references into corresponding Unicode characters.
decode(Characters, StringBuffer) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Decodes a string, represented as a Characters object, by translating HTML character entity references into corresponding Unicode characters.
decode(Characters, StringBuilder) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Decodes a string, represented as a Characters object, by translating HTML character entity references into corresponding Unicode characters.
delete() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deletes each XML element (and any associated children) referenced by the matches in this Results object.
delete() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Deletes this markup element and any children it may have.
delete(Match) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Deletes the specified material from this markup.
deleteAttribute(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deletes the specified attribute from all of the applicable XML elements referenced by the matches in this Results object.
deleteAttribute(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Removes an attribute from this markup element.
deleteAttribute(Match, String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Removes an attribute from this markup element.
deleteChoices(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Deletes all choices associated with the control of the specified name.
deleteClass(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Removes one or more CSS class names from the "class" attribute of all of the applicable XML elements referenced by the matches in this Results object.
deleteClass(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Deletes the supplied space-separated list of class names from the value of this markup element's "class" attribute.
deleteClass(Match, String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Delete from this markup element all of the specified classes.
deleteContent() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deletes the contents of each XML element referenced by the matches in this Results object.
deleteContent() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Deletes the content of this markup element, provided that this element is a start-tag, since no other elements can contain content (children).
deleteContent(Match) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Deletes the content of the specified markup element, provided that the element is a start-tag or comment.
deleteControl(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Deletes the specified control, if its value matches the specified value, or the specified value is null.
deleteControl(Match, Object) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Deletes the specified control, if its value matches the specified value, or the specified value is null.
deleteData(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Removes from this form data set all values associated with the control named by the ControlName parameter.
deleteData(String...) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Removes from this form data set all values associated with each of the controls identified by a name in the ControlNames parameter.
DescendantEnumerator - Class in edu.utexas.its.eis.tools.qwicap.template.xml
DescendantEnumerator provides a convenient means of enumerating some, or all, of a body of XML markup while maintaining an awareness of each tag's context in the tag hierarchy.
DescendantEnumerator(MarkupEnumeration) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
DescendantEnumerator(MarkupEnumeration, boolean) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
destroy() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.QwicapServlet
 
disableAllControls(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Disables all controls in this form, optionally including even the "submit" button(s).
disableControl(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Disables the named control.
disableControl(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Disables the named control, if its value matches the specified value, or the specified value is null.
disableControl(Match, Object) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Disables the specified control, if its value matches the specified value, or the specified value is null.
disableControl(Match) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Disables the specified control.
disableControls(String...) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Disables multiple form controls as identified by their names.
distinct() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns a new Results object which eliminates any redundant element references that may have been present in this Results object.
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.QwicapServlet
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.QwicapServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.QwicapServlet
 
Downloadable - Class in edu.utexas.its.eis.tools.qwicap.servlet
Represents a downloadable entity, typically generated dynamically, that is being, or will be, made available to the client via the Qwicap.addDownloadable method.
duplicate(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Duplicates each XML element referenced by the matches in this Results object, and places the duplicate immediately before, or after, the referenced element.
duplicate(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Makes a copy of this markup element, and any children it may have, then inserts the copy immediately before, or after, this element.
duplicate(Match, boolean) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Creates a duplicate of the specified material within this markup object and inserts it either immediately before, or after, the duplicated material.
duplicateAfter() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Duplicates each XML element referenced by the matches in this Results object, and places the duplicate immediately after the referenced element.
duplicateBefore() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Duplicates each XML element referenced by the matches in this Results object, and places the duplicate immediately before the referenced element.

E

edu.utexas.its.eis.tools.qwicap - package edu.utexas.its.eis.tools.qwicap
 
edu.utexas.its.eis.tools.qwicap.servlet - package edu.utexas.its.eis.tools.qwicap.servlet
 
edu.utexas.its.eis.tools.qwicap.template.css - package edu.utexas.its.eis.tools.qwicap.template.css
 
edu.utexas.its.eis.tools.qwicap.template.xml - package edu.utexas.its.eis.tools.qwicap.template.xml
 
edu.utexas.its.eis.tools.qwicap.template.xml.immutable - package edu.utexas.its.eis.tools.qwicap.template.xml.immutable
 
edu.utexas.its.eis.tools.qwicap.template.xml.mutable - package edu.utexas.its.eis.tools.qwicap.template.xml.mutable
 
edu.utexas.its.eis.tools.qwicap.template.xml.structure - package edu.utexas.its.eis.tools.qwicap.template.xml.structure
 
edu.utexas.its.eis.tools.qwicap.template.xml.util.xcsd - package edu.utexas.its.eis.tools.qwicap.template.xml.util.xcsd
 
edu.utexas.its.eis.tools.qwicap.util - package edu.utexas.its.eis.tools.qwicap.util
 
ELSE() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns an empty Results object if the preceding IF invocation was passed true, and otherwise returns a Results object that is the same as the Results object on which the IF was invoked.
embedFormDataSet(FormDataSet) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Searches the document for a form that could have supplied a specified form data set, and, if found, embeds the values from the data set into the form.
embedFormDataSetIfPossible(FormDataSet) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Searches the document for a form that could have supplied a specified form data set, and, if found, embeds the values from the data set into the form.
EmptyTag - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all classes representing empty tags ("<br/>") in XML documents.
enableAllControls(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Enables all controls in this form, optionally including even the "submit" button(s).
enableControl(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Enables a form control identified by the name of the parameter that the control will submit in the form data set.
enableControl(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Enables the named control, if its value matches the specified value, or the specified value is null.
enableControl(Match, Object) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Enables the specified control, if its value matches the specified value, or the specified value is null.
enableControl(Match) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Enables the specified control.
enableControls(String...) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Enables multiple form controls as identified by their names.
encode(String) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Encodes a Unicode string by translating characters into HTML character entity references, as needed.
encode(CharSequence, StringBuffer) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Encodes a Unicode character sequence by translating characters into HTML character entity references, as needed.
encode(CharSequence, StringBuilder) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Encodes a Unicode character sequence by translating characters into HTML character entity references, as needed.
encode(Characters) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Encodes a Unicode string, represented as a Characters object, by translating characters into HTML character entity references, as needed.
encode(Characters, StringBuffer) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Encodes a Unicode string, represented as a Characters object, by translating characters into HTML character entity references, as needed.
encode(Characters, StringBuilder) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Encodes a Unicode string, represented as a Characters object, by translating characters into HTML character entity references, as needed.
ENDIF() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the Results object on which IF was invoked.
EndTag - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all classes representing end tags ("</p>") in XML documents.
enumerate() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use Results.iterator() instead.
enumerate() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns an enumeration for the elements in this markup.
enumerate() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns an enumeration of this subsection of the larger document.
enumerate(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns an enumeration of this subsection of the larger document.
enumerateAttributes() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.TagWithAttributes
Returns an enumeration of the attributes of this tag.
enumerateAttributes() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.XMLDeclaration
Returns an enumeration of the attributes of this tag.
equals(Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlValue
Tests the name and value(s) of this form control for equality with the name and value(s) of another FormControlValue object.
equals(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Compares another object to this one, in order to determine if it refers to the same component of the same body of markup.
equals(Object) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Namespace
 
equals(Object) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Compares this object to another object.
equals(char[], int, int) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Compares the characters in this object to the specified subsection of a char array.
even() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns every even-numbered Match in this Results object, beginning with the first Match (element 0).
everyNth(int, int) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Conceptually divides the matches in this Results object into groups of a certain size, then returns a new Results object containing the Nth match from each group.
exists() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns true if the markup element referenced by this Match still exists, false otherwise.
extract() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Moves all of the XML elements (children included) referenced by the matches in this Results object into a new MutableMarkup object, then returns a new Results object containing references to those elements in their new home.
extractToMarkup() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Moves all of the XML elements (children included) referenced by the matches in this Results object into a new MutableMarkup object.

F

filter(FormDataSet, FormDataSetFilterContext, FormDataSetFilterResponse) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilter
Invoked whenever Qwicap receives a new form data set (or the data sets present in URLs).
FilterRunnable - Interface in edu.utexas.its.eis.tools.qwicap.servlet
Represents a body of code to be executed by request of a FormDataSetFilter.
first() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the first Match in this Results object as the sole element of a new Results object.
first() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns a Results object containing a reference to the first start tag in the document.
Form - Class in edu.utexas.its.eis.tools.qwicap.servlet
The Form class provides a set of high-level utility methods for operating on the controls within an XHTML "form" element.
Form(MutableMarkup, FormDataSet) - Constructor for class edu.utexas.its.eis.tools.qwicap.servlet.Form
Creates a Form object for manipulating the form that produced the supplied FormDataSet.
Form(Match) - Constructor for class edu.utexas.its.eis.tools.qwicap.servlet.Form
Creates a Form object for operating on the specified form.
formatDate(long) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
formatDate(Date) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
formatDate(Calendar) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
formatDateTime(long) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
formatDateTime(Date) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
formatDateTime(Calendar) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
formatDecimal(Number) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
formatInteger(Number) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
formatNumber(Number) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
formatTime(long) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
formatTime(Date) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
formatTime(Calendar) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
FormControlInfo - Class in edu.utexas.its.eis.tools.qwicap.servlet
FormControlInfo associates a form control's name and value with the markup element that supplied them, and the label(s) in the markup that apply to the control.
FormControlValue - Class in edu.utexas.its.eis.tools.qwicap.servlet
Represents the control-name/current-value(s) pair for one or more successful controls of the same name in an XHTML form.
FormDataSet - Class in edu.utexas.its.eis.tools.qwicap.servlet
Provides a complete representation of a set of web parameters (a "Form Data Set" in official W3C nomenclature) that is independent of the HttpServletRequest that supplied them.
FormDataSet() - Constructor for class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Creates an empty FormDataSet object.
FormDataSet(String, String) - Constructor for class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Creates a FormDataSet instance populated with the data set extracted from a string encoded in the "application/x-www-form-urlencoded" format.
FormDataSet(String, String, String, byte[]) - Constructor for class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Creates a FormDataSet object representing the data set contained in the supplied byte array.
FormDataSet(HttpServletRequest) - Constructor for class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Creates a FormDataSet object representing the data set available from the supplied HttpServletRequest object.
FormDataSetFilter - Interface in edu.utexas.its.eis.tools.qwicap.servlet
Defines the interface for a class that filters the form data set received by Qwicap before it is processed by Qwicap, or passed-along to the client application.
FormDataSetFilterContext - Class in edu.utexas.its.eis.tools.qwicap.servlet
The FormDataSetFilterContext class provides information about the context in which a FormDataSetFilter.filter invocation took place.
FormDataSetFilterResponse - Class in edu.utexas.its.eis.tools.qwicap.servlet
Defines the actions Qwicap is to take after executing a FormDataSetFilter implementation.
FormFileUpload - Class in edu.utexas.its.eis.tools.qwicap.servlet
Represents files uploaded via "<input type='file' … />" elements in web page forms.
FormNotFoundException - Exception in edu.utexas.its.eis.tools.qwicap.servlet
FormNotFoundException is thrown, depending on the context, when: (1) A "form" element cannot be found.
FormNotFoundException(String) - Constructor for exception edu.utexas.its.eis.tools.qwicap.servlet.FormNotFoundException
 
fromEmptyString(String) - Static method in class edu.utexas.its.eis.tools.qwicap.util.Null
Returns null if passed an empty (zero-length) String (or null), otherwise it returns the same String object that was passed to it.
fromNullString(String) - Static method in class edu.utexas.its.eis.tools.qwicap.util.Null
If the supplied string literally reads "null", in other words it consists of the characters 'n', 'u', 'l', 'l' and no others, the value null is returned.
fromSomeString(String, String) - Static method in class edu.utexas.its.eis.tools.qwicap.util.Null
If the PotentiallyRepresentingNullStr parameter is a string that matches the string supplied in the NullRepresentationStr parameter, the value null is returned.

G

get(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Searches this "form" element, and its children, for matches with the specified CSS2 pattern(s).
get(CSSPatterns) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Searches this "form" element, and its children, for matches with the specified CSS2 pattern(s).
get(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns a FormControlValue object containing all of the values in this form data set that were supplied by controls having the specified name.
get(Pattern) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns an array of FormControlValue objects containing all of the values in this form data set that were supplied by controls whose names matched the supplied regular expression.
get(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the value of the specified form control as a String.
get(int) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the Match at the specified index in this Results object.
get(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Applies one or more CSS2 selector pattern strings to the subsections of XML referenced by the matches in this Results object.
get(CSSPatterns) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Applies one or more CSS2 selector patterns to the subsections of XML referenced by the matches in this Results object.
get(int) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns an element from this markup.
get(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Performs a pattern match on this markup using the Cascading Style Sheets level 2 (CSS2) selector scheme, and returns a list of all elements that matched the pattern(s).
get(CSSPatterns) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Performs a pattern match on this markup using the Cascading Style Sheets level 2 (CSS2) selector scheme, and returns a list of all elements that matched the pattern(s).
get() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns the markup element represented by this Match object.
get(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Searches this element, and its children, for matches with the specified CSS2 pattern(s).
get(CSSPatterns) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Searches this element, and its children, for matches with the specified CSS2 pattern(s).
get(String, Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Searches this element, and its children, for matches with the specified CSS2 pattern(s).
get(CSSPatterns, Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Searches this element, and its children, for matches with the specified CSS2 pattern(s).
getAction() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns the value of the form's "action" attribute, or null if there is no such attribute.
getActionURL() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Attempts to construct a fully-qualified action URL from the value of the form's "action" attribute, the URL of the page in which this form occurs, and any "base" element that the page may contain.
getActionURL() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns the action URL of this data set, if available.
getAll(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the values of the specified form control as an array of Strings.
getAncestorOfType(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Get the most recent ancestor of a particular type, for example "form" or "label".
getAncestors() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns a complete list of the ancestors of each element referenced by the matches in this Results object.
getAncestors() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Get a complete list of all the ancestors of the XHTML element referenced by this Match.
getAncestors(boolean, Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Get a complete list of all the ancestors of the XHTML element referenced by this Match.
getArray() - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Returns the charactes of this object represented as an array of characters.
getArrayOffset() - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Returms the offset of the first character represented by this object in the char array returned by the getArray method.
getAttribute(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the value of the specified attribute from the first match in this Results object.
getAttribute(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns the value of the named attribute, or null if there is no such attribute in this markup element.
getAttribute(Characters) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.TagWithAttributes
Returns a reference to the specified attribute of this tag, or null if this tag has no such attribute.
getAttribute(String) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.TagWithAttributes
Returns a String representing the value of the requested attribute of this tag, or null if this tag has no such attribute.
getAttribute(Characters) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.XMLDeclaration
Returns a reference to the specified attribute of this tag, or null if this tag has no such attribute.
getAttribute(String) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.XMLDeclaration
Returns a String representing the value of the requested attribute of this tag, or null if this tag has no such attribute.
getAuth2SchemeInstance() - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.Auth2SchemeFactory
Invoked whenever Qwicap needs an Auth2Scheme instance in order to authenticate & authorize (auth2) a client request.
getAuth2SchemeReply() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the reply object from the authentication & authorization scheme (Auth2Scheme), if any, that is associated with the current hit.
getBigDecimal(String, BigDecimal, BigDecimal, boolean, BigDecimal) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the value of the specified control as a BigDecimal.
getBigDecimal() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Invokes Results.getText() and converts the String it returns into a BigDecimal, if possible.
getBigDecimals(String, BigDecimal, BigDecimal, boolean, BigDecimal[]) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the values of the specified controls as BigDecimal objects.
getBigInteger(String, BigInteger, BigInteger, boolean, BigInteger) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the value of the specified control as a BigInteger.
getBigInteger() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Invokes Results.getText() and converts the String it returns into a BigInteger, if possible.
getBigIntegers(String, BigInteger, BigInteger, boolean, BigInteger[]) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the values of the specified controls as BigInteger objects.
getBoolean(String, boolean, boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the value of the specified control as a boolean primitive.
getBoolean(String, String, String, boolean, boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the value of the specified control as a boolean primitive.
getBoolean() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Invokes Results.getText() and converts the String it returns into a boolean, if possible.
getByte() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Invokes Results.getText() and converts the String it returns into a byte, if possible.
getCDATA() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns a new Results object listing all of the CDATA (<![CDATA[]]>) elements in the subsections of XML referenced by the matches in this Results object.
getCDATA() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns a new Results object listing all of the CDATA (<![CDATA[]]>) elements in this markup.
getCDATA() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns a new Results object listing all of the CDATA (<![CDATA[]]>) elements in this markup.
getCDATA(Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns a new Results object listing all of the CDATA (<![CDATA[]]>) elements in this markup.
getChangeCount() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
 
getChangeCount() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns a monotonically increasing integer which is incremented every time a modification is made to the markup list.
getChangeCount() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 
getCharacterSet() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.ContentType
Returns the canonicalized name of the character set identified by the "charset" parameter, if that parameter was present.
getCharacterSet() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns the first character set name from the list of character set names in the "form" element's "accept-charset" attribute.
getCharacterSet() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
 
getCharacterSet() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns the name of the character set in which this markup was encoded when it was read.
getCharacterSet() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 
getCharacterSetName() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
If this data set was instantiated from a String, or byte array, of input, this method returns the name of the character set in which the input was originally represented.
getCharacterSets() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns the name of the character sets in which this form's data set may be encoded, based on the list in the "form" element's "accept-charset" attribute.
getCharacterSetWasSpecified() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.ContentType
Returns true if the character set was explicity identified in the content type, and false if it was missing.
getChildNo() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
getComments() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns a new Results object listing all of the comment (<!---->) elements in this markup.
getComments() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns a new Results object listing all of the comment (<!---->) elements in this markup.
getComments() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns a new Results object listing all of the comment (<!---->) elements in this markup.
getComments(Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns a new Results object listing all of the comment (<!---->) elements in this markup.
getContent() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns a new Results object that references every child of every element referenced by this Results object.
getContent() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Return references to all of the children (but not grandchildren, etc.) of this markup element.
getContent(Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Return references to all of the children (but not grandchildren, etc.) of this markup element.
getContent() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Item
Returns a Characters object containing the content of this item.
getContentLength() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Downloadable
Returns the length of this downloadable.
getContext() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the Context object associated with this Qwicap thread.
getContextPath() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
As stated in the HttpServletRequest.getContextPath documentation: Returns the portion of the request URI that indicates the context of the request.
getControl(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns a FormControlInfo object describing the specific form control that supplied, or could have supplied, a particular name/value pair in a form data set.
getControlByIndex(String, int) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns a FormControlInfo object describing the form control with the specified name (which is understood to be shared with other controls in the form), and index number.
getControlByIndexAndValue(String, int, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns a FormControlInfo object describing the form control with the specified name (which is understood to be shared with other controls in the form), index number, and value.
getControlName(Match) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns the name of the specified control, or null if the control has no name.
getControls(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns an array of FormControlValue objects describing the form controls that supplied, or could have supplied, a particular name/value pair in a form data set.
getControlsByName(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Finds the form controls having the specified name.
getControlsTable() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
A debugging method that produces a table of all controls in this form, the labels associated with them, and the value(s) of each control.
getControlValue(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns the current value of the named control as a String.
getControlValue(Match) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns the value of the specified control as a String.
getControlValues(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns the current value(s) of the named control as a String array.
getControlValues(Match) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns the value of the specified control as a String.
getControlValues(Match, boolean, boolean, boolean) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns the value(s) of the specified control, optionally limiting the values to those supplied by the controls that will be successful by default.
getCSSPatterns(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
 
getCSSPatterns(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Retrieves a compiled version of the specified CSS pattern.
getCSSPatterns(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 
getCurrentInstance() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.BlockingDescription
Returns a reference to the instance of Qwicap that is blocking or unblocking.
getCurrentInstance() - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns a reference to the current Qwicap thread.
getDataSet() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Get the values of all of the enabled, successful controls in this form.
getDataSet(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Get the values of all of the enabled, successful controls in this form.
getDatum(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns the first value in this form data set that was supplied by a control having the specified name.
getDatum(Pattern) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns the first value in this form data set that was supplied by a control whose names matches the supplied regular expression.
getDeclarations() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns a new Results object listing all of the declaration (<!>) elements in this markup.
getDeclarations() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns a new Results object listing all of the declaration (<!>) elements in this markup.
getDeclarations() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns a new Results object listing all of the declaration (<!>) elements in this markup.
getDeclarations(Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns a new Results object listing all of the declaration (<!>) elements in this markup.
getDefaultNamespace() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.CSSPatterns
 
getDocument(String) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
getDocument(URL) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
getDocument(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Loads from disk, or retrieves from the document cache, an immutable representation of the XML document located on the local file system at the specified path.
getDocument(URL) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Loads from the specified URL, or retrieves from the document cache, an immutable representation of an XML document.
getDouble(String, double, double, boolean, double) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the value of the specified control as a double.
getDouble() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Invokes Results.getText() and converts the String it returns into a double, if possible.
getDouble() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Invokes Match.getText() and converts the String it returns into a double, if possible.
getDoubles(String, double, double, boolean, double[]) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the values of the specified controls as double primitives.
getEnclosingElement() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlInfo
Returns the "form" element which encloses the element described by this object, or, when the form is itself enclosed in a "fieldset" element, this method returns that "fieldset" element.
getEncoding() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.XMLDeclaration
Convenience method for getting the value of the "encoding" attribute, if any.
getEncoding(char) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Returns the encoded form of the specified Unicode character as a String, or returns null, if the character will be left unchanged.
getExistingFile(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Context
Returns a File object corresponding to the specified file (or directory), if it exists.
getExistingResource(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Context
Returns the URL for a resource supplied by the servlet container, for instance an HTML file within your web application.
getFile(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Context
Returns a File object corresponding to the specified file (or directory), which may, or may not, exist.
getFileItem() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormFileUpload
Returns the underlying FileItem object that describes, and provides access to the data of, the uploaded file.
getFirstLabel(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlInfo
Returns the text of the label that is most immediately associated with this form control.
getFloat(String, float, float, boolean, float) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the value of the specified control as a float.
getFloat() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Invokes Results.getText() and converts the String it returns into a float, if possible.
getFloats(String, float, float, boolean, float[]) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the values of the specified controls as float primitives.
getForm() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlInfo
Returns the Form object representing the "form" element in which this form control is located.
getForm() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns a Form object which refers to the form that supplied the form data set most recently submitted to the current web page.
getForm() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use Results.toForm(), instead.
getForm(FormDataSet) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Searches the document for a form that could have supplied a specified form data set, and returns a Form object for manipulating it.
getFormDataSet() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the form data set most recently submitted by the current web page.
getHTTPLanguageString() - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
geti18nServicesForClass(Class<?>) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
 
getImmutable() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
 
getImmutable() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
If this markup is already immutable, this method does nothing, and returns a reference to this object.
getImmutable() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 
getIndex() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
getIndex() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.MarkupEnumeration
Returns the index of the most recently returned markup element within the Markup object's internal list of elements.
getIndex() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
The index of this element in the markup that contains it.
getInputFilter() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the object that is currently filtering all input received from the client machine.
getInt(String, int, int, boolean, int) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the value of the specified control as an int.
getInt() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Invokes Results.getText() and converts the String it returns into an int, if possible.
getInts(String, int, int, boolean, int[]) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the values of the specified controls as int primitives.
getLabels() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlInfo
Returns a Results object containing references to all markup elements that supply label information related to this control.
getLabelText(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlInfo
Returns the text of all the labels that apply to this control, with each individual label separated by a "/" character.
getLatest() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLDocument
If this XMLDocument read its markup from a file, and that file has changed since this immutable representation was created, this method returns a new object representing the current contents of the file.
getList() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
 
getList() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
This method is not part of the public API, but could not be hidden due to limitations in Java's access control system.
getList() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 
getLocale() - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
getLong(String, long, long, boolean, long) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the value of the specified control as a long.
getLong() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Invokes Results.getText() and converts the String it returns into a long, if possible.
getLong() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Invokes Match.getText() and converts the String it returns into a long, if possible.
getLongs(String, long, long, boolean, long[]) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the values of the specified controls as long primitives.
getMarkup() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
getMarkup() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.MarkupEnumeration
Returns the Markup object that is being enumerated.
getMarkup() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns the Markup object in which this match occurs.
getMarkup() - Method in exception edu.utexas.its.eis.tools.qwicap.template.xml.TagException
 
getMarkupName() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.PromptDescription
The original source of the markup being sent to the client by the current prompt invocation.
getMarkupName() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns the name, if any, of this body of markup.
getMatch() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns the Match object that uniquely identifies the "form" element represented by this Form object.
getMatch() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlInfo
Returns the Match object that uniquely identifies the form control element represented by this FormControlInfo object.
getMatch() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
getMatch() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.MarkupEnumeration
Returns a Match object uniquely identifying the occurrence of the most recently returned markup element within the the Markup object that is being enumerated.
getMessageString(String, Object...) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
getMessageXML(String, Object...) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
getMethod() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns the value of the form's "method" attribute ("get" or "post"), or null if there is no such attribute.
getMethod() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns the name of the HTTP mechanism used to send this form data set to the server: "GET" or "POST".
getMIMEType() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.ContentType
The MIME media type of this content.
getMIMEType() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Downloadable
Returns the MIME type of this downloadable.
getMutable() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
 
getMutable() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
If this markup is already mutable, this method does nothing, and returns a reference to this object.
getMutable() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 
getName() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Downloadable
Returns the name of this downloadable; if the client saves this image to disk, this will be its file name.
getName() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlInfo
Returns the name of this control, as it was supplied to the constructor.
getName() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlValue
Returns the name of the control that supplied this value, or values.
getName() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.NamedItem
Returns the name of this item.
getName() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Namespace
 
getNamespace() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns the namespace of the XML element referenced by this match.
getNamespace() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.NamedItem
Returns a Namespace object describing the XML namespace to which this item belongs.
getNamespaceForPrefix(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.CSSPatterns
 
getNameString() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.NamedItem
Returns the name of this item as a String.
getOperation() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.BlockingDescription
Returns an BlockingOperation object that identifies the operation which caused blocking to occur.
getParameter(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.ContentType
Returns the parameter that has the specified, case-insensitive name, or null if this content type did not include the specified parameter.
getParameters() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.ContentType
Returns all of the parameters included in this content type.
getParent() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the parent element (if any) of each element referenced by the matches in this Results object.
getParent() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Get the immediate parent of the XHTML element referenced by this Match.
getParentCount() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
getProcessingException() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns the Exception, if any, that was produced when this object's constructor retrieved, or attempted to retrieve, this form data set.
getPromptingMethodClassName() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterContext
Returns the fully-qualified name of the web application's class that prompted for the input that is being filtered.
getPromptingMethodName() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterContext
Returns the name of the web application's method that prompted for the input that is being filtered.
getRandom() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the pseudo-random number generator (PRNG) used internally by Qwicap.
getRequest() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Context
Returns the current HttpServletRequest instance.
getRequest() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterContext
Returns the current HttpServletRequest object.
getResource(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Context
Returns the URL for a resource supplied by the servlet container, for instance an HTML file within your web application.
getResponse() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Context
Returns the current HttpServletResponse instance.
getResponse() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterContext
Returns the current HttpServletResponse object.
getResults() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.ResultsEnumerator
Deprecated.  
getScriptsEnabled() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
This method is temporary and unsupported.
getServlet() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Context
Returns the current HttpServlet instance.
getServletPath() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
As stated in the HttpServletRequest.getServletPath documentation: Returns the part of this request's URL that calls the servlet.
getSessionAttribute(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Context
If your web application is using session attributes, use this method to retrieve them, in order to avoid naming conflicts.
getShort() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Invokes Results.getText() and converts the String it returns into a short, if possible.
getStatusReport(Class<?>, boolean) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns a string containing a human-readable report on Qwicap's current (and past) status.
getStatusReport(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns a string containing a human-readable report on Qwicap's current (and past) status.
getString(String) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
getString(String, int, int, boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the value of the specified parameter as a String.
getString(String, int, int, boolean, String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the value of the specified control as a String.
getString() - Static method in class edu.utexas.its.eis.tools.qwicap.Version
Returns this library's version string.
getSubmitControls() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns an array of FormControlValue objects describing the "submit" controls in this form.
getSubtype() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.ContentType
The MIME subtype of this content.
getText() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the human-readable/-visible text, if any, that the elements referenced by this Results object would contribute to the final, rendered document.
getText() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns the human-readable/-visible text, if any, that this element would contribute to the final, rendered document.
getText(StringBuffer) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns the human-readable/-visible text, if any, that this element would contribute to the final, rendered document.
getText(StringBuilder) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns the human-readable/-visible text, if any, that this element would contribute to the final, rendered document.
getType() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.ContentType
The MIME type of this content.
getType() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the type of the first XML element in this Results objects.
getType() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns the type of the XML element referenced by this match.
getUploadedFile(String, String, boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns a FileItem object describing the uploaded file associated with a specified control name.
getUploadedFile(String, String[], boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns a FileItem object describing the uploaded file associated with a specified control name.
getUploadedFileRAMLimit() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the maximum size of an uploaded file that will be memory-resident; larger files will be stored on disk (see Qwicap.getUploadedFileRepository()), while files beyond a certain size won't be accepted at all (see Qwicap.getUploadedFileSizeLimit()).
getUploadedFileRepository() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the path of the directory in which uploaded files are stored when they are too large to be stored in memory; see Qwicap.getUploadedFileRAMLimit().
getUploadedFileSizeLimit() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the maximum acceptable size of an uploaded file.
getURI() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Downloadable
Returns the unique, relative URI of this downloadable.
getURI() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Namespace
 
getURL() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.RedirectDescription
Returns the URL to which the user will be, or has been, redirected.
getUserAgent() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns the web browser (user agent) identity string that was provided by the client with its most recent request.
getValue() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlInfo
Returns the value of this control.
getValue() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlValue
Returns the first value in the relevant form data set that was supplied by this control, or controls.
getValue(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Deprecated. Use FormDataSet.getDatum(String) instead.
getValue(Pattern) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Deprecated. Use FormDataSet.getDatum(Pattern) instead.
getValue() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormFileUpload
 
getValue() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Attribute
Returns the value of this attribute.
getValues() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlInfo
Returns the values of this control.
getValues() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlValue
Returns all of the values in the relevant form data set that were supplied by this control, or controls.
getValues() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormFileUpload
 
getVersion() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.XMLDeclaration
Convenience method for getting the value of the "version" attribute, if any.
getVersionString() - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns a string identifying this version of Qwicap.
getXML(String) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
goBackOnePage() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterResponse
Instructs Qwicap to go back to the previous page that is "in play".
goBackToFirstPage() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterResponse
Instructs Qwicap to back to the first (earliest) page that is still "in play".
goBackToPage(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterResponse
Instructs Qwicap to go back to a page that is still "in play".
goBackToPage(Class<?>, String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterResponse
Instructs Qwicap to go back to a page that is still "in play".
goodbye(Markup) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Sends the final XHTML page of this session to the user, and returns without waiting for input from the user.
goodbye(String, byte[]) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Sends the final item of this session to the user, and returns without waiting for input from the user.
goodbye(Downloadable) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Sends the final item of this session to the user, and returns without waiting for input from the user.
goodbye(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Redirects to the client to an arbitrary URL, and returns immediately.

H

has(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns true if there is data from the named control in this data set, or false otherwise.
has(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns true if the specified form control supplied one or more values in the current form data set, and false if it does not.
hasArray() - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Returns true if this object already contains a char array representation of its characters, or false if such a representation has not yet been created.
hasAttribute(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns true if this markup element includes the specified attribute.
hasAttributeOfValue(String, String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns true if this markup element has an attribute of the specified name and value.
hasClass(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Tests the "class" attribute of this element, if it has one, for the presence of the named class or classes.
hasControlNamesMatching(Pattern) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns true if this form data set includes vlaues from controls whose names match the supplied regular expression.
hasControlNamesStartingWith(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns true if this form data set includes values from controls whose names begin with the specified string.
hasFormDataSet() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Returns true if a form data set is available, false otherwise.
hashCode() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlValue
 
hashCode() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
 
hashCode() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Namespace
 
hashCode() - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Return the hash code for these characters.
hasLabelText() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlInfo
Returns true if label information was found for this control, false otherwise.
hasMoreAttributes() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.AttributeEnumeration
 
hasMoreElements() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.ResultsEnumerator
Deprecated.  
hasMoreElements() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
hasNext() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.ResultsEnumerator
Deprecated.  
hasNext() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
hasNonEmptyAttribute(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns true if this markup element includes the specified attribute, and the value of the attribute is of a non-zero length.
hasString() - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Returns true if this object already contains a String representation of its characters, or false if such a representation has not yet been created.
htmlDecode(String) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Decodes a string such any HTML character entities in it are translated into corresponding Unicode characters.
htmlDecode(String) - Static method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Decodes a string such any HTML character entities in it are translated into corresponding Unicode characters.
htmlDecode(Characters) - Static method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Decodes a string such any HTML character entities in it are translated into corresponding Unicode characters.
htmlDecode(Characters, StringBuffer) - Static method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Decodes a string such any HTML character entities in it are translated into corresponding Unicode characters.
htmlDecode(Characters, StringBuilder) - Static method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Decodes a string such any HTML character entities in it are translated into corresponding Unicode characters.
htmlEncode(String) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Encodes a string such that it can be safely embedded in an XHTML document without risk of the document's syntax being corrupted, or the contents of the string being interpreted as XHTML markup (a potential security hole).
htmlEncode(String) - Static method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Encodes a string such that it can be safely embedded in an XHTML document without risk of the document's syntax being corrupted, or the contents of the string being interpreted as XHTML markup (a potential security hole).
htmlEncode(Characters) - Static method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Encodes a string such that it can be safely embedded in an XHTML document without risk of the document's syntax being corrupted, or the contents of the string being interpreted as XHTML markup (a potential security hole).
htmlEncode(Characters, StringBuffer) - Static method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Encodes a string such that it can be safely embedded in an XHTML document without risk of the document's syntax being corrupted, or the contents of the string being interpreted as XHTML markup (a potential security hole).
htmlEncode(Characters, StringBuilder) - Static method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Encodes a string such that it can be safely embedded in an XHTML document without risk of the document's syntax being corrupted, or the contents of the string being interpreted as XHTML markup (a potential security hole).
HTMLEntityCodec - Class in edu.utexas.its.eis.tools.qwicap.util
HTMLEntityCodec converts most control characters, various reserved characters (ampersands, double-quotes, chevrons, etc.), and all Unicode characters greater than or equal to 127, to and from HTML character entity references.
HTMLEntityCodec() - Constructor for class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Creates an HTMLEntityCodec instance for translating back and forth between Unicode characters and HTML character entity references.
HTMLEntityCodec(boolean) - Constructor for class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Creates an HTMLEntityCodec instance for translating back and forth between Unicode characters and HTML character entity references.

I

i18nServices - Interface in edu.utexas.its.eis.tools.qwicap.servlet
Created by IntelliJ IDEA.
IF(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Tests a boolean parameter: If it's true, a new Results object is returned that is the same as this Results object; if it's false, an empty Results object is returned.
IF_NOT_EMPTY() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
If this Results object is not empty, a new Results object is returned that is the same as this Results object.
ignoreDataSet() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterResponse
Instructs Qwicap to ignore the current form data set.
ImmutableMarkup - Class in edu.utexas.its.eis.tools.qwicap.template.xml.immutable
ImmutableMarkup represents a body of XML markup that cannot be altered in any way.
ImmutableMarkup(char[]) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
Parses a character array containing XML markup; either a well-formed fragment, or an entire XML document.
ImmutableMarkup(char[], int, int) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
Parses a subsection of a character array containing XML markup; either a well-formed fragment, or an entire XML document.
ImmutableMarkup(MutableMarkup) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
 
indexOf(int) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Returns the index of the first occurrence of the specified character, or -1 if the character was not found.
indexOf(int, int) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Returns the index of the first occurrence of the specified character, or -1 if the character was not found.
init() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.QwicapServlet
Initializes QwicapServlet by invoking QwicapServlet.init(Class, Auth2SchemeFactory), and passing null for both parameters.
init(Class<?>, Auth2SchemeFactory) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.QwicapServlet
Initializes the QwicapServlet.
insert(boolean, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use add instead.
insert(boolean, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Deprecated. Use Match.add(boolean, java.lang.Object) instead.
insert(Match, boolean, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Inserts material into this markup before or after the element identified by the specified Match.
insertAfter(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use addAfter instead.
insertBefore(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use addBefore instead.
invokeInputFilter() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Invokes the FormDataSetFilter filter that was set using setInputFilter, if any.
isControlEnabled(Match) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Returns true if the specified control is enabled, false otherwise.
isDefault() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Namespace
 
isEmpty() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns true if this form data set is empty, false otherwise.
isEmpty() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns true if there are no matches in this Results object.
isEmpty() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns true if this markup contains no elements.
isEmptyTag() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Range
Returns true if this range of characters constitutes an "empty" tag, for example: "<br/>".
isEndTag() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Range
Returns true if this range of characters constitutes an "end" tag, for example: "</body>".
isOfClass(Characters) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.TagWithAttributes
Returns true if this tag has a "class" attribute and the value of that attribute includes the specified class name.
isQwicapControl() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlValue
Returns true if the control that supplied this value, or values, is owned by Qwicap and therefore reserved for its internal use, or false if the control was a normal part of the form.
isQwicapParameter() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlValue
Deprecated. Use FormControlValue.isQwicapControl() instead.
isStartTag() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Range
Returns true if this range of characters constitutes a "start" tag, for example: "<body>".
isTagWithAttributes() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Range
Returns true if this range of characters constitutes a "start" or an "empty" tag; in other words, if this is a tag that can possess attributes.
Item - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common ancestor of all classes representing sections of XML documents that contain material other than whitespace.
iterator() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlValue
Returns an Iterator of the values in the relevant form data set that were supplied by this control, or controls.
iterator() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns an iterator for the complete set of FormControlValue objects in this form data set.
iterator() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormFileUpload
 
iterator() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns an Iterator of the matches stored in this Results object.
iterator() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns an Iterator for the elements in this markup.
iterator() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns an Iterator for this subsection of the larger document.
iterator() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.XMLDeclaration
Returns an iterator for the attributes of this tag.

K

kClassAttributeName - Static variable in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.TagWithAttributes
 
kNamespaceAttributeName - Static variable in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Namespace
 
kNoNamespace - Static variable in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Namespace
 
kXHTMLNamespace - Static variable in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Namespace
 
kXMLNamespace - Static variable in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Namespace
 
kXMLNamespacePrefix - Static variable in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Namespace
 
kXMLNSNamespace - Static variable in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Namespace
 

L

last() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the final Match in this Results object as the sole element of a new Results object.
length() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLString
 
length() - Method in class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
The number of elements in the array or Collection that was converted to a String by this object.
length() - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Returns the length of this character sequence.

M

Markup - Class in edu.utexas.its.eis.tools.qwicap.template.xml
Markup represents a body of XML markup.
Markup() - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
 
MarkupEnumeration - Interface in edu.utexas.its.eis.tools.qwicap.template.xml
The MarkupEnumeration interface defines the basic functionality required from all of the various enumerators that provide access to the elements of Markup objects.
Match - Class in edu.utexas.its.eis.tools.qwicap.template.xml
The Match class uniquely identifies a particular element within a body of XHTML markup, and provides methods for performing every type of operation possible on any element.
Match() - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.Match
 
modally() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.PromptModifiers
Instructs Qwicap to prompt in a modal manner.
modelessly() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.PromptModifiers
Instructs Qwicap to prompt in a modeless manner.
Mutable - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.mutable
Interface common to all mutable material in mutable XML documents.
MutableMarkup - Class in edu.utexas.its.eis.tools.qwicap.template.xml.mutable
MutableMarkup represents a body of XML markup that can be altered.
MutableMarkup() - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 
MutableMarkup(RangeList, String) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 

N

Name - Variable in class edu.utexas.its.eis.tools.qwicap.servlet.ContentTypeParameter
The name of the parameter.
NamedItem - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all named items in XML documents.
nameEquals(NamedItem) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.NamedItem
Determines whether or not this item's name is the same as another item's name.
nameEquals(Characters) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.NamedItem
Determines whether or not this item's name is the same as the sequence of characters represented by a Characters object.
Namespace - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all namespace designations in XML documents.
neverQuote() - Method in class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Prevents all elements from being quoted, whether or not this class would ordinarily judge quoting to be necessary.
next() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.ResultsEnumerator
Deprecated.  
next() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
nextAttribute() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.AttributeEnumeration
 
nextElement() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.ResultsEnumerator
Deprecated.  
nextElement() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
nextMatch() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.ResultsEnumerator
Deprecated.  
nextRange() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
nextRange() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.MarkupEnumeration
Returns the next Range (the parent interface of all markup elements) in the Markup that is being enumerated.
notEmpty() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns true if this form data set contains data, false if it is empty.
notEmpty() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns true if there is one, or more, matches in this Results object.
nth(int) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the Match at the specified index in this Results object (the "Nth" Match) as the sole element of a new Results object.
Null - Class in edu.utexas.its.eis.tools.qwicap.util
This class provides a set of static utility methods that perform common tasks associated with the handling of null values.

O

odd() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns every odd-numbered Match in this Results object, beginning with the second Match (element 1).
or() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Creates a new Results object containing all of the matches that are present in either this Results object, or the previous Results object (as returned by Results.pop()).
or(Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Creates a new Results object containing all of the matches that are present in either this Results object, or the supplied Results object, "B".
orEmpty(String) - Static method in class edu.utexas.its.eis.tools.qwicap.util.Null
Returns true if passed null, or an empty (zero length) String object; returns false otherwise.

P

parseDate(String) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
parseDateTime(String) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
parseDecimal(String) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
parseInteger(String) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
parseTime(String) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.i18nServices
 
pop() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the Results object, if any, from which this instance was produced.
pop(int) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the Nth Results object in this chain of Results objects; in effect this invokes the pop method N times and returns the result.
populateMostRecentForm() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Takes the form data set most recently received from the client and embeds it into the XHTML markup of the form from which it originated in the current page.
print() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
A debugging method that prints to System.out all information about this form data set and its contents.
print() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use Results.toString() instead.
print(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Deprecated. Use Results.toString() instead.
print() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
print(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
print() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Prints this markup to System.out for convenience in debugging.
print() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Prints a nicely formatted representation of this element, and any children it may possess, to System.out.
print(PrintStream) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Prints the characters of this object to the specified PrintStream.
print(PrintWriter) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Prints the characters of this object to the specified PrintWriter.
printAllLabels() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Deprecated. Use Form.getControlsTable() instead.
println(PrintStream) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Uses the specified PrintStream object's println method to print the characters of this object.
println(PrintWriter) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Uses the specified PrintWriter object's println method to print the characters of this object.
printPageStack() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Prints to the console a summary of Qwicap's internal page stack as an aid to understanding Qwicap's automatic page stack maintenance.
proceedNormally() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterResponse
Instructs Qwicap to process the current form data set normally, and to ignore any further actions specified in this response object.
prompt(MutableMarkup) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Sends an XHTML page to the user, and waits for their response.
prompt() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Begins the process of setting-up a prompt to send an XHTML page to the user.
promptComplete() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
This method allows a method that displays a page (by implementing the "prompt" pattern for it) to explicitly inform Qwicap when it has finished with the page.
PromptDescription - Class in edu.utexas.its.eis.tools.qwicap.servlet
Describes a "prompt" operation that will, or has, caused Qwicap to block.
PromptModifiers - Class in edu.utexas.its.eis.tools.qwicap.servlet
See Qwicap.prompt() for an explanation, and examples, of the use of this class.

Q

Qwicap - Class in edu.utexas.its.eis.tools.qwicap.servlet
The Qwicap class provides the core functionality of the Qwicap (Quick Web Interface for Conventional Applications) system, including the methods that send web pages to clients, and those that retrieve and verify the input returned by those pages, while automatically requesting corrections from users as necessary.
QwicapAbandonmentException - Exception in edu.utexas.its.eis.tools.qwicap.servlet
Subclasses of QwicapAbandonmentException are thrown in response to user abandonment of web pages, forms on a web page, or invalid input to a form.
QwicapAbandonmentException(String) - Constructor for exception edu.utexas.its.eis.tools.qwicap.servlet.QwicapAbandonmentException
 
QwicapAbandonmentException(Page, boolean) - Constructor for exception edu.utexas.its.eis.tools.qwicap.servlet.QwicapAbandonmentException
 
QwicapAbandonmentException(Page, boolean, String) - Constructor for exception edu.utexas.its.eis.tools.qwicap.servlet.QwicapAbandonmentException
 
qwicapAuth2SchemeHit(Servlet, HttpServletRequest, HttpServletResponse, FormDataSet) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.Auth2Scheme
Implements an authentication & authorization scheme that determines how Qwicap will respond to each hit.
qwicapBlocked(BlockingDescription) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.QwicapBlockingListener
Invoked just before Qwicap blocks to await a user's response to a prompt or redirect invocation.
QwicapBlockingListener - Interface in edu.utexas.its.eis.tools.qwicap.servlet
A QwicapBlockingListener provides a mechanism by which an application can be notified just before and after Qwicap blocks in one of its prompt or redirect methods.
qwicapCanInvokeWebApplication() - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.Auth2SchemeReply
Returns true to inform Qwicap that requests intended for the web application should be passed along to it, or false if they should be discarded.
qwicapCanSendStaticFiles() - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.Auth2SchemeReply
Returns true to inform Qwicap that requests for static files in the web application should be fulfilled, or false if they should be refused.
QwicapException - Exception in edu.utexas.its.eis.tools.qwicap.servlet
QwicapException is the base class for all but one of the exceptions generated by Qwicap.
QwicapException(String) - Constructor for exception edu.utexas.its.eis.tools.qwicap.servlet.QwicapException
 
QwicapException(Throwable) - Constructor for exception edu.utexas.its.eis.tools.qwicap.servlet.QwicapException
 
QwicapServlet - Class in edu.utexas.its.eis.tools.qwicap.servlet
QwicapServlet is the servlet on which Qwicap (Quick Web Interface for Conventional Applications) is built.
QwicapServlet() - Constructor for class edu.utexas.its.eis.tools.qwicap.servlet.QwicapServlet
 
QwicapSessionDeathException - Exception in edu.utexas.its.eis.tools.qwicap.servlet
QwicapSessionDeathException is thrown when a Qwicap application must quit.
qwicapShouldDiscardThisSession() - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.Auth2SchemeReply
Returns true to inform Qwicap to halt and discard the current session.
qwicapShouldRetainThisAuth2SchemeInstance() - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.Auth2Scheme
Returns true to inform the servlet that this Auth2Scheme instance should be retained as part of the current user's session state, and should be used to evaluate the next hit received from this user.
qwicapUnblocked(BlockingDescription, Object) - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.QwicapBlockingListener
Invoked just after Qwicap unblocks, but before it returns to your application's code.

R

Range - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Super-interface of a hierarchy of interfaces that provide for the classification, and manipulation, of the complete contents of any XML markup.
rangeEquals(Characters) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Range
Test this range of characters for equality with another set of characters.
redirect(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Redirects the client to the specified URL, and blocks until the user returns to this web application.
RedirectDescription - Class in edu.utexas.its.eis.tools.qwicap.servlet
Describes a "redirect" operation that will, or has, caused Qwicap to block.
rejectingWithFormData() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.PromptModifiers
Instructs Qwicap to embed the form control values submitted by the user into the relevant page when any of the Qwicap.rejectInput methods are invoked.
rejectingWithoutFormData() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.PromptModifiers
Instructs Qwicap not to embed the form control values submitted by the user into the relevant page when any of the Qwicap.rejectInput methods are invoked.
rejectInput(String, Object, boolean, String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Deprecated. Use Qwicap.rejectInput(String, Object, Object) instead, passing an XMLString if the error message is an XHTML fragment, or a String, if it is not XHTML.
rejectInput(String, Object, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Marks the form control that supplied the rejected input, inserts an error message immediately before the form, and sends the page containing the form back to the user for correction.
rejectInput(String[], Object[], Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Marks the form controls that supplied the rejected input, inserts an error message immediately before the form, and sends the page containing the form back to the user for correction.
rejectInput(Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Inserts an error message immediately before the form whose input was most recently submitted, and sends the page containing that form back to the user for correction.
remove() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.ResultsEnumerator
Deprecated.  
remove() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.DescendantEnumerator
 
removeBlockingListener(QwicapBlockingListener) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Removes a QwicapBlockingListener from the list of listeners that will be notified by this instance of Qwicap just before and after it blocks to wait for any user action.
removeSessionAttribute(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Context
If your web application is using session attributes, use this method to remove them, in order to avoid naming conflicts.
replace(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Replaces each XML element referenced by the matches in this Results object with the supplied material.
replace(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Removes this element from the markup, and inserts the supplied replacement object in its place.
replace(Match, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Replaces the specified material with other material.
reportException(Throwable) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Instructs Qwicap to insert an error message relating to the specified exception into the page next passed to either the prompt, or the goodbye, methods.
reportProblem(Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Instructs Qwicap to insert a problem report message into the page next passed to either the prompt, or the goodbye, methods.
reportProblem(Object, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Instructs Qwicap to insert a problem report message into the page next passed to either the prompt, or the goodbye, methods.
Results - Class in edu.utexas.its.eis.tools.qwicap.template.css
The Results class exists to store references to the XML markup elements selected by CSS2 pattern searches, as well as references to the markup elements affected by the various operations that modify XML markup, such as the insert, delete, and duplicate operations which Results supplies.
Results() - Constructor for class edu.utexas.its.eis.tools.qwicap.template.css.Results
Instantiates an empty Results object.
Results(Results) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.css.Results
Instantiates an empty Results object, which includes a reference to another "previous" Results object from which this Results object was, presumably, derived.
ResultsEnumerator - Class in edu.utexas.its.eis.tools.qwicap.template.css
Deprecated. The Match objects in a Results object can be accessed by using Results.iterator(), or by using the Results object as the subject of a "for-each" loop.
ResultsEnumerator(Results) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.css.ResultsEnumerator
Deprecated.  
rethrowIfThisPageWasAbandoned() - Method in exception edu.utexas.its.eis.tools.qwicap.servlet.QwicapAbandonmentException
Rethrows the QwicapPageAbandonedException if, and only if, the caller represents one of the pages that has been abandoned by the user.
rethrowIfThisPageWasAbandoned(Throwable) - Static method in exception edu.utexas.its.eis.tools.qwicap.servlet.QwicapAbandonmentException
Examines an arbitrary Throwable and all of its causes to determine if any of them were of type QwicapPageAbandonedException, and, if so, it rethrows the QwicapPageAbandonedException if, and only if, the caller represents one of the pages that has been abandoned by the user.
run() - Method in interface edu.utexas.its.eis.tools.qwicap.servlet.FilterRunnable
Implementations of this method may do whatever they want.
run(FilterRunnable) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSetFilterResponse
Instructs Qwicap to invoke the run method of the supplied object.

S

safeEquals(Object, Object) - Static method in class edu.utexas.its.eis.tools.qwicap.util.Null
Safely compares two objects for equality, where one, both, or none of the objects may be null.
search(MarkupEnumeration) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.CSSPatterns
Searches the markup supplied by a MarkupEnumeration object for elements that match any of the patterns represented by this object.
search(MarkupEnumeration, Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.CSSPatterns
Searches the markup supplied by a MarkupEnumeration object for elements that match any of the patterns represented by this object.
SessionID - Class in edu.utexas.its.eis.tools.qwicap.servlet
Created by IntelliJ IDEA.
setActionURL(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Sets the action URL of this data set.
setAttribute(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Sets the value of the specified attribute in all of the applicable XML elements referenced by the matches in this Results object.
setAttribute(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Replaces the value of an existing attribute, or creates a new attribute, in any markup element that is allowed to have attributes.
setAttribute(Match, String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Replaces the value of an existing attribute, or creates a new attribute, in any markup element that is allowed to have attributes.
setAttributes(Object...) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Sets the value of an arbitrary number of specified attributes in all of the applicable XML elements referenced by the matches in this Results object.
setCharacterSet(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Sets the character set in which the data set created by this form will be encoded.
setCharacterSet(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 
setCharacterSetName(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Sets the name of the character set to be used to encode the characters of this form data set.
setClass(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Sets the value of the "class" attribute of all of the applicable XML elements referenced by the matches in this Results object.
setClass(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Replaces any existing value of the "class" attribute of this markup element with the supplied space-separated list of class names.
setClass(Match, String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
 
setContent(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Sets the content of each XML element referenced by the matches in this Results object.
setContent(Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Replaces any existing contents of this markup element with the supplied material.
setContent(Match, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Replaces any existing contents of the specified markup element with the supplied material.
setContents(Object...) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Searches the content of each XML element referenced by the matches in this Results object using one or more CSS2 selector patterns, represented as String or a CSSPatterns object, then sets the content of the matching elements to the supplied value.
setControlEnable(String, boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Enables or disables the named control according to a boolean parameter.
setControlEnable(Match, boolean) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Enables or disables the specified control according to a boolean parameter.
setControlValue(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Sets the value of a form control, identified by name.
setControlValue(Match, Object) - Static method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Sets the value of a form control, identified by name.
setControlValues(Object...) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Sets the value of multiple form controls, as identified by the names of the parameters the controls will submit.
setData(String, Object...) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Adds control name/value(s) pairs to this form data set.
setDataSet(FormDataSet) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Takes the values of the supplied form data set, and writes them into this form, where applicable.
setEncoding(char, String) - Method in class edu.utexas.its.eis.tools.qwicap.util.HTMLEntityCodec
Sets the encoded form of the specified Unicode character.
setFinalSeparator(String) - Method in class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Sets the string that should be placed between the final two elements in the array or Collection.
setInputFilter(FormDataSetFilter) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Sets an object that will filter all input received from the client machine before Qwicap passes it along to the client application.
setMarkup(char[], int, int) - Method in exception edu.utexas.its.eis.tools.qwicap.template.xml.TagException
 
setMarkupName(String) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Assigns an arbitrary name to this body of markup.
setMethod(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Sets the name of the HTTP mechanism to be used to send this form data set to a server: "GET" or "POST".
setNoPromptPage(Page, boolean) - Method in exception edu.utexas.its.eis.tools.qwicap.servlet.QwicapAbandonmentException
 
setQuote(String) - Method in class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Sets the string that should be placed around elements that would benefit from being quoted.
setQuotes(String, String) - Method in class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Sets the strings that should be placed to the left and right of elements that would benefit from being quoted.
setQuotes(char, char) - Method in class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Sets the characters that should be placed to the left and right of elements that would benefit from being quoted.
setScriptsEnabled(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
This method is temporary and unsupported.
setSeparator(String) - Method in class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Sets the separator string to be placed between all elements except the final two (see setFinalSeparator).
setSessionAttribute(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Context
If your web application is using session attributes, use this method to set them, in order to avoid naming conflicts.
setUploadedFileLimits(int, long, String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
Specifies all the settings that affect the HTTP file upload functionality.
showPage(MutableMarkup) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
If you have a web page which has been constructed such that the user cannot possibly interact with it incorrectly, this method can be used to send that page to the client instead of prompt, and without implementing the "prompt pattern".
size() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns the number of matches in this Results object.
size() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.AttributeEnumeration
Returns the number of attributes that this enumeration represents.
size() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns the number of elements in this markup.
startsWith(Characters) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Compares the initial characters of this object with all the characters of another Characters object.
StartTag - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all classes representing start tags ("<p>") in XML documents.
subSequence(int, int) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Returns a Characters instance representing a subsequence of this object's characters.
substring(int) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Retrieves a substring of this object's characters, beginning with the character at the specified offset, and including all of the characters that follow it.
substring(int, int) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Retrieves a substring of this object's characters.

T

Tag - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all tags in XML documents.
TagException - Exception in edu.utexas.its.eis.tools.qwicap.template.xml
The base class for all of the exceptions relating to XML markup and its usage.
TagException(String) - Constructor for exception edu.utexas.its.eis.tools.qwicap.template.xml.TagException
 
TagException(Throwable) - Constructor for exception edu.utexas.its.eis.tools.qwicap.template.xml.TagException
 
TagWithAttributes - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all tags that can possess attributes (for example: "<p class='thing'>") in XML documents.
testBitsFromBytes() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.BitsJunit
 
testBitsToFromBytes() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.BitsJunit
 
testBitsToFromString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.BitsJunit
 
testSingleBit() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.BitsJunit
 
toEmptyString(Object) - Static method in class edu.utexas.its.eis.tools.qwicap.util.Null
Returns an empty (zero-length) String if passed null, otherwise it returns the object reference that was passed-in.
toForm() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns a Form object for examining and/or manipulating the first XHTML "form" element (and the controls within it) that is found in this Results object.
toForm() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns a Form object for examining and/or manipulating the XHTML "form" element (and the controls within it) that is referenced by the first match in this Results object.
toMarkup() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Creates a MutableMarkup object containing all of the XML elements (and any associated children) referenced by the matches in this Results object.
toNullString(Object) - Static method in class edu.utexas.its.eis.tools.qwicap.util.Null
Returns a string reading "null", if the supplied object reference is null.
toResults() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
Creates Results object containing a reference to this "form" element.
toResults() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Creates a Results object containing only this Match.
toSomeString(Object, String) - Static method in class edu.utexas.its.eis.tools.qwicap.util.Null
Returns the supplied NullSubstituteStr, if the object reference supplied in PotentiallyNullObject is null.
toString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.ContentType
The content type string passed to the constructor.
toString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.ContentTypeParameter
 
toString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Downloadable
Returns the unique, relative URI of this downloadable.
toString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Form
 
toString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormControlInfo
 
toString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns a human-readable representation of this data set.
toString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.PromptDescription
 
toString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.PromptModifiers
 
toString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.Qwicap
 
toString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.QwicapServlet
 
toString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.RedirectDescription
 
toString() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.CSSPatterns
Recreates the string representation of this CSS2 pattern list.
toString() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Returns a String representation of all of the XML elements (and any associated children) referenced by the matches in this Results object.
toString() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
 
toString() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Returns a String representing all the markup stored in this object.
toString() - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns a String containing the XML markup for the element referenced by this Match.
toString(boolean) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Returns a String containing the XML markup for the element referenced by this Match, optionally including any child elements, and the terminating "end" tag, if any.
toString() - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Range
Returns a String representation of this range of characters.
toString() - Method in class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Returns a String representation of the array or Collection object passed to the constructor.
toString() - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Returns the String representation of the characters represented by this Characters object.
toWWWFormURLEncodedBytes() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns this data set represented as a byte array in "application/x-www-form-urlencoded" format.
toWWWFormURLEncodedBytes(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns this data set represented as a byte array in "application/x-www-form-urlencoded" format.
toWWWFormURLEncodedBytes(String, char) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns this data set represented as a byte array in "application/x-www-form-urlencoded" format.
toWWWFormURLEncodedString() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns this data set represented as a String in "application/x-www-form-urlencoded" format.
toWWWFormURLEncodedString(String) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns this data set represented as a String in "application/x-www-form-urlencoded" format.
toWWWFormURLEncodedString(String, char) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.FormDataSet
Returns this data set represented as a String in "application/x-www-form-urlencoded" format.
trim() - Method in class edu.utexas.its.eis.tools.qwicap.util.ArrayToString
Causes the whitespace at the beginning or end of each element in the array or Collection to be trimmed away.

U

updateAttribute(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Sets the value of the specified attribute in all of the applicable XML elements referenced by the matches in this Results object.
updateAttribute(String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Replaces the value of an existing attribute, but never creates a new attribute, in any markup element that is allowed to have attributes.
updateAttribute(Match, String, Object) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.mutable.MutableMarkup
Replaces the value of an existing attribute, but never creates a new attribute, in any markup element that is allowed to have attributes.
usingPage(MutableMarkup) - Method in class edu.utexas.its.eis.tools.qwicap.servlet.PromptModifiers
Prompts the user with the specified page, in a manner consistent with the previously specified modifiers.

V

Value - Variable in class edu.utexas.its.eis.tools.qwicap.servlet.ContentTypeParameter
The value of the parameter, decoded if necessary.
valueEquals(Characters) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Attribute
Tests the value of this attribute for equality with the specified characters.
valueIncludes(Characters) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Attribute
Assumes that the value of this attribute is a whitespace-separated list of values, and determines whether the specified value is present in that list of values.
valueOf(String) - Static method in enum edu.utexas.its.eis.tools.qwicap.servlet.BlockingOperation
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.utexas.its.eis.tools.qwicap.servlet.BlockingOperation
Returns an array containing the constants of this enum type, in the order they are declared.
valueStartsWith(Characters) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Attribute
Assumes that the value of this attribute, and the supplied set of characters, are both hyphen ('-') separated lists of values, and determines whether the specified set of values matches the values at the start of this attribute's list.
Version - Class in edu.utexas.its.eis.tools.qwicap
Provides this library's version information, which is "1.4b26 [449] of 27-Apr-2011".

W

Whitespace - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all sections of whitespace in XML documents.
withFormData() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.PromptModifiers
Instructs Qwicap to embed the form control values submitted by the user into the relevant page before it is sent to the client.
withoutFormData() - Method in class edu.utexas.its.eis.tools.qwicap.servlet.PromptModifiers
Instructs Qwicap not to embed the form control values submitted by the user into the relevant page.
write(PrintWriter) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.ImmutableMarkup
 
write(PrintWriter) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Markup
Writes all of the markup stored in this object to a PrintWriter.
write(PrintWriter) - Method in class edu.utexas.its.eis.tools.qwicap.template.xml.Match
Writes-out the XML markup element referenced by this Match object, including all child elements, and the terminating "end" tag, if any.
write(PrintWriter) - Method in interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Range
Write this range of characters to the specified PrintWriter.
write(Writer) - Method in class edu.utexas.its.eis.tools.qwicap.util.Characters
Writes the characters of this object to the specified Writer.

X

XMLDeclaration - Interface in edu.utexas.its.eis.tools.qwicap.template.xml.structure
Common interface of all classes representing XML declarations ("<?xml version="1.0" encoding="UTF-8"?>") in XML documents.
XMLDocument - Class in edu.utexas.its.eis.tools.qwicap.template.xml.immutable
XMLDocument creates a body of immutable markup from the XML document specified by a File or URL object, or, at a lower level, any InputStream or Reader object.
XMLDocument(File) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLDocument
Reads an XML document from a file.
XMLDocument(File, String) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLDocument
Reads an XML document from a file.
XMLDocument(URL) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLDocument
Reads an XML document from a URL.
XMLDocument(URLConnection) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLDocument
Reads an XML document from a URLConnection.
XMLDocument(InputStream, long) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLDocument
Reads an XML document from an InputStream.
XMLDocument(InputStream, long, String) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLDocument
Reads an XML document from an InputStream.
XMLDocument(Reader, long) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLDocument
Reads an XML document from a Reader.
XMLDocument(Reader, long, String) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLDocument
Reads an XML document from a Reader.
XMLString - Class in edu.utexas.its.eis.tools.qwicap.template.xml.immutable
XMLString creates a body of immutable markup from any String containing XML markup, provided that the string is well-formed, in the sense that for every "start" tag there is a corresponding "end" tag.
XMLString(Object) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLString
Creates a body of immutable markup from any object whose toString method will produce a String of XML markup, whether that string is a well-formed fragment, or an entire XML document.
XMLString(String) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLString
Creates a body of immutable markup from any String of XML markup, whether that string is a well-formed fragment, or an entire XML document.
XMLString(Object, boolean) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLString
Creates a body of immutable markup from any object whose toString method will produce a String of XML markup, whether that string is a well-formed fragment, or an entire XML document.
XMLString(String, boolean) - Constructor for class edu.utexas.its.eis.tools.qwicap.template.xml.immutable.XMLString
Creates a body of immutable markup from any String of XML markup, whether that string is a well-formed fragment, or an entire XML document.
xor() - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Creates a new Results object containing all of the matches that are not common to this Results object and the previous Results object (as returned by Results.pop()).
xor(Results) - Method in class edu.utexas.its.eis.tools.qwicap.template.css.Results
Creates a new Results object containing all of the matches that are not common to this and the supplied Results object, "B".

A B C D E F G H I K L M N O P Q R S T U V W X