URI handling (hopefully) according to RFC2396. More...
#include <XalanParsedURI.hpp>
Collaboration diagram for XalanParsedURI:
URI handling (hopefully) according to RFC2396.
|
|
|
Default constructor.
|
|
Constructor which parses the passed in uri.
|
|
Constructor which parses the passed in uri.
|
|
Get the authority component.
|
|
Get the defined components mask.
|
|
Get the fragment component.
|
|
|
|
Get the path component.
|
|
Get function to get the query component.
|
|
Get the scheme component.
|
|
See if the authority component is defined.
|
|
See if the fragment component is defined.
|
|
See if the query component is defined.
|
|
See if the scheme component is defined.
|
|
Reassemble the uri components to make a complete URI.
|
|
Parse the passed in uri.
|
|
Parse the passed in uri.
|
|
Resolve the one URI relative to another. @relative The URI string to resolve @base The base URI string |
|
Resolve the one URI relative to another. @relative The URI string to resolve @relativeLen The lengh of the relative URI string @base The base URI string @baseLen The length of the base URI string |
|
Resolve this URI relative to another.
|
|
Resolve this URI relative to another.
|
|
Resolve this URI relative to another, according to RFC2396.
|
|
Set the authority component. Also sets the authority defined flag. |
|
Set the authority component. Also sets the authority defined flag. |
|
Set the defined components mask.
|
|
Set the fragment component. Also sets the fragment defined flag. |
|
Set the fragment component. Also sets the fragment defined flag. |
|
Set the path component.
|
|
Set the path component.
|
|
Set the query component. Also sets the query defined flag. |
|
Set the query component. Also sets the query defined flag. |
|
Set the scheme component. Also sets the scheme defined flag. |
|
Set the scheme component. Also sets the scheme defined flag. |
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10 |
|