|
|
||||||||||
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.QXmlStreamEntityDeclaration
public class QXmlStreamEntityDeclaration
The QXmlStreamEntityDeclaration class represents a DTD entity declaration.
An entity declaration consists of a name, a notationName, a systemId, a publicId, and a value.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
---|
QSignalEmitter.Signal0, QSignalEmitter.Signal1<A>, QSignalEmitter.Signal2<A,B>, QSignalEmitter.Signal3<A,B,C>, QSignalEmitter.Signal4<A,B,C,D>, QSignalEmitter.Signal5<A,B,C,D,E>, QSignalEmitter.Signal6<A,B,C,D,E,F>, QSignalEmitter.Signal7<A,B,C,D,E,F,G>, QSignalEmitter.Signal8<A,B,C,D,E,F,G,H>, QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> |
Constructor Summary | |
---|---|
QXmlStreamEntityDeclaration()
Creates an empty entity declaration. |
|
QXmlStreamEntityDeclaration(QXmlStreamEntityDeclaration arg__1)
Creates a copy of arg__1. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
static QXmlStreamEntityDeclaration |
fromNativePointer(QNativePointer nativePointer)
This function returns the QXmlStreamEntityDeclaration instance pointed to by nativePointer |
java.lang.String |
name()
Returns the entity name. |
static QNativePointer |
nativePointerArray(QXmlStreamEntityDeclaration[] array)
This function returns a QNativePointer that is pointing to the specified QXmlStreamEntityDeclaration array. |
java.lang.String |
notationName()
Returns the notation name. |
java.lang.String |
publicId()
Returns the public identifier. |
java.lang.String |
systemId()
Returns the system identifier. |
java.lang.String |
value()
Returns the entity's value. |
Methods inherited from class com.trolltech.qt.QtJambiObject |
---|
dispose, disposed, 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 |
---|
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.trolltech.qt.QtJambiInterface |
---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
Constructor Detail |
---|
public QXmlStreamEntityDeclaration()
Creates an empty entity declaration.
public QXmlStreamEntityDeclaration(QXmlStreamEntityDeclaration arg__1)
Creates a copy of arg__1.
Method Detail |
---|
public final java.lang.String name()
Returns the entity name.
public final java.lang.String notationName()
Returns the notation name.
public final java.lang.String publicId()
Returns the public identifier.
public final java.lang.String systemId()
Returns the system identifier.
public final java.lang.String value()
Returns the entity's value.
public static QXmlStreamEntityDeclaration fromNativePointer(QNativePointer nativePointer)
nativePointer
- the QNativePointer of which object should be returned.public static QNativePointer nativePointerArray(QXmlStreamEntityDeclaration[] array)
array
- the array that the returned pointer will point to.
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |