GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CQL::Prefix(3) User Contributed Perl Documentation CQL::Prefix(3)

CQL::Prefix - represents a CQL prefix mapping

    use CQL::Prefix;

Represents a CQL prefix mapping from short name to long identifier.

You need to pass in the name and identifier parameters.

The name is the short name of the prefix mapping. That is, the prefix itself, such as dc, as it might be used in a qualifier like dc.title.

The identifier is the name of the prefix mapping. That is, typically, a URI permanently allocated to a specific qualifier set, such as http://zthes.z3950.org/cql/1.0.

    my $prefix = CQL::Prefix->new(
        name        => 'dc',
        identifier  => 'http://zthes.z3950.org/cql/1.0'
    );

2012-11-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.