Skip to end of metadata
Go to start of metadata

ElementPtr FB::DOM::Element::element (  )  [inline]

Gets a FB::DOM::ElementPtr pointing to the current object.

Returns:
FB::DOM::ElementPtr point to the current object

Definition at line 48 of file ScriptingCore/DOM/Element.h.

References FB::DOM::Node::node().

00048 { return boost::dynamic_pointer_cast<Element>(node()); }

Here is the call graph for this function:


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