CopperSpice API  1.9.1
QXmlStreamNotationDeclaration Class Reference

The QXmlStreamNotationDeclaration class represents a DTD notation declaration. More...

Public Methods

 QXmlStreamNotationDeclaration ()
 
 QXmlStreamNotationDeclaration (const QXmlStreamNotationDeclaration &other)
 
 ~QXmlStreamNotationDeclaration ()
 
QStringView name () const
 
bool operator!= (const QXmlStreamNotationDeclaration &other) const
 
QXmlStreamNotationDeclaration & operator= (const QXmlStreamNotationDeclaration &other)
 
bool operator== (const QXmlStreamNotationDeclaration &other) const
 
QStringView publicId () const
 
QStringView systemId () const
 

Related Functions

These are not member functions

typedef QXmlStreamNotationDeclarations
 

Detailed Description

The QXmlStreamNotationDeclaration class represents a DTD notation declaration. An notation declaration consists of a name(), a systemId(), and a publicId().

Constructor & Destructor Documentation

QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration ( )

Creates an empty notation declaration.

QXmlStreamNotationDeclaration::QXmlStreamNotationDeclaration ( const QXmlStreamNotationDeclaration &  other)

Creates a copy of other.

QXmlStreamNotationDeclaration::~QXmlStreamNotationDeclaration ( )

Destructs this notation declaration.

Method Documentation

QStringView QXmlStreamNotationDeclaration::name ( ) const
inline

Returns the notation name.

bool QXmlStreamNotationDeclaration::operator!= ( const QXmlStreamNotationDeclaration &  other) const
inline

Compares this notation declaration with other and returns true if they are not equal, otherwise returns false.

QXmlStreamNotationDeclaration & QXmlStreamNotationDeclaration::operator= ( const QXmlStreamNotationDeclaration &  other)

Copy assigns from other and returns a reference to this object.

bool QXmlStreamNotationDeclaration::operator== ( const QXmlStreamNotationDeclaration &  other) const
inline

Compares this notation declaration with other and returns true if they are equal, otherwise returns false.

QStringView QXmlStreamNotationDeclaration::publicId ( ) const
inline

Returns the public identifier.

QStringView QXmlStreamNotationDeclaration::systemId ( ) const
inline

Returns the system identifier.

Friends And Related Function Documentation