|
|
|
|
|
authority(self)
Get the authority part from an URI |
source code
|
|
|
fragment(self)
Get the fragment part from an URI |
source code
|
|
|
opaque(self)
Get the opaque part from an URI |
source code
|
|
|
|
|
|
|
|
|
|
|
scheme(self)
Get the scheme part from an URI |
source code
|
|
|
server(self)
Get the server part from an URI |
source code
|
|
|
setAuthority(self,
authority)
Set the authority part of an URI. |
source code
|
|
|
setFragment(self,
fragment)
Set the fragment part of an URI. |
source code
|
|
|
setOpaque(self,
opaque)
Set the opaque part of an URI. |
source code
|
|
|
setPath(self,
path)
Set the path part of an URI. |
source code
|
|
|
setPort(self,
port)
Set the port part of an URI. |
source code
|
|
|
setQuery(self,
query)
Set the query part of an URI. |
source code
|
|
|
|
|
setScheme(self,
scheme)
Set the scheme part of an URI. |
source code
|
|
|
setServer(self,
server)
Set the server part of an URI. |
source code
|
|
|
setUser(self,
user)
Set the user part of an URI. |
source code
|
|
|
|
|
parseURIReference(self,
str)
Parse an URI reference string and fills in the appropriate fields
of the @uri structure URI-reference = [ absoluteURI | relativeURI ]
[ "#" fragment ] |
source code
|
|
|
printURI(self,
stream)
Prints the URI in the stream @stream. |
source code
|
|
|
saveUri(self)
Save the URI as an escaped string |
source code
|
|