QXmlName.localName is a member function in the QXmlName class in CPP. It is used to retrieve the local name of an XML name. The local name refers to the non-namespace part of the XML name.
C++ (Cpp) QXmlName::localName - 29 examples found. These are the top rated real world C++ (Cpp) examples of QXmlName::localName extracted from open source projects. You can rate examples to help us improve the quality of examples.