Skip to end of metadata
Go to start of metadata

ElementPtr FB::DOM::Element::getChildNode ( const int  idx  )  const [virtual]

Gets a child node.

Author:
Richard Bateman
Date:
10/15/2010
Parameters:
idx Zero-based index of the node to fetch.
Returns:
The child node.

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

References getElement().

00072 {
00073     ElementPtr retVal(getElement("childNodes")->getElement(idx));
00074     return retVal;
00075 }

Here is the call graph for this function:


Generated on 19 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None