Skip to end of metadata
Go to start of metadata

std::vector< ElementPtr > FB::DOM::Element::getElementsByTagName ( const std::wstring &  tagName  )  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 90 of file ScriptingCore/DOM/Element.cpp.

References getElementsByTagName(), and FB::wstring_to_utf8().

00091 {
00092     return getElementsByTagName(FB::wstring_to_utf8(tagName));
00093 }

Here is the call graph for this function:


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