SimpleFramesetA composite page. Wraps a frameset page and adds subframes. The original page will be mostly ignored. Implements the SimplePage interface so as to be interchangeable.
Located in /frames.php (line 24)
Stashes the frameset page. Will make use of the browser to fetch the sub frames recursively.
Adds a parsed page to the frameset.
Clears the frame focus for any nested frames.
Expands expandomatic URLs into fully qualified URLs for the frameset page.
General form finder. Will search all the frames or just the one in focus.
Finds a form in a page using a form finding method. Will also tag the form with the frame name it belongs in.
Accessor for last Authentication type. Only valid straight after a challenge (401).
Accessor for a form element value within a page.
Finds a held form by the form ID. A way of
identifying a specific form when we have control of the HTML code. The first form found either within the focused frame, or across frames, will be the one returned.
Finds a held form by image using a selector.
Will only search correctly built forms. The first form found either within the focused frame, or across frames, will be the one returned.
Finds a held form by button label. Will only search correctly built forms.
Accessor for current frame focus. Will be false if no frame has focus. Will have the nested frame focus if any.
Turns an internal array index into the frames list into a public name, or if none, then a one offset index.
Accessor for raw text of either all the pages or the frame in focus.
Accessor for last Authentication realm. Only valid straight after a challenge (401).
Accessor for plain text of either all the pages or the frame in focus.
Accessor for a URL by the id attribute. If in a frameset then the first link found with that ID attribute is returned only. Focus on a frame if you want one from a specific part of the frameset.
Accessor for URLs by the link label. Label will match regardess of whitespace issues and case.
Sets a field on each form in which the field is available.
Replaces existing frame with another. If the frame is nested, then the call is passed down one level.
Sets the focus by name. If already focused and the target frame also has frames, then the nested frame will be focused.
Sets the focus by index. The integer index starts from 1.
If already focused and the target frame also has frames, then the nested frame will be focused.
Attaches the intended frame index to a list of URLs.
Documentation generated on Sun, 31 Oct 2010 16:31:34 -0500 by phpDocumentor 1.4.3