XML::DB::Resource

XML::DB::Resource is a Wrapper class for documents or document fragments.
Download

XML::DB::Resource Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Graham Seaman
  • Publisher web site:
  • http://search.cpan.org/~gseaman/XML-DB/lib/XML/DB/DatabaseManager.pm

XML::DB::Resource Tags


XML::DB::Resource Description

XML::DB::Resource is a Wrapper class for documents or document fragments. XML::DB::Resource is a Wrapper class for documents or document fragments.SYNOPSIS $resource = $collection->getResource($id); $id = $resource->getId(); $xml = $resource->getContent(); $resource->setContent($xml); $collection->storeResource($resource); $parentColl = $resource->getParentCollection(); This is an abstract class implementing the Service interface Database from the XML:DB base specification. It should only be used indirectly, as superclass for a specific Resource type. The only current example is XMLResource. Requirements: · Perl


XML::DB::Resource Related Software