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>
Lista de todos los miembros.
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 |
( |
| ) |
|
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 |
( |
| ) |
|
Documentación de las funciones miembro
Returns a map of all entities described in the DTD.
virtual QString QDomDocumentType::internalSubset |
( |
| ) |
const [virtual] |
QString QDomDocumentType::internalSubset |
( |
| ) |
const [virtual] |
bool QDomDocumentType::isDocumentType |
( |
| ) |
const [virtual] |
bool QDomDocumentType::isDocumentType |
( |
| ) |
const [virtual] |
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()
Returns the type of the node.
- Ver también:
- toAttr(), toCDATASection(), toDocumentFragment(), toDocument() toDocumentType(), toElement(), toEntityReference(), toText(), toEntity() toNotation(), toProcessingInstruction(), toCharacterData(), toComment()
Reimplementado de QDomNode.
Returns a map of all notations described in the DTD.
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] |
QString QDomDocumentType::systemId |
( |
| ) |
const [virtual] |
virtual QString QDomDocumentType::systemId |
( |
| ) |
const [virtual] |
Documentación de las funciones relacionadas y clases amigas
La documentación para esta clase fue generada a partir de los siguientes ficheros: