public class nsIURI extends nsISupports
| Modifier and Type | Field and Description |
|---|---|
static nsID |
NS_IURI_10_IID |
static java.lang.String |
NS_IURI_10_IID_STR |
static nsID |
NS_IURI_IID |
static java.lang.String |
NS_IURI_IID_STR |
IsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsIURI(long address) |
| Modifier and Type | Method and Description |
|---|---|
int |
Clone(long[] _retval) |
int |
CloneIgnoringRef(long[] _retval) |
int |
Equals(long other,
int[] _retval) |
int |
EqualsExceptRef(long other,
int[] _retval) |
int |
GetAsciiHost(long aAsciiHost) |
int |
GetAsciiSpec(long aAsciiSpec) |
int |
GetHasRef(int[] aHasRef) |
int |
GetHost(long aHost) |
int |
GetHostPort(long aHostPort) |
int |
GetOriginCharset(long aOriginCharset) |
int |
GetPassword(long aPassword) |
int |
GetPath(long aPath) |
int |
GetPort(int[] aPort) |
int |
GetPrePath(long aPrePath) |
int |
GetRef(long aRef) |
int |
GetScheme(long aScheme) |
int |
GetSpec(long aSpec) |
int |
GetSpecIgnoringRef(long aSpecIgnoringRef) |
int |
GetUsername(long aUsername) |
int |
GetUserPass(long aUserPass) |
int |
Resolve(long relativePath,
long _retval) |
int |
SchemeIs(byte[] scheme,
int[] _retval) |
int |
SetHost(long aHost) |
int |
SetHostPort(long aHostPort) |
int |
SetPassword(long aPassword) |
int |
SetPath(long aPath) |
int |
SetPort(int aPort) |
int |
SetRef(long aRef) |
int |
SetScheme(long aScheme) |
int |
SetSpec(long aSpec) |
int |
SetUsername(long aUsername) |
int |
SetUserPass(long aUserPass) |
AddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_IURI_IID_STR
public static final java.lang.String NS_IURI_10_IID_STR
public static final nsID NS_IURI_IID
public static final nsID NS_IURI_10_IID
public int GetSpec(long aSpec)
public int SetSpec(long aSpec)
public int GetPrePath(long aPrePath)
public int GetScheme(long aScheme)
public int SetScheme(long aScheme)
public int GetUserPass(long aUserPass)
public int SetUserPass(long aUserPass)
public int GetUsername(long aUsername)
public int SetUsername(long aUsername)
public int GetPassword(long aPassword)
public int SetPassword(long aPassword)
public int GetHostPort(long aHostPort)
public int SetHostPort(long aHostPort)
public int GetHost(long aHost)
public int SetHost(long aHost)
public int GetPort(int[] aPort)
public int SetPort(int aPort)
public int GetPath(long aPath)
public int SetPath(long aPath)
public int Equals(long other,
int[] _retval)
public int SchemeIs(byte[] scheme,
int[] _retval)
public int Clone(long[] _retval)
public int Resolve(long relativePath,
long _retval)
public int GetAsciiSpec(long aAsciiSpec)
public int GetAsciiHost(long aAsciiHost)
public int GetOriginCharset(long aOriginCharset)
public int GetRef(long aRef)
public int SetRef(long aRef)
public int EqualsExceptRef(long other,
int[] _retval)
public int CloneIgnoringRef(long[] _retval)
public int GetSpecIgnoringRef(long aSpecIgnoringRef)
public int GetHasRef(int[] aHasRef)