- data() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.change.TextualInfo
-
- DBLCLICK - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- dblclick - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMouseEvent
-
- debugStream - Variable in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserTokenManager
-
Debug output.
- decoratedElement - Variable in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMElementDecorator
-
- decoratedNode - Variable in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- DEFAULT - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
Lexical state.
- DEFAULT_CONFIGURATION_PATH - Static variable in class org.oxpath.browserinstaller.BrowserInstallerApp
-
- DEFAULT_CONFIGURATION_PATH - Static variable in class uk.ac.ox.cs.diadem.webapi.WebBrowserBuilder
-
- DEFAULT_LOG4J_CONFIG - Static variable in class org.oxpath.browserinstaller.BrowserInstallerApp
-
- DEFAULT_LOG4J_CONFIG - Static variable in class uk.ac.ox.cs.diadem.oxpath.cli.OXPathCLI
-
- DEFAULT_WRAPPER_ID - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.ACustomOutputHandler
-
- deinit() - Method in interface uk.ac.ox.cs.diadem.oxpath.output.IInitializable
-
- delegate() - Method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointerRankingOnSet
-
- deleteRule(int) - Method in interface uk.ac.ox.cs.diadem.webapi.css.CSSStyleSheet
-
Removes the rule in the given position.This will trigger all references to
CSSStyleRule
to be stale,
- deleteRule(CSSStyleRule) - Method in interface uk.ac.ox.cs.diadem.webapi.css.CSSStyleSheet
-
- DELIMETER_DEFAULT - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.hierarchy.csv.HierarchyCSVOutputHandler
-
- DELIMETER_DEFAULT - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.recstream.csv.RecStreamCSVOutputHandler
-
- DESCENDANT - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- DESCENDANTORSELF - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- DescendantOrSelfShort() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- DESCENDENT_OR_SELF_SHORT - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- DEST_HOME_RELPATH - Static variable in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- DEST_RELPATH - Static variable in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- DEST_USER_HOME_REL_RELPATH - Static variable in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- detach() - Method in interface uk.ac.ox.cs.diadem.webapi.css.StyledOverlay
-
It removes all the nodes created and restores the original DOM
- detectedChanges() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ModificationReport
-
- detectListBelow(DOMTypeableElement, Set<DOMMutationRecord>) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationDetectionUtils
-
- DialogsService - Interface in uk.ac.ox.cs.diadem.webapi
-
It represents service that allows handling browser dialogs such as JavaScript alert, confirmation, prompt, error
dialogs and other.
- Diff(diff_match_patch.Operation, String) - Constructor for class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch.Diff
-
Constructor.
- diff_bisect(String, String, long) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Find the 'middle snake' of a diff, split the problem in two
and return the recursively constructed diff.
- diff_charsToLines(LinkedList<diff_match_patch.Diff>, List<String>) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Rehydrate the text in a diff from a string of line hashes to real lines of
text.
- diff_cleanupEfficiency(LinkedList<diff_match_patch.Diff>) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Reduce the number of edits by eliminating operationally trivial equalities.
- diff_cleanupMerge(LinkedList<diff_match_patch.Diff>) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Reorder and merge like edit sections.
- diff_cleanupSemantic(LinkedList<diff_match_patch.Diff>) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Reduce the number of edits by eliminating semantically trivial equalities.
- diff_cleanupSemanticLossless(LinkedList<diff_match_patch.Diff>) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Look for single edits surrounded on both sides by equalities
which can be shifted sideways to align the edit to a word boundary.
- diff_commonOverlap(String, String) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Determine if the suffix of one string is the prefix of another.
- diff_commonPrefix(String, String) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Determine the common prefix of two strings
- diff_commonSuffix(String, String) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Determine the common suffix of two strings
- Diff_EditCost - Variable in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Cost of an empty edit operation in terms of edit characters.
- diff_fromDelta(String, String) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Given the original text1, and an encoded string which describes the
operations required to transform text1 into text2, compute the full diff.
- diff_halfMatch(String, String) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Do the two texts share a substring which is at least half the length of
the longer text?
This speedup can produce non-minimal diffs.
- diff_levenshtein(LinkedList<diff_match_patch.Diff>) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Compute the Levenshtein distance; the number of inserted, deleted or
substituted characters.
- diff_linesToChars(String, String) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Split two texts into a list of strings.
- diff_main(String, String) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Find the differences between two texts.
- diff_main(String, String, boolean) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Find the differences between two texts.
- diff_match_patch - Class in uk.ac.ox.cs.diadem.webapi.utils
-
Class containing the diff, match and patch methods.
- diff_match_patch() - Constructor for class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
- diff_match_patch.Diff - Class in uk.ac.ox.cs.diadem.webapi.utils
-
Class representing one diff operation.
- diff_match_patch.LinesToCharsResult - Class in uk.ac.ox.cs.diadem.webapi.utils
-
Internal class for returning results from diff_linesToChars().
- diff_match_patch.Operation - Enum in uk.ac.ox.cs.diadem.webapi.utils
-
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
Diff(Operation.EQUAL, " world.")}
which means: delete "Hello", add "Goodbye" and keep " world."
- diff_match_patch.Patch - Class in uk.ac.ox.cs.diadem.webapi.utils
-
Class representing one patch operation.
- diff_prettyHtml(LinkedList<diff_match_patch.Diff>) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Convert a Diff list into a pretty HTML report.
- diff_text1(LinkedList<diff_match_patch.Diff>) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Compute and return the source text (all equalities and deletions).
- diff_text2(LinkedList<diff_match_patch.Diff>) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Compute and return the destination text (all equalities and insertions).
- Diff_Timeout - Variable in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Number of seconds to map a diff before giving up (0 for infinity).
- diff_toDelta(LinkedList<diff_match_patch.Diff>) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
Crush the diff into an encoded string which describes the operations
required to transform text1 into text2.
- diff_xIndex(LinkedList<diff_match_patch.Diff>, int) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch
-
loc is a location in text1, compute and return the equivalent location in
text2.
- differenceTypeIfAny(SimplePageState) - Method in interface uk.ac.ox.cs.diadem.webapi.pagestate.SimplePageState
-
- diffs - Variable in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch.Patch
-
- DIGIT - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- Digits() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- DIGITS - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- disable() - Method in interface uk.ac.ox.cs.diadem.webapi.css.CSSStyleSheet
-
Disables the stylesheet
- disable_tracing() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
Disable tracing.
- disableCache() - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathFinderByCanonical
-
- disableCache() - Static method in class uk.ac.ox.cs.diadem.webapi.utils.XPathUtil
-
- DISABLED_CONTENT_TYPE_RELPATH - Static variable in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- DISABLED_CONTENT_TYPES_PATH - Static variable in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- DISABLED_THIRDPARTY_CONTENT_TYPE_RELPATH - Static variable in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- DISABLED_THIRDPARTY_CONTENT_TYPES_PATH - Static variable in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- disabledElement() - Method in enum uk.ac.ox.cs.diadem.webapi.interaction.impl.StatusExecution
-
- disconnect() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.DOMMutationObserver
-
Stops the MutationObserver instance from receiving notifications of DOM mutations.
- DISPLAY_NUMBER_PATH - Static variable in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- DISPLAY_SIZE_FILE_RELPATH - Static variable in class uk.ac.ox.cs.diadem.webapi.configuration.PlatformConfiguration
-
- DIV - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- divideScores(int) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointerRanking
-
Creates a new ranking with divided scores.
- divideScores(int) - Method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointerRankingOnSet
-
- DOC_BEGIN - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- DOCUMENT_POSITION_CONTAINED_BY - Static variable in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Document position constants
- DOCUMENT_POSITION_CONTAINS - Static variable in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Document position constants
- DOCUMENT_POSITION_DISCONNECTED - Static variable in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Document position constants
- DOCUMENT_POSITION_FOLLOWING - Static variable in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Document position constants
- DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - Static variable in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Document position constants
- DOCUMENT_POSITION_PRECEDING - Static variable in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Document position constants
- doit - Variable in class uk.ac.ox.cs.diadem.webapi.listener.LocationEvent
-
A flag indicating whether the location loading should be allowed.
- doJustAfterLastOutput() - Method in class uk.ac.ox.cs.diadem.oxpath.output.AAdvancedCustomOutputHandler
-
- doJustBeforeFirstOutput() - Method in class uk.ac.ox.cs.diadem.oxpath.output.AAdvancedCustomOutputHandler
-
- DOLLAR - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- DOLLAR_URL - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- DOMAttrModified - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMutationEvent
-
- DOMBoundingClientRect - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMCharacterDataModified - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMutationEvent
-
- DOMCSS2Properties - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMCSS2Properties.CssProp - Enum in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMCSS2Properties.CssProperty - Enum in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMCSSStyleDeclaration - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
Partial wrapping implementation of http://www.w3.org/TR/2000/REC-DOM-Level-2-Style
-20001113/css.html#CSS-CSSStyleDeclaration
- DOMDocument - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
Wrapping interface for http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Document.html
- DOMDocument.CRITERIA - Enum in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMDocumentType - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMDOMException - Exception in uk.ac.ox.cs.diadem.webapi.dom.xpath
-
In general, DOM methods return specific error values in ordinary processing
situations, such as out-of-bound errors.
- DOMDOMException(int, String) - Constructor for exception uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMDOMException
-
- DOMElement - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
Wrapping interface for http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Element.html
- DOMElementDecorator - Class in uk.ac.ox.cs.diadem.webapi.dom.utils
-
- DOMElementDecorator(DOMElement) - Constructor for class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMElementDecorator
-
Constructs a new decorator for the DOMElement given as input
- DOmElementOnJS - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMEvent - Enum in uk.ac.ox.cs.diadem.oxpath.utils
-
DOM Events for controlling input into the OXPathWebAccessNode.fireEvent(event)
method by enumeration of each
of the DOM 3 Events to fire.
- DOMEvent - Interface in uk.ac.ox.cs.diadem.webapi.dom.event
-
The DOMEvent interface is the primary datatype for allElements events in the Document
Object Model.
- DOMEventListener - Interface in uk.ac.ox.cs.diadem.webapi.dom.event
-
The DOMEventListener interface is a callback interface for listening to
events in the Document Object Model.
- DOMEventTarget - Interface in uk.ac.ox.cs.diadem.webapi.dom.event
-
The DOMEventTarget interface is the interface implemented by allElements event
targets in the Document Object Model.
- DOMFocusEvent - Interface in uk.ac.ox.cs.diadem.webapi.dom.event
-
- DOMHTMLForm - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMHTMLInputElement - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-HTML/
- DOMHTMLOptionElement - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMHTMLOptionsCollection - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMHTMLSelect - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMHTMLTextAreaElement - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
Partially implemented.
- DOMKeyboardEvent - Interface in uk.ac.ox.cs.diadem.webapi.dom.event
-
- DOMKeyboardEvent.Key - Enum in uk.ac.ox.cs.diadem.webapi.dom.event
-
- DOMLookup - Interface in uk.ac.ox.cs.diadem.oxpath.core.domlookup
-
These interface specifies classes that compensate for an issue (observed in Mozilla), where DOM references perpetuate
after new pages are loaded and the old page is revisited by invoking browser.back()
.
- DOMLookupByRobustXPath - Class in uk.ac.ox.cs.diadem.oxpath.core.domlookup
-
- DOMLookupByRobustXPath(WebBrowser, boolean) - Constructor for class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByRobustXPath
-
- DOMLookupByRobustXPath(WebBrowser) - Constructor for class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByRobustXPath
-
- DOMLookupByUniqueXPath - Class in uk.ac.ox.cs.diadem.oxpath.core.domlookup
-
- DOMLookupByUniqueXPath(WebBrowser, boolean) - Constructor for class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByUniqueXPath
-
- DOMLookupByUniqueXPath(WebBrowser) - Constructor for class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByUniqueXPath
-
- DOMLookupDocumentPosition - Class in uk.ac.ox.cs.diadem.oxpath.core.domlookup
-
- DOMLookupDocumentPosition(boolean) - Constructor for class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupDocumentPosition
-
Deprecated.
empty constructor
- DOMMouseEvent - Interface in uk.ac.ox.cs.diadem.webapi.dom.event
-
http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-MouseEvent
- DOMMutationEvent - Interface in uk.ac.ox.cs.diadem.webapi.dom.event
-
- DOMMutationObserver - Interface in uk.ac.ox.cs.diadem.webapi.dom.mutation
-
See https://developer.mozilla.org/en-US/docs/DOM/MutationObserver
- DOMMutationObserver.MutationObserverOptions - Interface in uk.ac.ox.cs.diadem.webapi.dom.mutation
-
- DOMMutationRecord - Interface in uk.ac.ox.cs.diadem.webapi.dom.mutation
-
- DOMMutationRecord.MutationType - Enum in uk.ac.ox.cs.diadem.webapi.dom.mutation
-
- DOMNamedNodeMap<N extends DOMNode> - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
wrapping interface for
http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/NamedNodeMap.html
- DOMNode - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMNode.Type - Enum in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMNodeDecorator - Class in uk.ac.ox.cs.diadem.webapi.dom.utils
-
- DOMNodeDecorator(DOMNode) - Constructor for class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- DOMNodeFinderService - Class in uk.ac.ox.cs.diadem.webapi.dom.finder
-
Utility class
- DOMNodeFinderService.Score - Enum in uk.ac.ox.cs.diadem.webapi.dom.finder
-
- DOMNodeInserted - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMutationEvent
-
- DOMNodeList - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMNodeRemoved - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMutationEvent
-
- DOMNodeSelector - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
The DOMNodeSelector interface is an interface for getting nodes that match a
given CSS selector.
- DOMNodeUtils - Class in uk.ac.ox.cs.diadem.webapi.dom.finder
-
A collection of DOM helpers, such as the lowest common ancestor computation.
- DOMNodeUtils() - Constructor for class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeUtils
-
- DOMPROPERTY - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- DOMRange - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Traversal-Range/
- DOMSubtreeModified - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMutationEvent
-
- DOMTypeableElement - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMUIEvent - Interface in uk.ac.ox.cs.diadem.webapi.dom.event
-
- DOMVisitor - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
Interface for a DOM tree visitor.
- DOMWindow - Interface in uk.ac.ox.cs.diadem.oxpath.utils
-
- DOMWindow - Interface in uk.ac.ox.cs.diadem.webapi.dom
-
- DOMXPathEvaluator - Interface in uk.ac.ox.cs.diadem.webapi.dom.xpath
-
Provides XPath functionalities (http://www.w3.org/TR/DOM-Level-3-XPath/) For examples,
https://developer.mozilla.org/en/Introduction_to_using_XPath_in_JavaScript,
http://www.wrox.com/WileyCDA/Section/id-291861.html, and http://xqilla.sourceforge
.net/docs/dom3-api/classxercesc_1_1DOMXPathEvaluator.html
- DOMXPathException - Exception in uk.ac.ox.cs.diadem.webapi.dom.xpath
-
- DOMXPathException(int, String) - Constructor for exception uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathException
-
- DOMXPathExpression - Interface in uk.ac.ox.cs.diadem.webapi.dom.xpath
-
- DOMXPathNSResolver - Interface in uk.ac.ox.cs.diadem.webapi.dom.xpath
-
- DOMXPathResult - Interface in uk.ac.ox.cs.diadem.webapi.dom.xpath
-
- Done() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Reset buffer when finished.
- doNotLoadAnyThirdPartyContent() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Shortcut for #setDisabledThirdPartyContentTypes(WebBrowser.ContentType.values())
- doQuery(String, String, WebBrowser) - Static method in class uk.ac.ox.cs.diadem.webapi.utils.XPathUtil
-
Executes the given query and returns the textual representation of the result (not useful to retrieve nodes)
- DOUBLE_QUOTE_CHAR - Static variable in class uk.ac.ox.cs.diadem.util.misc.EscapingUtils
-
- DOUBLE_QUOTE_STRING_PATH - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- DOWNLOAD_DIR_RELPATH - Static variable in class uk.ac.ox.cs.diadem.webapi.configuration.PlatformConfiguration
-
- downloadFile(URL, File) - Method in class org.oxpath.browserinstaller.FileManager
-
- downloadFile(URL, File, int, int) - Method in class org.oxpath.browserinstaller.FileManager
-
- dump(String) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.SimpleNode
-
- DumpTreeVisitor - Class in uk.ac.ox.cs.diadem.oxpath.utils
-
Simple visitor implementation to print out OXPath expressions into String
objects that are encoded as AST
trees.
- DumpTreeVisitor(StringBuilder) - Constructor for class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Empty constructor
- elementByPosition(int, int) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMDocument
-
Returns the element from the document whose elementFromPoint method is being called which is the topmost element
which lies under the given point.
- elementName(DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.FinderUtils
-
- EMPTY_RECORD_FILTER - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.recstream.RecStreamOutputHandler
-
- EMPTY_ROW_FILTER - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.relation.RelationOutputHandler
-
- EMPTYRESULT - Static variable in class uk.ac.ox.cs.diadem.oxpath.model.OXPathType
-
premade object that returns empty output
- enable() - Method in interface uk.ac.ox.cs.diadem.webapi.css.CSSStyleSheet
-
Enables the stylesheet
- ENABLE_PLUGINS_PATH - Static variable in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- enable_tracing() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
Enable tracing.
- enableCache() - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathFinderByCanonical
-
- enableCache() - Static method in class uk.ac.ox.cs.diadem.webapi.utils.XPathUtil
-
- enableOXPathOptimization(boolean) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser.Options
-
This should be used only when the browser is used for OXPath.
- enableSilentPromptService(boolean) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.AbstractWebBrowser
-
- enableSilentPromptService(boolean) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
if enabled, blocks allElements javascript alerts and popups.
- enableSilentPromptService(boolean) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
if enabled, blocks allElements javascript alerts and popups.
- encaseXpathString(String) - Static method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
- END_EXTRACT_MARK - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- END_URL - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- END_URL_IN_PATH - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- endColumn - Variable in class uk.ac.ox.cs.diadem.oxpath.parse.Token
-
The column number of the last character of this Token.
- endElement(DOMNode) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMVisitor
-
Called after visiting allElements node's descendant
- endExtraction() - Method in interface uk.ac.ox.cs.diadem.oxpath.core.extraction.Extractor
-
Signals end of extraction
- endExtraction() - Method in class uk.ac.ox.cs.diadem.oxpath.core.extraction.NewSimpleExtractor
-
Signals end of extraction
- endExtraction() - Method in class uk.ac.ox.cs.diadem.oxpath.core.extraction.SimpleExtractor
-
Deprecated.
Signals end of extraction
- ENDLINE - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- endLine - Variable in class uk.ac.ox.cs.diadem.oxpath.parse.Token
-
The line number of the last character of this Token.
- endTrace(String) - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.AdviceProcessor
-
- endTrace(String) - Method in class uk.ac.ox.cs.diadem.webapi.interaction.impl.WebAdviceProcessor
-
- EngineOptions() - Constructor for class uk.ac.ox.cs.diadem.oxpath.core.OXPath.EngineOptions
-
- ENTERFRAME - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- ENTERSIGNAL - Static variable in class uk.ac.ox.cs.diadem.oxpath.core.ActionEngine
-
Constant encoding carriage return character
- EOF - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
End of File.
- eol - Variable in exception uk.ac.ox.cs.diadem.oxpath.parse.ParseException
-
The end of line string for this machine.
- EqualityExprOp - Enum in uk.ac.ox.cs.diadem.oxpath.model.language.operators
-
Enum encoding realtional operators in OXPath
- equals(Object) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState
-
Overridden to only treat position
and last
as the only components of equality in order for the
memoization to work correctly for the PAATStateEvalIterate
class.
- equals(Object) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATStateEvalIterative
-
- equals(Object) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
- equals(Object) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNodeConstructed
-
- equals(Object) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathExtractionNode
-
Generated equals(Object)
override for object equality
- EQUALS - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- equals(Object) - Method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointerImpl
-
- equals(Object) - Method in class uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationDetectionUtils.MyTriple
-
- equals(Object) - Method in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch.Diff
-
Is this Diff equivalent to another Diff?
- EQUALS_DEFAULT - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- EQUALS_URL - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- ESCAPE_CHAR_DEFAULT - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.hierarchy.csv.HierarchyCSVOutputHandler
-
- ESCAPE_CHAR_DEFAULT - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.hierarchy.jdbc.HierarchyJDBCOutputHandler
-
- ESCAPE_CHAR_DEFAULT - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.recstream.csv.RecStreamCSVOutputHandler
-
- ESCAPE_CHAR_DEFAULT - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.recstream.jdbc.RecStreamJDBCOutputHandler
-
- EscapingUtils - Class in uk.ac.ox.cs.diadem.util.misc
-
A collection of methods for escaping especially useful for dlv
- eval_(DOMNode, Node, PAATStateEvalIterative) - Method in interface uk.ac.ox.cs.diadem.oxpath.core.PAATEval_
-
Need to call this method to check children so that memoization is applied
- evaluate(File, WebBrowserBuilder, IAbstractOutputHandler) - Method in enum uk.ac.ox.cs.diadem.oxpath.core.OXPath
-
Evaluates a query contained in a
File
(in the UTF8 encoding) , using the given
WebBrowser
.
- evaluate(File, WebBrowser, IAbstractOutputHandler) - Method in enum uk.ac.ox.cs.diadem.oxpath.core.OXPath
-
Evaluates a query contained in a
File
(in the UTF8 encoding) , using the given
WebBrowser
.
- evaluate(Reader, WebBrowserBuilder, IAbstractOutputHandler) - Method in enum uk.ac.ox.cs.diadem.oxpath.core.OXPath
-
- evaluate(Reader, WebBrowser, IAbstractOutputHandler) - Method in enum uk.ac.ox.cs.diadem.oxpath.core.OXPath
-
- evaluate(String, WebBrowserBuilder, IAbstractOutputHandler) - Method in enum uk.ac.ox.cs.diadem.oxpath.core.OXPath
-
- evaluate(String, WebBrowser, IAbstractOutputHandler) - Method in enum uk.ac.ox.cs.diadem.oxpath.core.OXPath
-
Evaluates a query provided as string, using the given
WebBrowser
.
- evaluate(ArrayList<OXPathType>, PAATStateEvalSet) - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.functions.XPathFunction
-
Evaluates the function (by PAAT with a list of arguments).
- evaluate(OXPathType, OXPathType) - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.operators.BinaryOperator
-
evaluates input by the operation and returns the result
- evaluate(OXPathType) - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.operators.UnaryOperator
-
evaluates input by the operation and returns the result
- evaluate(OXPathContextNode, NodeTest) - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathAxis
-
evaluates the context node with the step using this axis and nodetest
- evaluate(OXPathContextNode, Axis) - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathNodeTest
-
evaluates the context node with the step using this axis and nodetest
- evaluate(String) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
Returns the result, if any, of executing the specified java script.
- evaluate(String, DOMNode, DOMXPathNSResolver, short, Object) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathEvaluator
-
- evaluate(DOMNode, short, Object) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathExpression
-
- evaluate(String) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
Returns the result, if any, of executing the specified java script.
- evaluateBulk(DOMNode, String, Set<String>) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathEvaluator
-
- evaluateIterative(OXPathContextNode, OXPathType) - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.Selector
-
evaluates input by the operation and returns the result; call this method when no position() or
last() node tests occur inside subsequent predicates (or this one) in this list.
- evaluateIterative(OXPathContextNode) - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.SelectorPredicate
-
evaluates input by the operation and returns the result; call this method when no position() or
last() node tests occur inside subsequent predicates (or this one) in this list.
- evaluateSet(IOXPathNodeList, OXPathType) - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.Selector
-
evaluates input by the operation and returns the result; call this method when position() or
last() node tests occur inside subsequent predicates (or this one) in this list.
- evaluateSet(IOXPathNodeList) - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.SelectorPredicate
-
evaluates input by the operation and returns the result; call this method when position() or
last() node tests occur inside subsequent predicates (or this one) in this list.
- evaluateWithBrowserBuilder(Node, WebBrowserBuilder, IAbstractOutputHandler) - Method in enum uk.ac.ox.cs.diadem.oxpath.core.OXPath
-
- EVENT_TYPE - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMFocusEvent
-
- EVENT_TYPE - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMKeyboardEvent
-
- EVENT_TYPE - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMouseEvent
-
- EVENT_TYPE - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMUIEvent
-
- EXCLAIMATION_URL - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- execute(ActionSpecification) - Method in class uk.ac.ox.cs.diadem.webapi.interaction.impl.WebDriverActionExecutor
-
- execute(ActionSpecification) - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.WebActionExecutor
-
- executeJavaScript(String, Object...) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- executeJavaScript(String) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
- executeJavaScript(String) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
- ExecutionStatus - Interface in uk.ac.ox.cs.diadem.webapi.interaction
-
- ExecutionStatus.Cause - Enum in uk.ac.ox.cs.diadem.webapi.interaction
-
- ExecutionStatus.Status - Enum in uk.ac.ox.cs.diadem.webapi.interaction
-
- ExpandBuff(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
- expectedClass(Class<?>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor.MyData
-
- expectedTokenSequences - Variable in exception uk.ac.ox.cs.diadem.oxpath.parse.ParseException
-
Each entry in this array is an array of integers.
- ExplicitAction - Class in uk.ac.ox.cs.diadem.oxpath.model.language
-
Class for explicit actions
- ExplicitAction(String) - Constructor for class uk.ac.ox.cs.diadem.oxpath.model.language.ExplicitAction
-
basic constructor
- Expression() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- extractNode(DOMNode, String, Integer) - Method in interface uk.ac.ox.cs.diadem.oxpath.core.extraction.Extractor
-
Allows the extraction of the node specified by the pair (context,label) and returns a unique identifier
(as an int
) that uniquely identifies this extraction marker.
- extractNode(DOMNode, String, Integer, String) - Method in interface uk.ac.ox.cs.diadem.oxpath.core.extraction.Extractor
-
Allows the extraction of the node specified by the pair (context,label) and returns a unique identifier
(as an int
) that uniquely identifies this extraction marker.
- extractNode(DOMNode, String, Integer) - Method in class uk.ac.ox.cs.diadem.oxpath.core.extraction.NewSimpleExtractor
-
Allows the extraction of the node specified by the pair (context,label) and returns a unique identifier
(as an int
) that uniquely identifies this extraction marker.
- extractNode(DOMNode, String, Integer, String) - Method in class uk.ac.ox.cs.diadem.oxpath.core.extraction.NewSimpleExtractor
-
Allows the extraction of the node specified by the pair (context,label) and returns a unique identifier
(as an int
) that uniquely identifies this extraction marker.
- extractNode(DOMNode, String, Integer) - Method in class uk.ac.ox.cs.diadem.oxpath.core.extraction.SimpleExtractor
-
Deprecated.
Allows the extraction of the node specified by the pair (context,label) and returns a unique identifier
(as an int
) that uniquely identifies this extraction marker.
- extractNode(DOMNode, String, Integer, String) - Method in class uk.ac.ox.cs.diadem.oxpath.core.extraction.SimpleExtractor
-
Deprecated.
Allows the extraction of the node specified by the pair (context,label) and returns a unique identifier
(as an int
) that uniquely identifies this extraction marker.
- Extractor - Interface in uk.ac.ox.cs.diadem.oxpath.core.extraction
-
Interface capturing the core methods for OXPath extraction
- generateParseException() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
Generate ParseException.
- GenericModification - Interface in uk.ac.ox.cs.diadem.webapi.interaction.change
-
- GenericModification.ModificationType - Enum in uk.ac.ox.cs.diadem.webapi.interaction.change
-
- GeoLocation(double, double) - Constructor for class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl.GeoLocation
-
- getAccept() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getAcceptCharset() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- getAccessKey() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getAccumulativeOutput() - Method in interface uk.ac.ox.cs.diadem.oxpath.output.IWithAccumulativeOutput
-
- getAccumulativeOutput() - Method in class uk.ac.ox.cs.diadem.oxpath.output.json.JsonOutputHandler
-
- getAccumulativeOutput() - Method in class uk.ac.ox.cs.diadem.oxpath.output.NodeOutputHandler
-
- getAccumulativeOutput() - Method in class uk.ac.ox.cs.diadem.oxpath.output.relation.RelationOutputHandler
-
- getAccumulativeOutput() - Method in class uk.ac.ox.cs.diadem.oxpath.output.xml.XMLOutputHandler
-
- getAction() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathActionPathCustom
-
- getAction() - Method in class uk.ac.ox.cs.diadem.oxpath.utils.ActionStackElement
-
- getAction() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- getActionDescription() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionSpecification
-
- getActionExecutionStatus() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionExecutionReport
-
- getActionExecutor() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
- getActionExecutor() - Method in interface uk.ac.ox.cs.diadem.webapi.MiniBrowser
-
Returns a WebActionExecutor if available for this implementation, or null otherwise
- getActionFreePrefix() - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState
-
Returns the action free prefix of current context
- getActionFreePrefixEnd() - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState
-
Returns the point in the AST where Action Free Navigation should end
- getActionKeyword(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.core.ActionKeywords
-
static method for selecting one of the ActionKeywords objects based on its value
- getActionType() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.Action
-
returns the type of action
- getActionType() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.ExplicitAction
-
returns the type of action
- getActionType() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.KeywordAction
-
returns the type of action
- getActionType() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.PositionAction
-
returns the type of action
- getActionType() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.URLAction
-
returns the type of action
- getActionType() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.VariableAction
-
returns the type of action
- getActionType() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionSpecification
-
- getAdvice(String) - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.AdviceProcessor
-
- getAdvice(String) - Method in class uk.ac.ox.cs.diadem.webapi.interaction.impl.WebAdviceProcessor
-
- getAdviceProcessor() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
- getAdviceProcessor() - Method in interface uk.ac.ox.cs.diadem.webapi.MiniBrowser
-
- getAlertPayload() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ModificationReport
-
- getAlign() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getAllowMultipleValuesPerAttribute() - Method in class uk.ac.ox.cs.diadem.oxpath.output.ACustomOutputHandler
-
- getAlt() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getAltKey() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMKeyboardEvent
-
- getAltKey() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMouseEvent
-
- getAppearedDisabledFields() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getAppearedEnabledFields() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getAppearedText() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getAtomicEditDistance(PageState) - Method in interface uk.ac.ox.cs.diadem.webapi.pagestate.PageState
-
Returns the edit distance in terms of fine-grained, atomic units such as characters.
- getAttribute(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMElement
-
Gets an attribute by name
- getAttribute(String) - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMElementDecorator
-
- getAttributeName() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.Selector
-
returns the attribute name corresponding to the selector
- getAttributes() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.RecStreamOutputHandler
-
- getAttributes() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
Be careful can return null TODO: Gio check it!
- getAttributes() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getAttributesAsRecord() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.RecStreamOutputHandler
-
- getAttributesSeenPerTuple() - Method in class uk.ac.ox.cs.diadem.oxpath.output.ACustomOutputHandler
-
- getAutoPosition() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Auto-position flag for positioning window on screen.
- getAxis() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.AbbreviatedStep
-
returns the axis associated with this step
- getAxis() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.AggregatedXPathStep
-
Returns the axis associated with the first step in the aggregation
- getAxis() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.OXPathStep
-
returns the axis associated with this step
- getAxis() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.Step
-
returns the axis associated with this step
- getBackNumber() - Method in class uk.ac.ox.cs.diadem.oxpath.utils.ActionStackElement
-
returns the number of back actions currently associated with this element
- getBeginColumn() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Get token beginning line number.
- getBinaryOperator() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTBinaryOpExprCustom
-
- getBooleanValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathResult
-
- getBottom() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMBoundingClientRect
-
- getBoundingClientRect() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMElement
-
Gets the
DOMBoundingClientRect
for the element, relative to the document, i.e., taking into account window
scrolling
- getBoundingClientRect() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMRange
-
- getBoundingClientRect() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMElementDecorator
-
- getBrowser() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getBrowser() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMWindow
-
Return the instance of the browser associated to this window
- getBrowser() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.AbstractWebBrowser
-
- getBrowser() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
- getBrowserDisplaySizeFileAbsolutePath() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.PlatformConfiguration
-
- getBrowserHeight() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- getBrowserHomeAbsolutePath() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.PlatformConfiguration
-
- getBrowserRunFileAbsolutePath() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.PlatformConfiguration
-
- getBrowserType() - Method in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- getBrowserWidth() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- getBrowserXvfbRunFileAbsolutePath() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.PlatformConfiguration
-
- getButton() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMouseEvent
-
The button number that was pressed when the mouse event was fired: Left
button=0, middle button=1 (if present), right button=2.
- getByOXPath(Step) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Returns the node by calling the getByXPath in the browser's XPath API.
- getByOXPath(AggregatedStep) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Returns the node by calling the getByXPath in the browser's XPath API.
- getByXPath(String, boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Returns the node by calling the getByXPath in HtmlUnit.
- getByXPath(String, boolean, boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Returns the node by calling the getByXPath in HtmlUnit.
- getByXPath(String) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Returns the node by calling the getByXPath in the browser's XPath API.
- getByXPath(String) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNodeConstructed
-
Evaluates XPath expression.
- getByXPathBulk(String, Set<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
- getCanNodePointer(DOMNode, String, DOMNodeFinderService.Score) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathFinderByCanonical
-
NOT IMPLEMENTED.
- getCanonicalPointer() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointerRanking
-
- getCanonicalPointer() - Method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointerRankingOnSet
-
- getCanonicalXPath(DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
Gets the absolute canonical XPath expression for a DOM node.
- getCanonicalXPath(DOMNode, DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
- getCanonicalXPath(DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathFinderByCanonical
-
Gets the absolute canonical XPath expression for a DOM node.
- getCanonicalXPath(DOMNode, DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathFinderByCanonical
-
Gets the scored XPath expression candidate for a DOM node.
- getCause() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ExecutionStatus
-
- getChangeOnFormInfo() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ModificationReport
-
- getChangesToWatch() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionSpecification
-
Internal use for easier testing
- getCharCode() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMKeyboardEvent
-
- getChecked() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getChildByName(Node, String) - Static method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- getChildNodes() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getChildNodes() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getChildTagName() - Method in class uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationDetectionUtils.MyTriple
-
- getClassAttributes() - Method in interface uk.ac.ox.cs.diadem.webapi.utils.JSUtils
-
- getClientX() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMouseEvent
-
- getClientY() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMouseEvent
-
- getCode() - Method in enum uk.ac.ox.cs.diadem.webapi.dom.event.DOMKeyboardEvent.Key
-
- getCode() - Method in exception uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMDOMException
-
- getCollectStatistics() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
"Collect statistics" attribute.
- getColumn() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Deprecated.
- getColumnNamePaths() - Method in class uk.ac.ox.cs.diadem.oxpath.output.relation.RelationModel
-
Get list of headers, each header is represented as a list of name components.
- getComparatorBasedOnDocumentPosition() - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
- getComparatorBasedOnStartEncoding() - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
- getComputedStyle() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMElement
-
Gets the computed style object
- getComputedStyle() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMElementDecorator
-
- getConfiguration() - Method in class uk.ac.ox.cs.diadem.util.configuration.ConfigurationObject
-
- getContentAsString() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMWindow
-
- getContentDOMWindow() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
Return the top-level dom window associated to this browser
- getContentDOMWindow() - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
Return the top-level dom window associated to this browser
- getContextNode() - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATStateEvalIterative
-
Returns context at c
- getContextSet() - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATStateEvalSet
-
Returns context at c.
- getContextualAttributes() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTSimpleOXPathStepPathCustom
-
- getCSSStyleSheet() - Method in interface uk.ac.ox.cs.diadem.webapi.css.StyledOverlay
-
- getCtrlKey() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMKeyboardEvent
-
- getCtrlKey() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMouseEvent
-
- getCurrentAction() - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATStateEvalSet
-
Returns the identifier for the current action being processed
- getCurrentExecutionStatus() - Method in class uk.ac.ox.cs.diadem.webapi.interaction.Reports.ActionExecutionReportBuilder
-
- getDefaultChecked() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getDefaultSelected() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLOptionElement
-
- getDefaultValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getDefaultValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLTextAreaElement
-
- getDestinationPath() - Method in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- getDifferences(PageState) - Method in interface uk.ac.ox.cs.diadem.webapi.pagestate.PageState
-
Returns a list of actual differences.
- getDimension() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMDocument
-
Get the current computed dimension for this document
- getDimension() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMWindow
-
- getDisabled() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getDisabled() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLOptionElement
-
- getDisabled() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- getDisabled() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLTextAreaElement
-
- getDisabledContentTypes() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Content types (see WebBrowser.ContentType) to be disabled.
- getDisabledFields() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getDisabledThirdPartyContentTypes() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Content types (see WebBrowser.ContentType) of third-party web pages to be disabled.
- getDisappearedFields() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getDisplayNumber() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Display number for the XVFB mode enabled.
- getDocument() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMWindow
-
- getDocument(boolean) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMWindow
-
Returns the document.
- getDocumentElement() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMDocument
-
Returns the document element
- getDOMElementByLocator(String) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.AbstractWebBrowser
-
- getDOMElementByLocator(String) - Method in interface uk.ac.ox.cs.diadem.webapi.MiniBrowser
-
It returns the DOMElement identified by the given xpath.
- getDOMProperty(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
returns the string value (calling toString()) of the specified property.
- getDownloadDirAbsolutePath() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.PlatformConfiguration
-
- getEditDistance(PageState) - Method in interface uk.ac.ox.cs.diadem.webapi.pagestate.PageState
-
Returns the edit distance in terms of nodes.
- getElementAncestor(DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeUtils
-
- getElementById(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMDocument
-
Retrieves an element by id
- getElements() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- getElementsByName(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMDocument
-
Retrieves the list of elements by name
- getElementsByTagName(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMDocument
-
Retrieves the list of elements by tagName
- getEnabledFields() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getEnablePlugins() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
"Enable plug-ins" flag.
- getEnclosingWindow() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMDocument
-
Returns the
DOMWindow
object associated with the document or null if none available.
- getEncoding() - Method in class uk.ac.ox.cs.diadem.oxpath.output.xml.XMLOutputHandler
-
- getEnctype() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- getEndColumn() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Get token end line number.
- getEndNodeLocator() - Method in interface uk.ac.ox.cs.diadem.webapi.css.StyledRangeNode
-
xpath locator for the end node of the range
- getEngine() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
- getEngine() - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
- getEntityIndexes() - Method in class uk.ac.ox.cs.diadem.oxpath.output.relation.RelationModel
-
- getErrorMessage() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionSpecification
-
- getExpected() - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor.MyData
-
- getExtractionMarker() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathExtractionMarkerCustom
-
- getField() - Method in class uk.ac.ox.cs.diadem.webapi.MiniBrowser.Advice
-
- getFieldsHavingNewOptions() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getFieldsHavingRemovedOptions() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getFieldswithCSSChange() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getFieldType(DOMNode) - Static method in class uk.ac.ox.cs.diadem.oxpath.core.ActionEngine
-
Returns a FieldType based on the HTML data of the node.
- getFirstChild() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getFirstChild() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getFirstNode(String, WebBrowser) - Static method in class uk.ac.ox.cs.diadem.webapi.utils.XPathUtil
-
Gets the first node returned by an xpath expression, or null if any
- getFirstNode(String, DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.utils.XPathUtil
-
- getFirstOutputTimeStamp() - Method in class uk.ac.ox.cs.diadem.oxpath.output.AAdvancedCustomOutputHandler
-
- getFirstStep() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.MyLocationPath
-
- getFormNodeLocalId() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ObservedInteraction
-
- getFormNodesToObserve() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ObservedInteraction
-
Maps PMNodeId --> DOMNOde
- getFreq() - Static method in class uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationDetectionUtils.MyTriple
-
- getFunction() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathFunctionCallCustom
-
- getGeoLocation() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Geolocation.
- getHeight() - Method in interface uk.ac.ox.cs.diadem.webapi.css.StyledOverlayBuilder.Rect
-
- getHeight() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMBoundingClientRect
-
- getHomePath() - Method in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- getId() - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathExtractionNode
-
Returns id
- getIDAttributes() - Method in interface uk.ac.ox.cs.diadem.webapi.utils.JSUtils
-
- getIdLabel() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.RecStreamOutputHandler
-
- getIFrameChanges() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ModificationReport
-
- GetImage() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Get token literal value.
- getImageSources() - Method in interface uk.ac.ox.cs.diadem.webapi.utils.JSUtils
-
- getInArcDirName() - Method in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- getIndex() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLOptionElement
-
- getInfoBox() - Method in interface uk.ac.ox.cs.diadem.webapi.css.StyledNode
-
The information to display as additional overlay.
- getInfoNode() - Method in interface uk.ac.ox.cs.diadem.webapi.css.StyledNode
-
- getInnerHTML() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMElement
-
Inner html
- getInnerHTML() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMElementDecorator
-
- getInstance(WebBrowser) - Static method in class uk.ac.ox.cs.diadem.webapi.interaction.impl.WebDriverActionExecutor
-
- getInvalidIteratorState() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathResult
-
- getJavaScriptTemplateFunctionCalls() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.JavaScriptConfiguration
-
- getJJTree(String) - Static method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
Returns JJTree of script
- getJJTreeFromReader(Reader) - Static method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- getJJTreeFromString(String) - Static method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- getKeyCode() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMKeyboardEvent
-
- getLabel() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.OXPathExtractionMarker
-
returns the label for the extraction marker
- getLabel() - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathExtractionNode
-
Returns label
- getLabel() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLOptionElement
-
- getLast() - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState
-
Returns last position of evaluated "parent" context within filter expression
- getLast() - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Gets the reference to the last marker
- getLastChild() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getLastChild() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getLastOutputTimeStamp() - Method in class uk.ac.ox.cs.diadem.oxpath.output.AAdvancedCustomOutputHandler
-
- getLastRecord() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.csv.RecStreamCSVOutputHandler
-
Get last received record
- getLastRecord() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.jdbc.RecStreamJDBCOutputHandler
-
Get last received record
- getLastRecord() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.RecStreamOutputHandler
-
Get last received record
- getLastRecordId() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.csv.RecStreamCSVOutputHandler
-
Get last received record's ID
- getLastRecordId() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.jdbc.RecStreamJDBCOutputHandler
-
Get last received record's ID
- getLastRecordId() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.RecStreamOutputHandler
-
Get last received record's ID
- getLastRow() - Method in class uk.ac.ox.cs.diadem.oxpath.output.relation.RelationModel
-
Get last received record
- getLastRowIds() - Method in class uk.ac.ox.cs.diadem.oxpath.output.relation.RelationModel
-
Get last received record's IDs
- getLastSimplePath() - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor.MyData
-
- getLatitude() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl.GeoLocation
-
- getLeft() - Method in interface uk.ac.ox.cs.diadem.webapi.css.StyledOverlayBuilder.Rect
-
- getLeft() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMBoundingClientRect
-
- getLength() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- getLength() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLOptionsCollection
-
- getLength() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- getLength() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNamedNodeMap
-
- getLength() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNodeList
-
- getLine() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Deprecated.
- getLinkHRefs() - Method in interface uk.ac.ox.cs.diadem.webapi.utils.JSUtils
-
- getLocalName() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getLocalName() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getLocationPath() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTSimpleOXPathStepPathCustom
-
- getLocationURL() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
Returns the URL of the resource that the web browser is currently displaying, or null if no navigation to any url
has been performed yet.
- getLocationURL() - Method in interface uk.ac.ox.cs.diadem.webapi.MiniBrowser
-
Returns the URL of the resource that the web browser is currently displaying, or null if no navigation to any url
has been performed yet.
- getLocationURLOfCurrentPage() - Method in interface uk.ac.ox.cs.diadem.webapi.pagestate.SimplePageState
-
- getLocator() - Method in interface uk.ac.ox.cs.diadem.webapi.css.StyledNode
-
The xpath locator for the node to overlay
- getLongitude() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl.GeoLocation
-
- getLowerBound() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathKleeneStarPathCustom
-
- getLowestCommonAncestor(Collection<DOMNode>) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeUtils
-
Gets the lowest common ancestor of a list of DOM nodes.
- getLowestCommonAncestor(DOMNode, DOMNode...) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeUtils
-
- getMajorPageContentInfo() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ModificationReport
-
- getMaxLength() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getMaxParameters() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.functions.XPathFunction
-
Returns the maximum number of parameters this function accepts
- getMaxParameters() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.functions.XPathFunctions
-
Returns the maximum number of parameters this function accepts
- getMessage() - Method in error uk.ac.ox.cs.diadem.oxpath.parse.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.change.AlertInfo
-
- getMetaKey() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMKeyboardEvent
-
- getMetaKey() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMouseEvent
-
- getMethod() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- getMinorPageChanges() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ModificationReport
-
- getMinParameters() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.functions.XPathFunction
-
Returns the minimum number of parameters this function accepts
- getMinParameters() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.functions.XPathFunctions
-
Returns the minimum number of parameters this function accepts
- getModificationReport() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionExecutionReport
-
- getMultiple() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- getMutationObserver() - Method in interface uk.ac.ox.cs.diadem.webapi.pagestate.SimplePageState
-
- getName() - Method in enum org.oxpath.browserinstaller.BrowserInstallerConfiguration.EArchiveType
-
- getName() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.functions.XPathFunction
-
Returns the function name (no parentheses)
- getName() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.functions.XPathFunctions
-
Returns the function name (no parentheses)
- getName() - Method in enum uk.ac.ox.cs.diadem.util.misc.BrowserType
-
- getName() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- getName() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getName() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- getName() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMWindow
-
- getNamedItem(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNamedNodeMap
-
- getNeighbourhood(int) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMElement
-
Returns elements appearing whithin the radius of this target elements.
- getNewDisabledFields() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getNewEnabledFields() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getNewPageInfo() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ModificationReport
-
- getNewValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.CSSMutationRecord
-
- getNextSibling() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getNextSibling() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getNextToken() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
Get the next Token.
- getNextToken() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserTokenManager
-
Get the next Token.
- getNode() - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Gets the object node
- getNode() - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNodeConstructed
-
Returns our implementation of the wrapped node.
- getNodeName() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getNodeName() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getNodeReference(OXPathContextNode) - Method in interface uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookup
-
- getNodeReference(OXPathContextNode) - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByRobustXPath
-
- getNodeReference(OXPathContextNode) - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByUniqueXPath
-
- getNodeReference(OXPathContextNode) - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupDocumentPosition
-
Deprecated.
- getNodeReferences(IOXPathNodeList) - Method in interface uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookup
-
Creates a list of references to nodes so that they can be found in a new document.
- getNodeReferences(IOXPathNodeList) - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByRobustXPath
-
Creates a list of references to nodes so that they can be found in a new document.
- getNodeReferences(IOXPathNodeList) - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByUniqueXPath
-
Creates a list of references to nodes so that they can be found in a new document.
- getNodeReferences(IOXPathNodeList) - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupDocumentPosition
-
Deprecated.
Creates a list of references to nodes so that they can be found in a new document
- getNodes(String, WebBrowser) - Static method in class uk.ac.ox.cs.diadem.webapi.utils.XPathUtil
-
Gets the first node returned by an xpath expression, or null if any
- getNodes(String, DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.utils.XPathUtil
-
Gets the first node returned by an xpath expression, or null if any
- getNodes(String, DOMNode, WebBrowser) - Static method in class uk.ac.ox.cs.diadem.webapi.utils.XPathUtil
-
- getNodes(Iterable<String>, WebBrowser) - Static method in class uk.ac.ox.cs.diadem.webapi.utils.XPathUtil
-
- getNodeTest() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.AbbreviatedStep
-
returns the nodetest associated with this step
- getNodeTest() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.AggregatedXPathStep
-
Returns the nodetest associated with the first step in the aggregation
- getNodeTest() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.OXPathStep
-
returns the nodetest associated with this step
- getNodeTest() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.Step
-
returns the node test associated with this step
- getNodeType() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getNodeType() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getNodeValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getNodeValue() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getNotionalContext() - Static method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Returns a unique OXPathContextNode
object, as a placeholder for beginning OXPath expression evaluation
before a root node is retrieved via the doc(uri) function.
- getNumberOperators() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathUnaryExprCustom
-
- getNumberValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathResult
-
- getNumKleeneStarIterations() - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATStateEvalSet
-
Returns the number of Kleene operations to perform
- getNumParameters() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathFunctionCallCustom
-
- getOldValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.CSSMutationRecord
-
- getOperator() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.AdditiveExprOp
-
returns the String
representation of the operator
- getOperator() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.EqualityExprOp
-
returns the String
representation of the operator
- getOperator() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.HigherLevelOp
-
returns the String
representation of the operator
- getOperator() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.MultiplicativeExprOp
-
returns the String
representation of the operator
- getOperator() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.NegativeOperator
-
returns the String
representation of the operator
- getOperator() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.operators.Operator
-
returns the String
representation of the operator
- getOperator() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.RelationalExprOp
-
returns the String
representation of the operator
- getOperator() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.operators.UnaryOperator
-
returns a String
representation of the operator
- getOperator() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.Selector
-
returns the String
representation of the operator
- getOptionIndex() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionSpecification
-
- getOptions() - Method in enum uk.ac.ox.cs.diadem.oxpath.core.OXPath
-
- getOptions() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- getOsType() - Method in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- getOsType() - Static method in enum uk.ac.ox.cs.diadem.util.misc.OSType
-
- getOsType() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.PlatformConfiguration
-
- getOuterExceptions() - Method in class uk.ac.ox.cs.diadem.oxpath.output.ACustomOutputHandler
-
- getOuterExceptions() - Method in interface uk.ac.ox.cs.diadem.oxpath.output.IOutputHandler
-
- getOuterExceptions() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.csv.RecStreamCSVOutputHandler
-
- getOuterExceptions() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.jdbc.RecStreamJDBCOutputHandler
-
- getOuterExceptionStackTracesAsString() - Method in class uk.ac.ox.cs.diadem.oxpath.output.ACustomOutputHandler
-
- getOuterExceptionStackTracesAsString() - Method in interface uk.ac.ox.cs.diadem.oxpath.output.IOutputHandler
-
- getOuterExceptionStackTracesAsString() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.csv.RecStreamCSVOutputHandler
-
- getOuterExceptionStackTracesAsString() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.jdbc.RecStreamJDBCOutputHandler
-
- getOuterHTML() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMElement
-
- getOutputHandlers() - Method in class uk.ac.ox.cs.diadem.oxpath.output.OutputHandlerRouter
-
- getOutputHandlingTime() - Method in class uk.ac.ox.cs.diadem.oxpath.output.AAdvancedCustomOutputHandler
-
- getOverlayBuilder() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMWindow
-
- getOwnerDocument() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getOwnerDocument() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getOwnerElement() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.XPathNamespace
-
- getPage() - Method in interface uk.ac.ox.cs.diadem.oxpath.utils.DOMWindow
-
Returns the top web page contained inside this web window
- getPageLoadTimeoutSec() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- getParamenterURL() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionSpecification
-
- getParamenterValue() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionSpecification
-
- getParameter() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.ParameterizedProcessingInstruction
-
returns the parameter associated with the processing instruction
- getParent() - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathContextNode
-
Gets the reference to the parent marker
- getParentId() - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathExtractionNode
-
Returns parent ID
- getParentNode() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getParentNode() - Method in class uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationDetectionUtils.MyTriple
-
- getParentNode() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getPath() - Method in enum uk.ac.ox.cs.diadem.oxpath.core.FieldTypes
-
public method that returns the XPath query for retrieving the nodes of the implicit enum value
- getPathExpression() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.AggregatedStep
-
returns the String
representation of the XPath call
- getPathExpression() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.AggregatedXPathStep
-
Returns the full path expression, expressed as a String
object
- getPayload() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.change.ChangeOnFormInfo
-
- getPlatformConfiguration() - Method in class uk.ac.ox.cs.diadem.webapi.WebBrowserBuilder
-
- getPMActionString() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionSpecification
-
- getPosition() - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState
-
Returns current position of evaluated "parent" context within for filter for position function
- getPositionXMin() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Leftmost coordinates of the browser window.
- getPositionYMin() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Topmost coordinates of the browser window.
- getPreviousSibling() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getPreviousSibling() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getProjectHomeAbsolutePath() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.PlatformConfiguration
-
- getProperty() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.CSSMutationRecord
-
- getPropertyName() - Method in enum uk.ac.ox.cs.diadem.webapi.dom.DOMCSS2Properties.CssProp
-
- getPropertyName() - Method in enum uk.ac.ox.cs.diadem.webapi.dom.DOMCSS2Properties.CssProperty
-
- getPropertyValue(DOMCSS2Properties.CssProperty) - Method in interface uk.ac.ox.cs.diadem.webapi.css.CSSStyleRule
-
Returns the property value for the current rule.
- getPropertyValue(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMCSSStyleDeclaration
-
- getRdfTypes() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.OXPathExtractionMarker
-
- getReadableInfo() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ExecutionStatus
-
String representation
- getReadOnly() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getRemovedFields() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.MutationFormSummary
-
- getRenderedNodeOrNull(DOMDocument) - Method in interface uk.ac.ox.cs.diadem.oxpath.core.domlookup.NodeReference
-
- getRenderedNodeOrThrow(DOMDocument) - Method in interface uk.ac.ox.cs.diadem.oxpath.core.domlookup.NodeReference
-
Returns the rendered node from the current document based on the reference
- getRenderedNodes(List<NodeReference>, DOMDocument) - Method in interface uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookup
-
- getRenderedNodes(List<NodeReference>, DOMDocument) - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByRobustXPath
-
- getRenderedNodes(List<NodeReference>, DOMDocument) - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByUniqueXPath
-
- getRenderedNodes(List<NodeReference>, DOMDocument) - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupDocumentPosition
-
Deprecated.
- getResult() - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
- getResult() - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
- getResultType() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathResult
-
- getRight() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMBoundingClientRect
-
- getRows() - Method in class uk.ac.ox.cs.diadem.oxpath.output.relation.RelationModel
-
- getRunConfiguration() - Method in class uk.ac.ox.cs.diadem.webapi.WebBrowserBuilder
-
- getSameNameSiblingPosition(DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.FinderUtils
-
Gets the position of a DOM node among its siblings with the same name.
- getScore() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointer
-
Return the robustness score associated to the expression
- getScore() - Method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointerImpl
-
Return the robustness score associated to the expression
- getScreenX() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMouseEvent
-
- getScreenY() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMouseEvent
-
- getScriptTimeoutSec() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- getScrollX() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMWindow
-
Accessor for the current x scroll position in this window in pixels.
- getScrollY() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMWindow
-
Accessor for the current y scroll position in this window in pixels.
- getSelected() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLOptionElement
-
- getSelectedIndex() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- getSelectorPredicate() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathNodeTestOpCustom
-
- getSelectorText() - Method in interface uk.ac.ox.cs.diadem.webapi.css.CSSStyleRule
-
- getSetBasedEval() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathExtractionMarkerCustom
-
- getSetBasedEval() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathNodeTestOpCustom
-
- getSetBasedEval() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTSimpleOXPathStepPathCustom
-
- getSetBasedEval() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathPathExprCustom
-
- getSetBasedEval() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathPredicateCustom
-
- getShiftKey() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMKeyboardEvent
-
- getShiftKey() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMMouseEvent
-
- getSingleNodeValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathResult
-
- getSize() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getSize() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- getSnapshotLength() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathResult
-
- getSourceArchiveType() - Method in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- getSourceDisplaySizeFilePath() - Method in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- getSourceRunFilePath() - Method in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- getSourceRunXvfbFilePath() - Method in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- getSourceUrl() - Method in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- getSourceXvfbRunPath() - Method in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- getSrc() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getStartNode() - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor.MyData
-
- getStartNodeLocator() - Method in interface uk.ac.ox.cs.diadem.webapi.css.StyledRangeNode
-
xpath locator for the start node of the range
- getStatus() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ExecutionStatus
-
- getStep() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTSimpleOXPathStepPathCustom
-
- getStreamCloser() - Method in interface uk.ac.ox.cs.diadem.oxpath.output.IStreaming
-
- getStreamCloser() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.csv.RecStreamCSVOutputHandler
-
- getStreamCloser() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.jdbc.RecStreamJDBCOutputHandler
-
- getStreamCloser() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.RecStreamOutputHandler
-
- getStringValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathResult
-
- GetSuffix(int) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Get the suffix.
- getSummary() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.change.ChangeOnFormInfo
-
- getTabIndex() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getTabIndex() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- getTabSize(int) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
- getTarget() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- getTarget() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMEvent
-
Used to indicate the EventTarget to which the event was originally
dispatched.
- getTargetElement() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionSpecification
-
- getTargetXPathLocator() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.ActionSpecification
-
- getText() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLOptionElement
-
- getTextContent() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getTextContent() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getThresold() - Method in enum uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService.Score
-
- getTitle() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMWindow
-
- getToken(int) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
Get the specific Token.
- getTop() - Method in interface uk.ac.ox.cs.diadem.webapi.css.StyledOverlayBuilder.Rect
-
- getTop() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMBoundingClientRect
-
- getType() - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState
-
Returns the type of the object
- getType() - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATStateEvalIterative
-
Returns the type of the object
- getType() - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATStateEvalSet
-
Returns the type of the object
- getType() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.AbbreviatedAxis
-
returns the AxisType
of the object
- getType() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.Axis
-
returns the AxisType
of the object
- getType() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.BackwardAxis
-
returns the AxisType
of the object
- getType() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.ForwardAxis
-
returns the AxisType
of the object
- getType() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.NodeTest
-
returns the type associated with this node test
- getType() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathAxis
-
returns the AxisType
of the object
- getType() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.OXPathExtractionMarker
-
returns the type of the predicate
- getType() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathNodeTest
-
returns the type associated with this node test
- getType() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.OXPathPredicate
-
returns the type of the predicate
- getType() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.ParameterizedProcessingInstruction
-
returns the type associated with this node test
- getType() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.Selector
-
returns the type of the predicate
- getType() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.SelectorPredicate
-
returns the type of the predicate
- getType() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.XPathNameTest
-
returns the type associated with this node test
- getType() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.XPathNodeTest
-
returns the type associated with this node test
- getType() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getType() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- getType() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMEvent
-
The name of the event (case-insensitive).
- getType() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointer
-
- getType() - Method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointerImpl
-
- getType() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.change.GenericModification
-
- getUnaryOperator() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathUnaryExprCustom
-
- getUniqueNode(String, DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.utils.XPathUtil
-
- getUpperBound() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathKleeneStarPathCustom
-
- getURL() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.AbstractWebBrowser
-
- getURL() - Method in interface uk.ac.ox.cs.diadem.webapi.MiniBrowser
-
- getURL() - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
- getUseDefaultExecutables() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Use default browser executables (binaries).
- getUseMap() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getUserAgent() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
User-Agent HTTP parameter.
- getUserExecutable() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
User-provided browser executables (binaries).
- getValue() - Method in enum uk.ac.ox.cs.diadem.oxpath.core.ActionKeywords
-
returns value for implicit parameter
- getValue() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.AbbreviatedAxis
-
returns value of axis encoded as String
- getValue() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.Action
-
returns the String
value of the action
- getValue() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.Axis
-
returns value of axis encoded as String
- getValue() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.BackwardAxis
-
returns value of axis encoded as String
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.ExplicitAction
-
returns the String
value of the action
- getValue() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.ForwardAxis
-
returns value of axis encoded as String
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.KeywordAction
-
returns the String
value of the action
- getValue() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.NodeTest
-
returns the value of the node test encoded as a String
object
- getValue() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathAxis
-
returns value of axis encoded as String
- getValue() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathNodeTest
-
returns the value of the node test encoded as a String
object
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.ParameterizedProcessingInstruction
-
returns the value of the node test encoded as a String
object
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.PositionAction
-
returns the String
value of the action
- getValue() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.Selector
-
returns the String
representation of the selector
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.SelectorPredicate
-
returns a String
representation of the selector predicate
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.URLAction
-
returns the String
value of the url
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.VariableAction
-
returns the String
value of the action
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.XPathNameTest
-
returns the value of the node test encoded as a String
object
- getValue() - Method in enum uk.ac.ox.cs.diadem.oxpath.model.language.XPathNodeTest
-
returns the value of the node test encoded as a String
object
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathExtractionNode
-
returns value
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathType
-
Not class-safe, but returns value based on instantiation of type in the object
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathLiteralCustom
-
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathNumberCustom
-
- getValue() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.Token
-
An optional attribute value of the Token.
- getValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- getValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLOptionElement
-
- getValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- getValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLTextAreaElement
-
- getValue() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMTypeableElement
-
- getValue() - Method in class uk.ac.ox.cs.diadem.webapi.MiniBrowser.Advice
-
- getWait() - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.AbstractAction
-
returns the wait time (ms) after the action is executed before continuing
- getWait() - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.Action
-
returns the wait time (ms) after the action is executed before continuing
- getWait() - Method in class uk.ac.ox.cs.diadem.oxpath.utils.ActionStackElement
-
returns the wait associated with this action
- getWaitAfterActionExecutionMs() - Method in class uk.ac.ox.cs.diadem.oxpath.core.OXPath.EngineOptions
-
- getWebBrowser() - Method in interface uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookup
-
- getWebBrowser() - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByRobustXPath
-
- getWebBrowser() - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupByUniqueXPath
-
- getWebBrowser() - Method in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupDocumentPosition
-
Deprecated.
- getWidgetPMLocalId() - Method in interface uk.ac.ox.cs.diadem.webapi.interaction.change.ChangeOnFormInfo
-
- getWidth() - Method in interface uk.ac.ox.cs.diadem.webapi.css.StyledOverlayBuilder.Rect
-
- getWidth() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMBoundingClientRect
-
- getWindow() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.AbstractWebBrowser
-
- getWindow() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
Return the top-level dom window associated to this browser.
- getWindow() - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
Return the top-level dom window associated to this browser.
- getWindowFrame() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
INTERNAL API SUBJECT TO CHANGE Return the Window frame used by the underlying browser instantiated.
- getWindowFrame() - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
INTERNAL API SUBJECT TO CHANGE Return the Window frame used by the underlying browser instantiated.
- getWrappedElement() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMTypeableElement
-
Internal use
- getWrapperId() - Method in class uk.ac.ox.cs.diadem.oxpath.output.ACustomOutputHandler
-
- getWrapperId() - Method in interface uk.ac.ox.cs.diadem.oxpath.output.IOutputHandler
-
- getWrapperId() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.csv.RecStreamCSVOutputHandler
-
- getWrapperId() - Method in class uk.ac.ox.cs.diadem.oxpath.output.recstream.jdbc.RecStreamJDBCOutputHandler
-
- getXPath() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointer
-
Returns the xpath expression associated to the node
- getXPath() - Method in class uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointerImpl
-
Returns the xpath expression associated to the node
- getXPathEvaluator() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- getXPathEvaluator() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
- getXPathEvaluator() - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- getXPathEvaluator() - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
- getXPathLocator() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
Returns a unique xpath locator for this node.
- getXPathPointersByAnchor(DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
- getXPathPointersByAnchor(DOMNode, Integer) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
- getXPathPointersByAttribute(DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
- getXPathPointersByAttribute(DOMNode, Integer) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
- getXPathPointersByPosition(DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
- getXPathPointersByPosition(DOMNode, Integer) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
- getXPathPointersByTextContent(DOMNode) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
- getXPathPointersByTextContent(DOMNode, Integer) - Static method in class uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService
-
As DOMNodeFinderService#getXPathPointersByTextContent(DOMElement)
but with a threshold for robusteness
- getXvfbMode() - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
XVFB Mode.
- GREATER - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- GREATERTE - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- GroundedOXPathActionExplicit() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- GroundedOXPathActionPosition() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- safeGetChild(Node, int) - Static method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- sameURL(URL, URL) - Static method in class uk.ac.ox.cs.diadem.util.misc.EscapingUtils
-
Compares two URLs ignoring # or / at the end.
- saveDocument(String) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
- saveDocument(String) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
For debug only, not rely on it as it can be removed from here.
- SAVEPAGE - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- SCREENSHOT - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- SCRIPT_TIMEOUT_SEC_PATH - Static variable in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- scroll - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.event.DOMUIEvent
-
- select(DOMWindow, String, String, long, String[], int[]) - Method in interface uk.ac.ox.cs.diadem.webapi.DialogsService
-
Puts up a dialog box which has a list box of strings from which the user may make a single selection.
- select() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- select() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLTextAreaElement
-
- select() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMTypeableElement
-
- selectAllOptions() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- selectByClick(int) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
Simulates a real selection event (click on the select and clik on the option).
- selectByClick(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
Simulates a real selection event (click on the select and clik on the option).
- selectElementBy(DOMDocument.CRITERIA, String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMDocument
-
Retrieves an element by CRITERIA.
- selectOptionByText(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- selectOptionIndex(int) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- Selector - Enum in uk.ac.ox.cs.diadem.oxpath.model.language
-
Enum type encoding OXPath selectors borrowed from CSS
- SelectorPredicate - Class in uk.ac.ox.cs.diadem.oxpath.model.language
-
implementation of selector predicates
- SelectorPredicate(Selector, String) - Constructor for class uk.ac.ox.cs.diadem.oxpath.model.language.SelectorPredicate
-
basic constructor
- SELECTTEXT - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- selectText(DOMNode) - Method in interface uk.ac.ox.cs.diadem.webapi.utils.JSUtils
-
Selects the text via Selection API https://developer.mozilla.org/en-US/docs/Web/API/Selection If the node is a
textNode it will select its text, otherwise it will create a range selection all its children
- selectText(DOMNode, DOMNode) - Method in interface uk.ac.ox.cs.diadem.webapi.utils.JSUtils
-
Selects the text via Selection API https://developer.mozilla.org/en-US/docs/Web/API/Selection
- SELF - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- sendClick(float, float) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMElement
-
Sends a click event on the given coordinates
- sendClick(float, float) - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMElementDecorator
-
- serialize() - Method in class uk.ac.ox.cs.diadem.oxpath.output.hierarchy.jdbc.HierarchyJDBCOutputHandler
-
- serialize() - Method in interface uk.ac.ox.cs.diadem.oxpath.output.ISerializable
-
- set(IOXPathNodeList) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathType
-
Expression for setting state
- set(String) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathType
-
Expression for setting state
- set(Double) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathType
-
Expression for setting state
- set(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathType
-
Expression for setting state
- set(Object) - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathType
-
Expression for setting null state
- setAccept(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setAcceptCharset(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- setAccessKey(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setAction(Action) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathActionPathCustom
-
- setAction(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- setActionFreePrefix(Object) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
Sets the action free prefix of current context
- setActionFreePrefixEnd(Node) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
Sets the end of the action free prefix of current context
- setAlign(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setAlt(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setAttribute(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.OXPathExtractionMarker
-
Sets the isAttribute property.
- setAttribute(String, String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMElement
-
set an attribute on the element.
- setAttribute(String, String) - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMElementDecorator
-
- setAutocompleteReaction(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.core.OXPath.EngineOptions
-
- setAutoPosition(boolean) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Auto-position flag for positioning window on screen.
- setBinaryOperator(BinaryOperator) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTBinaryOpExprCustom
-
- setBrowserHeight(int) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- setBrowserWidth(int) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- setChecked(boolean) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setCollectStatistics(boolean) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
"Collect statistics" attribute.
- setContextNode(OXPathContextNode) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
Sets context at state
- setContextSet(IOXPathNodeList) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
Sets context at state (we don't make a defensive copy for performance reasons, so be aware)
- setContextSet(OXPathContextNode) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
- setCurrentAction(int) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
Set the current action
- setDebugStream(PrintStream) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserTokenManager
-
Set debug output.
- setDefaultChecked(boolean) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setDefaultValue(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setDialogsService(DialogsService) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
Sets a new DialogsService.
- setDialogsService(DialogsService) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
Sets a new DialogsService.
- setDisabled(boolean) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setDisabledContentTypes(WebBrowser.ContentType...) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Content types (see WebBrowser.ContentType) to be disabled.
- setDisabledContentTypes(Collection<WebBrowser.ContentType>) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Content types (see WebBrowser.ContentType) to be disabled.
- setDisabledThirdPartyContentTypes(WebBrowser.ContentType...) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Content types (see WebBrowser.ContentType) of third-party web pages to be disabled.
- setDisabledThirdPartyContentTypes(Collection<WebBrowser.ContentType>) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Content types (see WebBrowser.ContentType) of third-party web pages to be disabled.
- setDisplayNumber(String) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Display number for the XVFB mode enabled.
- setDoContinueOnMissingContextNode(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.core.OXPath.EngineOptions
-
- setDocumentProtect(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
Sets the protection of the document in recursive calls of the eval()
method
- setEnablePlugins(boolean) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
"Enable plug-ins" flag.
- setEnctype(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- setExecutablePermissionOnFiles(File) - Method in class org.oxpath.browserinstaller.FileManager
-
- setExpectAttribute(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor.MyData
-
- setExpectRecord(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor.MyData
-
- setExtractionMarker(OXPathExtractionMarker) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathExtractionMarkerCustom
-
- setFallBackToJSExecutionOnNotInteractableElements(boolean) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser.Options
-
Default value is true, that is will try to perform javascript actions when the element is not visible/enabled
- setField(String) - Method in class uk.ac.ox.cs.diadem.webapi.MiniBrowser.Advice
-
- setFunction(XPathFunction) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathFunctionCallCustom
-
- setGeoLocation(WebDriverBrowserImpl.GeoLocation) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Specify a Geographical location.
- setGeoLocation(double, double) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Specify a Geographical location.
- setHasComplexList(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathPathExprCustom
-
- setHasComplexPath(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.AbstractAction
-
- setHasComplexPath(boolean) - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.OXPathLanguagePart
-
- setHasComplexPath(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTRelativeOXPathLocationPathCustom
-
Sets if the expression has a complex path
- setHasFollowingPath(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathKleeneStarPathCustom
-
- setHasList(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.MyLocationPath
-
- setHasList(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathExtractionMarkerCustom
-
- setHasList(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathNodeTestOpCustom
-
- setHasList(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTSimpleOXPathStepPathCustom
-
- setHasList(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathPredicateCustom
-
- setHasLowerBound(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathKleeneStarPathCustom
-
- setHasSimpleList(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathPathExprCustom
-
- setHasSimplePath(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.AbstractAction
-
- setHasSimplePath(boolean) - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.OXPathLanguagePart
-
- setHasSimplePath(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTRelativeOXPathLocationPathCustom
-
Sets if the expression has a simple path
- setHasTail(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathActionPathCustom
-
- setHasUpperBound(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathKleeneStarPathCustom
-
- setInsideKleeneStar(Node) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathActionPathCustom
-
- setInsideKleeneStar(Node) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathKleeneStarPathCustom
-
- setIsAbsoluteAction(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.AbstractAction
-
sets whether the action is absolute
- setIsAbsoluteAction(boolean) - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.Action
-
set to true
if the action is absolute, false
otherwise
- setIsAbsolutePath(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTRelativeOXPathLocationPathCustom
-
Sets if the expression is an absolute path
- setIsActionFreeNavigation(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
Sets if current navigation is action-free (i.e.
- setIsOptional(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathPredicateCustom
-
- setIsPlainXPath(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTSimpleOXPathStepPathCustom
-
- setLast(int) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
Sets the last position of evaluated "parent" context within filter expression
- setLastSimplePath(String) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor.MyData
-
- setLatitude(double) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl.GeoLocation
-
- setLocationPath(MyLocationPath) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTSimpleOXPathStepPathCustom
-
- setLongitude(double) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl.GeoLocation
-
- setLowerBound(int) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathKleeneStarPathCustom
-
- setMaxLength(int) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setMethod(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- setName(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- setName(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setName(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- setName(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMWindow
-
- setNodePositionInNodeSetUnderEvaluation(int) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
- setNumKleeneStarIterations(int) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
Set the number of Kleene Star Iterations for inner actions
- setPageLoadingTimeout(long, TimeUnit) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.AbstractWebBrowser
-
- setPageLoadingTimeout(long, TimeUnit) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
- setPageLoadingTimeout(long, TimeUnit) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
Set the timeout for page loading.
- setPageLoadTimeoutSec(int) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- setPosition(int) - Method in class uk.ac.ox.cs.diadem.oxpath.core.state.PAATState.Builder
-
Sets current position of evaluated "parent" context within for filter for position function
- setPositionXMin(int) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Leftmost coordinates of the browser window.
- setPositionYMin(int) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Topmost coordinates of the browser window.
- setProperties(Map<String, String>) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMCSSStyleDeclaration
-
- setProperty(DOMCSS2Properties.CssProperty, String) - Method in interface uk.ac.ox.cs.diadem.webapi.css.CSSStyleRule
-
set the new value for the given property
- setProperty(String, String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMCSSStyleDeclaration
-
- setReadOnly(boolean) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setScriptTimeoutSec(int) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
- setSelected(boolean) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLOptionElement
-
- setSelectedByText(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- setSelectedIndex(int) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- setSelectorPredicate(SelectorPredicate) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathNodeTestOpCustom
-
- setSetBasedEval(PositionFuncEnum) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathExtractionMarkerCustom
-
- setSetBasedEval(PositionFuncEnum) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathNodeTestOpCustom
-
- setSetBasedEval(PositionFuncEnum) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTSimpleOXPathStepPathCustom
-
- setSetBasedEval(PositionFuncEnum) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathPathExprCustom
-
- setSetBasedEval(PositionFuncEnum) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathPredicateCustom
-
- setSize(long) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setSize(int) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- setSrc(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setStartNode(ASTSimpleOXPathStepPath) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor.MyData
-
- setStep(Step) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTSimpleOXPathStepPathCustom
-
- setTabIndex(int) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setTabIndex(int) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- setTabSize(int) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
- setTarget(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- setTextContent(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMNode
-
- setTextContent(String) - Method in class uk.ac.ox.cs.diadem.webapi.dom.utils.DOMNodeDecorator
-
- setType(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setUpperBound(int) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTOXPathKleeneStarPathCustom
-
- setUseClassAttributeForXPathLocator(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.core.OXPath.EngineOptions
-
- setUseDefaultExecutables(boolean) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
Use default browser executables (binaries).
- setUseIdAttributeForXPathLocator(boolean) - Method in class uk.ac.ox.cs.diadem.oxpath.core.OXPath.EngineOptions
-
- setUseMap(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setUserAgent(String) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
User-Agent HTTP parameter.
- setUserExecutable(String) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
User-provided browser executables (binaries).
- setValue(String) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathLiteralCustom
-
- setValue(double) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.ASTXPathNumberCustom
-
- setValue(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLInputElement
-
- setValue(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLOptionElement
-
- setValue(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLSelect
-
- setValue(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLTextAreaElement
-
- setValue(String) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMTypeableElement
-
- setValue(String) - Method in class uk.ac.ox.cs.diadem.webapi.MiniBrowser.Advice
-
- setWait(long) - Method in class uk.ac.ox.cs.diadem.oxpath.model.language.AbstractAction
-
sets the wait time (ms) after the action is executed before continuing
- setWait(long) - Method in interface uk.ac.ox.cs.diadem.oxpath.model.language.Action
-
sets the wait time (ms) after the action is executed before continuing
- setWaitAfterActionExecutionMs(long) - Method in class uk.ac.ox.cs.diadem.oxpath.core.OXPath.EngineOptions
-
- setWindowPosition(int, int) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
- setWindowPosition(int, int) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
Sets the position of the browser window.
- setWindowSize(int, int) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
Sets the dimension of the browser window, overriding the default values.
- setWindowSize(int, int) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
Sets the dimension of the browser window, overriding the default values.
- setXvfbMode(boolean) - Method in class uk.ac.ox.cs.diadem.webapi.configuration.RunConfiguration
-
XVFB Mode.
- setZoom(int) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
Set the zoom ratio, currenlty works only on Mozilla
- setZoom(int) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
Set the zoom ratio, currenlty works only on Mozilla
- shutdown() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
Kills the current browser and allElements other instances, closing the application.
- shutdown() - Method in interface uk.ac.ox.cs.diadem.webapi.MiniBrowser
-
Shuts down the browser.
- shutdown() - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
Kills the current browser and allElements other instances, closing the application.
- signalNewPageDueToAction(DOMDocument) - Method in interface uk.ac.ox.cs.diadem.oxpath.core.PAATEval_
-
- SIMILARITY_THRESHOLD - Static variable in interface uk.ac.ox.cs.diadem.webapi.pagestate.PageState
-
Up to this many characters may have changed for a document to be "similar"
- similarTo(PageState) - Method in interface uk.ac.ox.cs.diadem.webapi.pagestate.PageState
-
Returns true if the other
PageState
is similar to this one.
- similarTo(SimplePageState) - Method in interface uk.ac.ox.cs.diadem.webapi.pagestate.SimplePageState
-
Returns true if the other
PageState
is similar to this one.
- SimpleCharStream - Class in uk.ac.ox.cs.diadem.oxpath.parse
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Constructor.
- SimpleConsoleOutputHandler - Class in uk.ac.ox.cs.diadem.oxpath.output
-
Class for simple OXPath output handling.
- SimpleConsoleOutputHandler() - Constructor for class uk.ac.ox.cs.diadem.oxpath.output.SimpleConsoleOutputHandler
-
- SimpleConsoleOutputHandler(boolean) - Constructor for class uk.ac.ox.cs.diadem.oxpath.output.SimpleConsoleOutputHandler
-
- SimpleExtractor - Class in uk.ac.ox.cs.diadem.oxpath.core.extraction
-
Deprecated.
- SimpleExtractor(ObjectOutputStream) - Constructor for class uk.ac.ox.cs.diadem.oxpath.core.extraction.SimpleExtractor
-
Deprecated.
basic constructor, assigns
- SimpleNode - Class in uk.ac.ox.cs.diadem.oxpath.parse.ast
-
- SimpleNode(int) - Constructor for class uk.ac.ox.cs.diadem.oxpath.parse.ast.SimpleNode
-
- SimpleNode(OXPathParser, int) - Constructor for class uk.ac.ox.cs.diadem.oxpath.parse.ast.SimpleNode
-
- SimpleOXPathDOSStepPath(MyLocationPath) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- SimpleOXPathStepPath(MyLocationPath) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- SimpleOXPathStepTail(MyLocationPath) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- SimplePageState - Interface in uk.ac.ox.cs.diadem.webapi.pagestate
-
- SimplePageStateRecorder - Class in uk.ac.ox.cs.diadem.webapi.pagestate
-
A page state represents a recording of the state of the browser including URL, size, etc.
- SimplePageStateRecorder(WebBrowser) - Constructor for class uk.ac.ox.cs.diadem.webapi.pagestate.SimplePageStateRecorder
-
- SimpleXPathAggregatorVisitor - Class in uk.ac.ox.cs.diadem.oxpath.utils
-
- SimpleXPathAggregatorVisitor() - Constructor for class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Empty constructor
- SINGLE_QUOTE_STRING_PATH - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- SLASH - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- SLASH - Static variable in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
- SLASH - Static variable in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
- SLASH - Static variable in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
- SLASH - Static variable in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
- SLASH - Static variable in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
- SLASH - Static variable in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
- SLASH_URL - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- snapshotItem(int) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathResult
-
- SOURCE_ARCHIVE_TYPE_RELPATH - Static variable in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- SOURCE_DISPLAY_SIZE_FILE_RELPATH - Static variable in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- SOURCE_IN_ARC_DIR_NAME - Static variable in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- SOURCE_RUN_FILE_RELPATH - Static variable in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- SOURCE_RUN_XVFB_FILE_RELPATH - Static variable in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- SOURCE_URL_RELPATH - Static variable in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- SOURCE_XVFB_RUN_RELPATH - Static variable in class org.oxpath.browserinstaller.BrowserInstallerConfiguration
-
- SPACE - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- SPECIAL_CHAR - Static variable in class uk.ac.ox.cs.diadem.util.misc.EscapingUtils
-
- specialToken - Variable in class uk.ac.ox.cs.diadem.oxpath.parse.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- STALEQUERY - Static variable in class uk.ac.ox.cs.diadem.oxpath.core.domlookup.DOMLookupDocumentPosition
-
Deprecated.
Query to use from stale nodes to get a document count
- STAR_URL - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- start1 - Variable in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch.Patch
-
- start2 - Variable in class uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch.Patch
-
- startElement(DOMNode) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMVisitor
-
Called before visiting the node's children and descendants.
- STARTSWITH - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- staticFlag - Static variable in class uk.ac.ox.cs.diadem.oxpath.parse.SimpleCharStream
-
Whether parser is static.
- stats() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.AbstractWebBrowser
-
- stats() - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
- StatusExecution - Enum in uk.ac.ox.cs.diadem.webapi.interaction.impl
-
- StatusTextEvent - Class in uk.ac.ox.cs.diadem.webapi.listener
-
- StatusTextEvent(WebBrowser) - Constructor for class uk.ac.ox.cs.diadem.webapi.listener.StatusTextEvent
-
Constructs a new instance of this class.
- Step - Interface in uk.ac.ox.cs.diadem.oxpath.model.language
-
interface enclosing steps
- StepCollapseVisitor - Class in uk.ac.ox.cs.diadem.oxpath.utils
-
- StepCollapseVisitor() - Constructor for class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Empty constructor
- stop() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
- stop() - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
- string() - Method in class uk.ac.ox.cs.diadem.oxpath.model.OXPathType
-
Casts object as String
- STRING - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- STRING_TYPE - Static variable in interface uk.ac.ox.cs.diadem.webapi.dom.xpath.DOMXPathResult
-
- STRINGJOIN - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- stringToUrl(String) - Static method in class uk.ac.ox.cs.diadem.util.misc.EscapingUtils
-
- STYLE - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- StyledInfoNode - Interface in uk.ac.ox.cs.diadem.webapi.css
-
- StyledNode - Interface in uk.ac.ox.cs.diadem.webapi.css
-
Represents an overlay of a given
DOMNode
, styled by CSS rules
- StyledOverlay - Interface in uk.ac.ox.cs.diadem.webapi.css
-
- StyledOverlayBuilder - Interface in uk.ac.ox.cs.diadem.webapi.css
-
Builder to construct overlays in
DOMWindow
, to display informations
- StyledOverlayBuilder.Rect - Interface in uk.ac.ox.cs.diadem.webapi.css
-
- StyledRangeNode - Interface in uk.ac.ox.cs.diadem.webapi.css
-
Used to overlay text nodes
- SUBMIT - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- submit() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMHTMLForm
-
- SUBSTRING - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- SUBSTRINGAFTER - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- SUBSTRINGAFTERREVERSE - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- SUBSTRINGBEFORE - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- SUBSTRINGBEFOREREVERSE - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- SUBSTRINGLENGTH - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- SUBSTRINGREVERSE - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- subtree() - Method in interface uk.ac.ox.cs.diadem.webapi.dom.mutation.DOMMutationObserver.MutationObserverOptions
-
- successAction(String) - Method in enum uk.ac.ox.cs.diadem.webapi.interaction.impl.StatusExecution
-
- SUM - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- summary(MutationFormSummary) - Method in class uk.ac.ox.cs.diadem.webapi.interaction.Reports.ModificationReportBuilder.BuilderForChangeOnFormInfo
-
- SupportedProtocols() - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParser
-
- SwitchTo(int) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserTokenManager
-
Switch to specified lex state.
- switchToDefaultContent() - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
- switchToDefaultContent() - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/WebDriver.TargetLocator.html Selects
either the first frame on the page, or the main document when a page contains iframes.
- switchToFrame(DOMElement) - Method in class uk.ac.ox.cs.diadem.webapi.dom.impl.WebDriverBrowserImpl
-
- switchToFrame(DOMElement) - Method in interface uk.ac.ox.cs.diadem.webapi.WebBrowser
-
Select a frame using its previously located elements
- value - Variable in class uk.ac.ox.cs.diadem.oxpath.parse.ast.custom.CustomSimpleNode
-
- value - Variable in class uk.ac.ox.cs.diadem.oxpath.parse.ast.SimpleNode
-
- VALUE_SEPARATOR_DEFAULT - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.hierarchy.csv.HierarchyCSVOutputHandler
-
- VALUE_SEPARATOR_DEFAULT - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.hierarchy.jdbc.HierarchyJDBCOutputHandler
-
- VALUE_SEPARATOR_DEFAULT - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.recstream.csv.RecStreamCSVOutputHandler
-
- VALUE_SEPARATOR_DEFAULT - Static variable in class uk.ac.ox.cs.diadem.oxpath.output.recstream.jdbc.RecStreamJDBCOutputHandler
-
- valueOf(String) - Static method in enum org.oxpath.browserinstaller.BrowserInstallerConfiguration.EArchiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.core.ActionKeywords
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.core.FieldTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.core.OXPath
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.core.PositionFuncEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.core.state.PAATStateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.AbbreviatedAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.AbbreviatedStep
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.AxisType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.BackwardAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.ForwardAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.functions.XPathFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.NodeTestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.AdditiveExprOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.EqualityExprOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.HigherLevelOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.MultiplicativeExprOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.NegativeOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.RelationalExprOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathGeneralPredicates
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathNodeTest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathPredicateTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.Selector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.XPathNodeTest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.OXPathType.OXPathTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.oxpath.utils.DOMEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.util.misc.BrowserType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.util.misc.OSType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.DOMCSS2Properties.CssProp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.DOMCSS2Properties.CssProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.DOMDocument.CRITERIA
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.DOMNode.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.event.DOMKeyboardEvent.Key
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService.Score
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointer.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.mutation.DOMMutationRecord.MutationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.change.ChangeOnFormInfo.CHANGE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.change.GenericModification.ModificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.ExecutionStatus.Cause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.ExecutionStatus.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.impl.StatusExecution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.WebActionExecutor.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.pagestate.MajorChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.WebBrowser.ContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.WebBrowserBuilder.ECombineConfigurationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.ac.ox.cs.diadem.webapi.WebBrowserBuilder.Engine
-
Deprecated.
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.oxpath.browserinstaller.BrowserInstallerConfiguration.EArchiveType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.core.ActionKeywords
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.core.FieldTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.core.OXPath
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.core.PositionFuncEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.core.state.PAATStateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.AbbreviatedAxis
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.AbbreviatedStep
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.ActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.AxisType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.BackwardAxis
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.ForwardAxis
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.functions.XPathFunctions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.NodeTestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.AdditiveExprOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.EqualityExprOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.HigherLevelOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.MultiplicativeExprOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.NegativeOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.operators.RelationalExprOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathAxis
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathGeneralPredicates
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathNodeTest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.OXPathPredicateTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.Selector
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.language.XPathNodeTest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.model.OXPathType.OXPathTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.oxpath.utils.DOMEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.util.misc.BrowserType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.util.misc.OSType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.DOMCSS2Properties.CssProp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.DOMCSS2Properties.CssProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.DOMDocument.CRITERIA
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.DOMNode.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.event.DOMKeyboardEvent.Key
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.finder.DOMNodeFinderService.Score
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.finder.XPathNodePointer.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.dom.mutation.DOMMutationRecord.MutationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.change.ChangeOnFormInfo.CHANGE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.change.GenericModification.ModificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.ExecutionStatus.Cause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.ExecutionStatus.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.impl.StatusExecution
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.interaction.WebActionExecutor.ActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.pagestate.MajorChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.utils.diff_match_patch.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.WebBrowser.ContentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.WebBrowserBuilder.ECombineConfigurationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.ac.ox.cs.diadem.webapi.WebBrowserBuilder.Engine
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- VARIABLE - Static variable in interface uk.ac.ox.cs.diadem.oxpath.parse.OXPathParserConstants
-
RegularExpression Id.
- VariableAction - Class in uk.ac.ox.cs.diadem.oxpath.model.language
-
Class implementing OXPath variable actions
- VariableAction(String) - Constructor for class uk.ac.ox.cs.diadem.oxpath.model.language.VariableAction
-
basic constructor
- visit(SimpleNode, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTExpression, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTRelativeOXPathLocationPath, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTSimpleOXPathStepPath, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTOXPathKleeneStarPath, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTOXPathActionPath, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTOXPathNodeTestOp, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTXPathLiteral, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTXPathPredicate, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTOXPathExtractionMarker, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTBinaryOpExpr, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTXPathUnaryExpr, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTXPathPrimaryExpr, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTXPathNumber, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTXPathFunctionCall, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(ASTXPathPathExpr, Object) - Method in interface uk.ac.ox.cs.diadem.oxpath.parse.ast.OXPathParserVisitor
-
- visit(SimpleNode, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(CustomSimpleNode, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTExpression, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTRelativeOXPathLocationPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTSimpleOXPathStepPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTOXPathKleeneStarPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTOXPathActionPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTOXPathNodeTestOp, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTXPathLiteral, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTXPathPredicate, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTOXPathExtractionMarker, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTBinaryOpExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTXPathUnaryExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTXPathPrimaryExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTXPathNumber, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTXPathFunctionCall, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visit(ASTXPathPathExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitComment(DOMNode) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMVisitor
-
- visitedPages() - Method in interface uk.ac.ox.cs.diadem.webapi.utils.BrowserStats
-
- visitNode(CustomSimpleNode, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(SimpleNode, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTExpression, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTRelativeOXPathLocationPath, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTSimpleOXPathStepPath, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTOXPathKleeneStarPath, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTOXPathActionPath, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTOXPathNodeTestOp, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTXPathLiteral, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTXPathPredicate, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTOXPathExtractionMarker, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTBinaryOpExpr, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTXPathUnaryExpr, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTXPathPrimaryExpr, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTXPathNumber, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTXPathFunctionCall, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(ASTXPathPathExpr, T) - Method in class uk.ac.ox.cs.diadem.oxpath.parse.visitor.OXPathVisitorGenericAdaptor
-
- visitNode(CustomSimpleNode, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(SimpleNode, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
- visitNode(ASTExpression, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTSimpleOXPathStepPath, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathExtractionMarker, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPredicate, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTRelativeOXPathLocationPath, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathKleeneStarPath, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathActionPath, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathNodeTestOp, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathLiteral, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTBinaryOpExpr, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathUnaryExpr, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPrimaryExpr, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathNumber, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathFunctionCall, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPathExpr, AttributeCollectorVisitor.MyData) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.AttributeCollectorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(CustomSimpleNode, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(SimpleNode, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
- visitNode(ASTExpression, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTRelativeOXPathLocationPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTSimpleOXPathStepPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathKleeneStarPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathActionPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathNodeTestOp, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathLiteral, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPredicate, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathExtractionMarker, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTBinaryOpExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathUnaryExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPrimaryExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathNumber, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathFunctionCall, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPathExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.DumpTreeVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(CustomSimpleNode, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
- visitNode(SimpleNode, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTExpression, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTRelativeOXPathLocationPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTSimpleOXPathStepPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathKleeneStarPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathActionPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathNodeTestOp, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathLiteral, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPredicate, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathExtractionMarker, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTBinaryOpExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathUnaryExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPrimaryExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathNumber, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathFunctionCall, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPathExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.PrintVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(SimpleNode, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(CustomSimpleNode, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTExpression, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTSimpleOXPathStepPath, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathExtractionMarker, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPredicate, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTRelativeOXPathLocationPath, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathKleeneStarPath, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathActionPath, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathNodeTestOp, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathLiteral, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTBinaryOpExpr, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathUnaryExpr, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPrimaryExpr, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathNumber, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathFunctionCall, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPathExpr, RelativePathCollector.MyLocalContext) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.RelativePathCollector
-
Constructs the String
representation of the subtree rooted at node
- visitNode(SimpleNode, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(CustomSimpleNode, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTExpression, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTRelativeOXPathLocationPath, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTSimpleOXPathStepPath, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathKleeneStarPath, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathActionPath, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathNodeTestOp, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathLiteral, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPredicate, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathExtractionMarker, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTBinaryOpExpr, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathUnaryExpr, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPrimaryExpr, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathNumber, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathFunctionCall, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPathExpr, List<String>) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.SimpleXPathAggregatorVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(SimpleNode, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(CustomSimpleNode, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTExpression, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTRelativeOXPathLocationPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTSimpleOXPathStepPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathKleeneStarPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathActionPath, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathNodeTestOp, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathLiteral, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPredicate, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTOXPathExtractionMarker, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTBinaryOpExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathUnaryExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPrimaryExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathNumber, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathFunctionCall, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitNode(ASTXPathPathExpr, Object) - Method in class uk.ac.ox.cs.diadem.oxpath.utils.StepCollapseVisitor
-
Constructs the String
representation of the subtree rooted at node
- visitProcessingInstruction(DOMNode) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMVisitor
-
- visitText(DOMNode) - Method in interface uk.ac.ox.cs.diadem.webapi.dom.DOMVisitor
-