Skip to end of metadata
Go to start of metadata

NodePtr FB::DOM::Node::getNode ( const int  idx  )  const [virtual]

Gets a child node of the specified name by index.

Parameters:
idx the index of the child node to fetch
Returns:
child node

Definition at line 31 of file ScriptingCore/DOM/Node.cpp.

References create().

00032 {
00033     FB::JSObjectPtr api = getProperty<JSObjectPtr>(idx);
00034     return Node::create(api);
00035 }

Here is the call graph for this function:


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