Qt Jambi Home

com.trolltech.qt.xml
Class QXmlStreamNotationDeclaration

java.lang.Object
  extended by com.trolltech.qt.QSignalEmitter
      extended by com.trolltech.qt.QtJambiObject
          extended by com.trolltech.qt.xml.QXmlStreamNotationDeclaration
All Implemented Interfaces:
QtJambiInterface

public class QXmlStreamNotationDeclaration
extends QtJambiObject

The QXmlStreamNotationDeclaration class represents a DTD notation declaration.

An notation declaration consists of a name, a systemId, and a publicId.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter
QSignalEmitter.AbstractSignal, 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
QXmlStreamNotationDeclaration()
          Creates an empty notation declaration.
QXmlStreamNotationDeclaration(QXmlStreamNotationDeclaration arg__1)
          Creates a copy of arg__1.
 
Method Summary
 boolean equals(java.lang.Object other)
          
static QXmlStreamNotationDeclaration fromNativePointer(QNativePointer nativePointer)
          This function returns the QXmlStreamNotationDeclaration instance pointed to by nativePointer
 java.lang.String name()
          Returns the notation name.
static QNativePointer nativePointerArray(QXmlStreamNotationDeclaration[] array)
          This function returns a QNativePointer that is pointing to the specified QXmlStreamNotationDeclaration array.
 java.lang.String publicId()
          Returns the public identifier.
 java.lang.String systemId()
          Returns the system identifier.
 
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

QXmlStreamNotationDeclaration

public QXmlStreamNotationDeclaration(QXmlStreamNotationDeclaration arg__1)

Creates a copy of arg__1.


QXmlStreamNotationDeclaration

public QXmlStreamNotationDeclaration()

Creates an empty notation declaration.

Method Detail

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.


fromNativePointer

public static QXmlStreamNotationDeclaration fromNativePointer(QNativePointer nativePointer)
This function returns the QXmlStreamNotationDeclaration instance pointed to by nativePointer

Parameters:
nativePointer - the QNativePointer of which object should be returned.

nativePointerArray

public static QNativePointer nativePointerArray(QXmlStreamNotationDeclaration[] array)
This function returns a QNativePointer that is pointing to the specified QXmlStreamNotationDeclaration array.

Parameters:
array - the array that the returned pointer will point to.
Returns:
a QNativePointer that is pointing to the specified array.

equals

public boolean equals(java.lang.Object other)

Overrides:
equals in class java.lang.Object

Qt Jambi Home