NAME
Net::Yadis::Object - a class of Yadis Resourse Descriptor's Service Object
SYNOPSIS
my
$disc
= Net::Yadis::Discovery->new();
foreach
my
$srv
(
@xrd
) {
# Loop for Each Service in Yadis Resourse Descriptor
$srv
->priority;
# Service priority (sorted)
$srv
->Type;
# Identifier of some version of some service (scalar, array or array ref)
$srv
->URI;
# URI that resolves to a resource providing the service (scalar, array or array ref)
# Extra field of some service
}
DESCRIPTION
After Net::Yadis::Discovery crawls Yadis URL, finds Yadis Resource Descriptor URL, and reads XRD file, you get this objects.
METHODS
- $srv->priority
-
This field specified preferences for the service.
- $srv->Type
-
Returns URI or XRI type identifier of some version of some service.
- $srv->URI
-
Returns URI that resolves to a resource providing the service.
- $srv->extra_field( $fieldname , $namespace )
-
Accessor of extra service fields. Argument $namespace is optional, and if specified, can access to other xml namespace fields.
COPYRIGHT, WARRANTY, AUTHOR
See Net::Yadis::Discovery for author, copyrignt and licensing information.
SEE ALSO
Yadis website: http://yadis.org/
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 64:
You forgot a '=back' before '=head1'