The PySide.QtCore.QXmlStreamNotationDeclaration class represents a DTD notation declaration.
An notation declaration consists of a PySide.QtCore.QXmlStreamNotationDeclaration.name() , a PySide.QtCore.QXmlStreamNotationDeclaration.systemId() , and a PySide.QtCore.QXmlStreamNotationDeclaration.publicId() .
Parameters: | arg__1 – PySide.QtCore.QXmlStreamNotationDeclaration |
---|
Creates an empty notation declaration.
Creates a copy of other .
Return type: | PySide.QtCore.QStringRef |
---|
Returns the notation name.
Parameters: | other – PySide.QtCore.QXmlStreamNotationDeclaration |
---|---|
Return type: | PySide.QtCore.bool |
Compares this notation declaration with other and returns true if they are not equal; otherwise returns false.
Parameters: | other – PySide.QtCore.QXmlStreamNotationDeclaration |
---|---|
Return type: | PySide.QtCore.bool |
Compares this notation declaration with other and returns true if they are equal; otherwise returns false.
Return type: | PySide.QtCore.QStringRef |
---|
Returns the public identifier.
Return type: | PySide.QtCore.QStringRef |
---|
Returns the system identifier.