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