|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.xml.QDomNode
com.trolltech.qt.xml.QDomDocumentType
public class QDomDocumentType
The QDomDocumentType class is the representation of the DTD in the document tree. 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.
QDomDocument.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.trolltech.qt.xml.QDomNode |
|---|
QDomNode.EncodingPolicy, QDomNode.NodeType |
| Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
|---|
QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9 |
| Constructor Summary | |
|---|---|
QDomDocumentType()
Creates an empty QDomDocumentType object. |
|
QDomDocumentType(QDomDocumentType x)
Constructs a copy of n. |
|
| Method Summary | |
|---|---|
QDomDocumentType |
clone()
This method is reimplemented for internal reasons |
QDomNamedNodeMap |
entities()
Returns a map of all entities described in the DTD. |
static QDomDocumentType |
fromNativePointer(QNativePointer nativePointer)
|
java.lang.String |
internalSubset()
Returns the internal subset of the document type or an empty string if there is no internal subset. |
java.lang.String |
name()
Returns the name of the document type as specified in the <!DOCTYPE name> tag. |
static QNativePointer |
nativePointerArray(QDomDocumentType[] array)
|
QDomNamedNodeMap |
notations()
Returns a map of all notations described in the DTD. |
java.lang.String |
publicId()
Returns the public identifier of the external DTD subset or an empty string if there is no public identifier. |
java.lang.String |
systemId()
Returns the system identifier of the external DTD subset or an empty string if there is no system identifier. |
| Methods inherited from class com.trolltech.qt.QtJambiObject |
|---|
dispose, disposed, equals, finalize, reassignNativeResources, tr, tr, tr |
| Methods inherited from class com.trolltech.qt.QSignalEmitter |
|---|
blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.trolltech.qt.QtJambiInterface |
|---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
| Constructor Detail |
|---|
public QDomDocumentType()
QDomDocumentType object.
public QDomDocumentType(QDomDocumentType x)
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().
| Method Detail |
|---|
public final QDomNamedNodeMap entities()
public final java.lang.String internalSubset()
publicId(), and systemId().
public final java.lang.String name()
nodeName().
public final QDomNamedNodeMap notations()
public final java.lang.String publicId()
systemId(), internalSubset(), and QDomImplementation::createDocumentType().
public final java.lang.String systemId()
publicId(), internalSubset(), and QDomImplementation::createDocumentType().
public static QDomDocumentType fromNativePointer(QNativePointer nativePointer)
public static QNativePointer nativePointerArray(QDomDocumentType[] array)
public QDomDocumentType clone()
clone in class QDomNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||