A 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.
Expands expandomatic URLs into fully qualified URLs for the frameset page.
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.
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.
Documentation generated on Sun, 04 May 2008 09:21:39 -0500 by phpDocumentor 1.3.0