Skip to end of metadata
Go to start of metadata

FB::DOM::NodePtr FB::DOM::Node::getNode ( const std::wstring &  name  )  const [virtual]

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

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

References FB::wstring_to_utf8().

Referenced by FB::DOM::Element::getChildNodeCount(), and FB::DOM::Window::getLocation().

00022 {
00023     return getNode(FB::wstring_to_utf8(name));
00024 }

Here is the call graph for this function:


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