org.kde.qt

Class QXmlNamespaceSupport

public class QXmlNamespaceSupport extends Object implements QtSupport

Constructor Summary
protected QXmlNamespaceSupport(Class dummy)
QXmlNamespaceSupport()
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
voidpopContext()
Stringprefix(String arg1)
ArrayListprefixes()
ArrayListprefixes(String arg1)
voidprocessName(String arg1, boolean arg2, StringBuffer arg3, StringBuffer arg4)
voidpushContext()
voidreset()
voidsetPrefix(String arg1, String arg2)
voidsplitName(String arg1, StringBuffer arg2, StringBuffer arg3)
Stringuri(String arg1)

Constructor Detail

QXmlNamespaceSupport

protected QXmlNamespaceSupport(Class dummy)

QXmlNamespaceSupport

public QXmlNamespaceSupport()

Method Detail

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

popContext

public void popContext()

prefix

public String prefix(String arg1)

prefixes

public ArrayList prefixes()

prefixes

public ArrayList prefixes(String arg1)

processName

public void processName(String arg1, boolean arg2, StringBuffer arg3, StringBuffer arg4)

pushContext

public void pushContext()

reset

public void reset()

setPrefix

public void setPrefix(String arg1, String arg2)

splitName

public void splitName(String arg1, StringBuffer arg2, StringBuffer arg3)

uri

public String uri(String arg1)