Eneboo - Documentación para desarrolladores
Métodos públicos | Amigas
Referencia de la Clase QDomDocumentType

The QDomDocumentType class is the representation of the DTD in the document tree.XMLThe QDomDocumentType class allows read-only access to some of the data structures in the DTD: it can return a map of all entities() and notations(). In addition the function name() returns the name of the document type as specified in the <!DOCTYPE name> tag. This class also provides the publicId(), systemId() and internalSubset() functions. Más...

#include <qdom.h>

Diagrama de herencias de QDomDocumentType
QDomNode QDomNode

Lista de todos los miembros.

Métodos públicos

 QDomDocumentType ()
 QDomDocumentType (const QDomDocumentType &x)
QDomDocumentTypeoperator= (const QDomDocumentType &)
 ~QDomDocumentType ()
virtual QString name () const
virtual QDomNamedNodeMap entities () const
virtual QDomNamedNodeMap notations () const
virtual QString publicId () const
virtual QString systemId () const
virtual QString internalSubset () const
QDomNode::NodeType nodeType () const
bool isDocumentType () const
 QDomDocumentType ()
 QDomDocumentType (const QDomDocumentType &x)
QDomDocumentTypeoperator= (const QDomDocumentType &)
 ~QDomDocumentType ()
virtual QString name () const
virtual QDomNamedNodeMap entities () const
virtual QDomNamedNodeMap notations () const
virtual QString publicId () const
virtual QString systemId () const
virtual QString internalSubset () const
QDomNode::NodeType nodeType () const
bool isDocumentType () const

Amigas

class QDomImplementation
class QDomDocument
class QDomNode

Descripción detallada

The QDomDocumentType class is the representation of the DTD in the document tree.

XML

The QDomDocumentType class allows read-only access to some of the data structures in the DTD: it can return a map of all entities() and notations(). In addition the function name() returns the name of the document type as specified in the <!DOCTYPE name> tag. This class also provides the publicId(), systemId() and internalSubset() functions.

Ver también:
QDomDocument

Documentación del constructor y destructor

QDomDocumentType::QDomDocumentType ( )

Creates an empty QDomDocumentType object.

QDomDocumentType::QDomDocumentType ( const QDomDocumentType n)

Constructs a copy of n.

The data of the copy is shared (shallow copy): modifying one node will also change the other. If you want to make a deep copy, use cloneNode().

QDomDocumentType::~QDomDocumentType ( )

Destroys the object and frees its resources.

QDomDocumentType::QDomDocumentType ( )
QDomDocumentType::QDomDocumentType ( const QDomDocumentType x)
QDomDocumentType::~QDomDocumentType ( )

Documentación de las funciones miembro

QDomNamedNodeMap QDomDocumentType::entities ( ) const [virtual]

Returns a map of all entities described in the DTD.

virtual QDomNamedNodeMap QDomDocumentType::entities ( ) const [virtual]
virtual QString QDomDocumentType::internalSubset ( ) const [virtual]
QString QDomDocumentType::internalSubset ( ) const [virtual]

Returns the internal subset of the document type or QString::null if there is no internal subset.

Ver también:
publicId() systemId()
bool QDomDocumentType::isDocumentType ( ) const [virtual]

This function overloads QDomNode::isDocumentType().

Ver también:
nodeType() QDomNode::toDocumentType()

Reimplementado de QDomNode.

bool QDomDocumentType::isDocumentType ( ) const [virtual]

Returns TRUE if the node is a document type; otherwise returns FALSE.

If this function returns TRUE, it does not imply that this object is a QDomDocumentType; you can get the QDomDocumentType with toDocumentType().

Ver también:
toDocumentType()

Reimplementado de QDomNode.

virtual QString QDomDocumentType::name ( ) const [virtual]
QString QDomDocumentType::name ( ) const [virtual]

Returns the name of the document type as specified in the <!DOCTYPE name> tag.

Ver también:
nodeName()
QDomNode::NodeType QDomDocumentType::nodeType ( ) const [virtual]

Returns DocumentTypeNode.

Ver también:
isDocumentType() QDomNode::toDocumentType()

Reimplementado de QDomNode.

QDomNode::NodeType QDomDocumentType::nodeType ( ) const [virtual]
virtual QDomNamedNodeMap QDomDocumentType::notations ( ) const [virtual]
QDomNamedNodeMap QDomDocumentType::notations ( ) const [virtual]

Returns a map of all notations described in the DTD.

QDomDocumentType& QDomDocumentType::operator= ( const QDomDocumentType )
QDomDocumentType & QDomDocumentType::operator= ( const QDomDocumentType n)

Assigns n to this document type.

The data of the copy is shared (shallow copy): modifying one node will also change the other. If you want to make a deep copy, use cloneNode().

virtual QString QDomDocumentType::publicId ( ) const [virtual]
QString QDomDocumentType::publicId ( ) const [virtual]

Returns the public identifier of the external DTD subset or QString::null if there is no public identifier.

Ver también:
systemId() internalSubset() QDomImplementation::createDocumentType()
QString QDomDocumentType::systemId ( ) const [virtual]

Returns the system identifier of the external DTD subset or QString::null if there is no system identifier.

Ver también:
publicId() internalSubset() QDomImplementation::createDocumentType()
virtual QString QDomDocumentType::systemId ( ) const [virtual]

Documentación de las funciones relacionadas y clases amigas

QDomDocument [friend]

Reimplementado de QDomNode.

QDomNode [friend]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'