|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
PREV NAMESPACE NEXT NAMESPACE | FRAMES NO FRAMES |
Provides classes implementing operations with Universal Resource Identifiers (URI).
The syntax of URI is described in RFC 2396. Uniform Resource Identifiers (URI): Generic Syntax" .
Note that although the general URI syntax is supported
by the URI parsing methods, the modules of this toolkit can
read from and write to resources identified by
the
file://
schema only.
On Win32 platforms, the file URI syntax is
file://localhost/<drive>/<directory1>/.../<directoryN>/<filename>
The drive name should not contain the
":"
(colon)
character. For example, the file
d:\unicorn\uxsl\samples\test.xml
may be described using the URI
file://localhost/d/unicorn/uxsl/samples/test.xml
Fragment identifiers are not supported.
Class Summary | |
CUriException
|
The exception thrown when an error occurs during URI processing. |
CUri
|
The representation for the Universal Resource Identifier (URI). |
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
PREV NAMESPACE NEXT NAMESPACE | FRAMES NO FRAMES |