Gets a child element of the specified name. This is the rough equivilent of the following javascript command
Definition at line 190 of file ScriptingCore/DOM/Element.h. Referenced by getChildNode(), and getParentNode(). 00191 { 00192 JSObjectPtr api = getProperty<FB::JSObjectPtr>(name); 00193 ElementPtr retVal((api) ? new Element(api) : NULL); 00194 return retVal; 00195 } |
Generated on 19 Jun 2013 for FireBreath by
1.6.1
Labels
