Unicorn XML Toolkit
Version 1.50.00

Namespace Uri

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.

Since:
1.00.00
Version:
1.50.00
Author:
Alexey Gokhberg
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


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.