Qt 4.8
Public Types | Public Functions | Properties | List of all members
QPatternist::XsdApplicationInformation Class Reference

Represents a XSD appinfo object. More...

#include <qxsdapplicationinformation_p.h>

Inheritance diagram for QPatternist::XsdApplicationInformation:
QPatternist::NamedSchemaComponent QPatternist::SchemaComponent QSharedData

Public Types

typedef QList< XsdApplicationInformation::PtrList
 
typedef QExplicitlySharedDataPointer< XsdApplicationInformationPtr
 
- Public Types inherited from QPatternist::NamedSchemaComponent
enum  BlockingConstraint { RestrictionConstraint = 1, ExtensionConstraint = 2, SubstitutionConstraint = 4 }
 
typedef QExplicitlySharedDataPointer< NamedSchemaComponentPtr
 

Public Functions

QString content () const
 
void setContent (const QString &content)
 
void setSource (const AnyURI::Ptr &source)
 
AnyURI::Ptr source () const
 
- Public Functions inherited from QPatternist::NamedSchemaComponent
virtual QString displayName (const NamePool::Ptr &namePool) const
 
virtual QXmlName name (const NamePool::Ptr &namePool) const
 
 NamedSchemaComponent ()
 
void setName (const QXmlName &name)
 
virtual ~NamedSchemaComponent ()
 
- Public Functions inherited from QPatternist::SchemaComponent
 SchemaComponent ()
 
virtual ~SchemaComponent ()
 
- Public Functions inherited from QSharedData
 QSharedData ()
 Constructs a QSharedData object with a reference count of 0. More...
 
 QSharedData (const QSharedData &)
 Constructs a QSharedData object with reference count 0. More...
 

Properties

QString m_content
 
AnyURI::Ptr m_source
 

Additional Inherited Members

- Public Variables inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Represents a XSD appinfo object.

This class represents the appinfo component of an annotation object of a XML schema as described here.

Author
Tobias Koenig tobia.nosp@m.s.ko.nosp@m.enig@.nosp@m.noki.nosp@m.a.com

Definition at line 74 of file qxsdapplicationinformation_p.h.

Typedefs

◆ List

Definition at line 78 of file qxsdapplicationinformation_p.h.

◆ Ptr

Definition at line 77 of file qxsdapplicationinformation_p.h.

Functions

◆ content()

QString XsdApplicationInformation::content ( ) const

Returns the content of the application information.

Definition at line 63 of file qxsdapplicationinformation.cpp.

Referenced by setContent().

◆ setContent()

void XsdApplicationInformation::setContent ( const QString content)

Sets the content of the application information.

The content can be of abritrary type.

Definition at line 58 of file qxsdapplicationinformation.cpp.

◆ setSource()

void XsdApplicationInformation::setSource ( const AnyURI::Ptr source)

Sets the source of the application information.

The source points to an URL that contains more information.

Definition at line 48 of file qxsdapplicationinformation.cpp.

◆ source()

AnyURI::Ptr XsdApplicationInformation::source ( ) const

Returns the source of the application information.

Definition at line 53 of file qxsdapplicationinformation.cpp.

Referenced by setSource().

Properties

◆ m_content

QString QPatternist::XsdApplicationInformation::m_content
private

Definition at line 107 of file qxsdapplicationinformation_p.h.

Referenced by content(), and setContent().

◆ m_source

AnyURI::Ptr QPatternist::XsdApplicationInformation::m_source
private

Definition at line 106 of file qxsdapplicationinformation_p.h.

Referenced by setSource(), and source().


The documentation for this class was generated from the following files: