QXmlStreamNotationDeclaration Class Reference

[QtCore module]

该QXmlStreamNotationDeclaration类表示一个DTD符号声明。More…

Methods

  • __init__ (self)
  • __init__ (self, QXmlStreamNotationDeclaration)
  • QStringRef name (self)
  • QStringRef publicId (self)
  • QStringRef systemId (self)

Special Methods

  • bool __eq__ (self, QXmlStreamNotationDeclaration other)
  • bool __ne__ (self, QXmlStreamNotationDeclaration other)

Detailed Description

该QXmlStreamNotationDeclaration类表示一个DTD符号声明。

一个符号声明包含一个name()的一个systemId() ,和一个publicId( ) 。


Method Documentation

  1. QXmlStreamNotationDeclaration.__init__ (self)

创建一个空符号声明。

  1. QXmlStreamNotationDeclaration.__init__ (self, QXmlStreamNotationDeclaration)

创建副本other

  1. QStringRef QXmlStreamNotationDeclaration.name (self)

返回符号名。

  1. QStringRef QXmlStreamNotationDeclaration.publicId (self)

返回公共标识符。

  1. QStringRef QXmlStreamNotationDeclaration.systemId (self)

返回系统标识符。

  1. bool QXmlStreamNotationDeclaration.__eq__ (self, QXmlStreamNotationDeclaration other)
  1. bool QXmlStreamNotationDeclaration.__ne__ (self, QXmlStreamNotationDeclaration other)