Skip to end of metadata
Go to start of metadata

ElementPtr FB::DOM::Element::getParentNode (  )  const [virtual]

Gets the parent node of the current Element.

Returns:
The parent node.

Definition at line 77 of file ScriptingCore/DOM/Element.cpp.

References getElement().

00078 {
00079     ElementPtr retVal(getElement("parentNode"));
00080     return retVal;
00081 }

Here is the call graph for this function:


Generated on 25 May 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None