org.eclipse.swt.internal.mozilla
Class nsIURI
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIURI
public class nsIURI
- extends nsISupports
Constructor Summary |
nsIURI(long address)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_IURI_IID_STR
public static final java.lang.String NS_IURI_IID_STR
- See Also:
- Constant Field Values
NS_IURI_IID
public static final nsID NS_IURI_IID
nsIURI
public nsIURI(long address)
GetSpec
public int GetSpec(long aSpec)
SetSpec
public int SetSpec(long aSpec)
GetPrePath
public int GetPrePath(long aPrePath)
GetScheme
public int GetScheme(long aScheme)
SetScheme
public int SetScheme(long aScheme)
GetUserPass
public int GetUserPass(long aUserPass)
SetUserPass
public int SetUserPass(long aUserPass)
GetUsername
public int GetUsername(long aUsername)
SetUsername
public int SetUsername(long aUsername)
GetPassword
public int GetPassword(long aPassword)
SetPassword
public int SetPassword(long aPassword)
GetHostPort
public int GetHostPort(long aHostPort)
SetHostPort
public int SetHostPort(long aHostPort)
GetHost
public int GetHost(long aHost)
SetHost
public int SetHost(long aHost)
GetPort
public int GetPort(int[] aPort)
SetPort
public int SetPort(int aPort)
GetPath
public int GetPath(long aPath)
SetPath
public int SetPath(long aPath)
Equals
public int Equals(long other,
int[] _retval)
SchemeIs
public int SchemeIs(byte[] scheme,
int[] _retval)
Clone
public int Clone(long[] _retval)
Resolve
public int Resolve(long relativePath,
long _retval)
GetAsciiSpec
public int GetAsciiSpec(long aAsciiSpec)
GetAsciiHost
public int GetAsciiHost(long aAsciiHost)
GetOriginCharset
public int GetOriginCharset(long aOriginCharset)