Creates a FB::DOM::Node object from a JSObjectPtr representing a DOM node. This will probably throw an exception and definitely not work right if the js object represented is not a node.
Reimplemented in FB::DOM::Document, FB::DOM::Element, and FB::DOM::Window. Definition at line 74 of file ScriptingCore/DOM/Node.h. Referenced by getNode(). 00074 { 00075 if (!api) { return NodePtr(); } 00076 return api->getHost()->_createNode(api); 00077 } |
Generated on 24 May 2013 for FireBreath by
1.6.1
Labels
