com.trolltech.qt.xml
Class QXmlStreamNotationDeclaration
java.lang.Object
com.trolltech.qt.internal.QSignalEmitterInternal
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.xml.QXmlStreamNotationDeclaration
- All Implemented Interfaces:
- QtJambiInterface, java.lang.Cloneable
public class QXmlStreamNotationDeclaration
- extends QtJambiObject
- implements java.lang.Cloneable
The QXmlStreamNotationDeclaration
class represents a DTD notation declaration. An notation declaration consists of a name()
, a systemId()
, and a publicId()
.
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
QSignalEmitter.AbstractSignal, QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9 |
Nested classes/interfaces inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
currentSender |
Method Summary |
QXmlStreamNotationDeclaration |
clone()
This method is reimplemented for internal reasons |
java.lang.String |
name()
Returns the notation name. |
java.lang.String |
publicId()
Returns the public identifier. |
java.lang.String |
systemId()
Returns the system identifier. |
Methods inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
__qt_signalInitialization |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QXmlStreamNotationDeclaration
public QXmlStreamNotationDeclaration()
- Creates an empty notation declaration.
QXmlStreamNotationDeclaration
public QXmlStreamNotationDeclaration(QXmlStreamNotationDeclaration arg__1)
- Creates a copy of other.
name
public final java.lang.String name()
- Returns the notation name.
publicId
public final java.lang.String publicId()
- Returns the public identifier.
systemId
public final java.lang.String systemId()
- Returns the system identifier.
clone
public QXmlStreamNotationDeclaration clone()
- This method is reimplemented for internal reasons
- Overrides:
clone
in class java.lang.Object