-
首页
-
PyQt 4.11.4
-
所有类
-
模块
QXmlStreamNotationDeclaration Class Reference
[
QtCore
module]
The QXmlStreamNotationDeclaration class represents a DTD
notation declaration.
更多...
方法
Special Methods
-
bool
__eq__
(
self
, QXmlStreamNotationDeclaration
other
)
-
bool
__ne__
(
self
, QXmlStreamNotationDeclaration
other
)
详细描述
The QXmlStreamNotationDeclaration class represents a DTD
notation declaration.
An notation declaration consists of a
name
(), a
systemId
(), and a
publicId
().
方法文档编制
QXmlStreamNotationDeclaration.__init__ (
self
)
Creates an empty notation declaration.
Creates a copy of
other
.
QStringRef QXmlStreamNotationDeclaration.name (
self
)
Returns the notation name.
QStringRef QXmlStreamNotationDeclaration.publicId (
self
)
Returns the public identifier.
QStringRef QXmlStreamNotationDeclaration.systemId (
self
)
Returns the system identifier.
bool QXmlStreamNotationDeclaration.__eq__ (
self
,
QXmlStreamNotationDeclaration
other
)
bool QXmlStreamNotationDeclaration.__ne__ (
self
,
QXmlStreamNotationDeclaration
other
)
-
首页
-
PyQt 4.11.4
-
文档编制