org.kde.qt
public class QXmlNamespaceSupport extends Object implements QtSupport
| Constructor Summary | |
|---|---|
| protected | QXmlNamespaceSupport(Class dummy) |
| QXmlNamespaceSupport() | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| void | popContext() |
| String | prefix(String arg1) |
| ArrayList | prefixes() |
| ArrayList | prefixes(String arg1) |
| void | processName(String arg1, boolean arg2, StringBuffer arg3, StringBuffer arg4) |
| void | pushContext() |
| void | reset() |
| void | setPrefix(String arg1, String arg2) |
| void | splitName(String arg1, StringBuffer arg2, StringBuffer arg3) |
| String | uri(String arg1) |