Class QXmlName

java.lang.Object
io.qt.QtObject
io.qt.xmlpatterns.QXmlName
All Implemented Interfaces:
QtObjectInterface, Cloneable

public class QXmlName extends QtObject implements Cloneable

Represents the name of an XML node, in an efficient, namespace-aware way. QXmlName represents the name of an XML node in a way that is both efficient and safe for comparing names. Normally, an XML node represents an XML element or attribute, but QXmlName can also represent the names of other kinds of nodes, e.g., QAbstractXmlReceiver::processingInstruction() and QAbstractXmlReceiver::namespaceBinding()

Java wrapper for Qt class QXmlName