|
Returns a pointer to the frameset
element, if the document is an
xhtml frameset document, and if the frameset element is present.
markup* document::frameset();1st Variety
const markup* document::frameset() const;2nd Variety
None
Returns a pointer to the frameset
element, if the document is an xhtml frameset document, and if the frameset element is present. If
either of these conditions are not satisfied, returns NULL.
This operation is one of the more common operations in document
. This operation allows a very convienient way to access frames in the frameset
element of the document, and to add frames to the frameset as well. This function can also be called to check or verify that the frameset
element exists.
Constant