Source for file Node.php

Documentation is available at Node.php

  1. <?php
  2.  
  3. // ----------------------------------------------------------------------------------
  4. // Class: Node
  5. // ----------------------------------------------------------------------------------
  6.  
  7.  
  8.  
  9. /**
  10. * An abstract RDF node.
  11. * Can either be resource, literal or blank node.
  12. * Node is used in some comparisons like is_a($obj, "Node"),
  13. * meaning is $obj a resource, blank node or literal.
  14. *
  15. * <BR><BR>History:<UL>
  16. * <li>09-10-2002 : First version of this class.</li>
  17. * </UL>
  18. *
  19. * @version V0.9.1
  20. * @author Chris Bizer <chris@bizer.de>
  21. *
  22. * @todo nothing
  23. * @package model
  24. * @abstract
  25. *
  26. */
  27. class Node extends Object {
  28. } // end:RDFNode
  29.  
  30.  
  31. ?>

Documentation generated on Fri, 17 Dec 2004 16:16:22 +0100 by phpDocumentor 1.3.0RC3