Element Index, Package System

Index of all elements
c f g i l n r s w _

_   top
   __construct in file simplerdf.php, method SimpleRdf::__construct()
    Constructor.
   __destruct in file simplerdftriple.php, method SimpleRdfTriple::__destruct()
   __destruct in file simplerdf.php, method SimpleRdf::__destruct()
c   top
   createElementAppend in file simplerdf.php, method SimpleRdf::createElementAppend()
f   top
   find in file simplerdf.php, method SimpleRdf::find()
    Find statements.
   findFirst in file simplerdf.php, method SimpleRdf::findFirst()
    Find the first matching statements.
g   top
   getNodeId in file simplerdfresource.php, method SimpleRdfResource::getNodeId()
    Get the nodeID of this resource (@rdf:nodeID)
   getObject in file simplerdftriple.php, method SimpleRdfTriple::getObject()
    Returns the RDF Object.
   getPredicate in file simplerdftriple.php, method SimpleRdfTriple::getPredicate()
    Returns the RDF Predicate.
   getSubject in file simplerdftriple.php, method SimpleRdfTriple::getSubject()
    Returns the RDF Subject.
   getUri in file simplerdfresource.php, method SimpleRdfResource::getUri()
    Get the URI of this resource (@rdf:about)
   getValue in file simplerdftriple.php, method SimpleRdfTriple::getValue()
    Get string value of this Statement (N-Triple format).
   getValue in file simplerdfresource.php, method SimpleRdfResource::getValue()
    Alias to getUri()
   getValue in file simplerdfnode.php, method SimpleRdfNode::getValue()
    This method should return URI or Literal value.
i   top
   isOfType in file simplerdfresource.php, method SimpleRdfResource::isOfType()
    Is current resource of given type? If the argument is array then return TRUE if the resource is type at least of one of given types.
l   top
   loadDom in file simplerdf.php, method SimpleRdf::loadDom()
    Load/Read the RDF/XML DOM representation.
   loadFile in file simplerdf.php, method SimpleRdf::loadFile()
    Load/Read the RDF file.
   loadXml in file simplerdf.php, method SimpleRdf::loadXml()
    Load/Read the RDF/XML string.
n   top
   NS_DC in file simplerdf.php, constant NS_DC
   NS_RDF in file simplerdf.php, constant NS_RDF
   NS_RDFS in file simplerdf.php, constant NS_RDFS
   NS_XSD in file simplerdf.php, constant NS_XSD
r   top
   RDF_FILTERS in file simplerdf.php, constant RDF_FILTERS
   RDF_FILTER_BOTH in file simplerdf.php, constant RDF_FILTER_BOTH
   RDF_FILTER_IN in file simplerdf.php, constant RDF_FILTER_IN
   RDF_FILTER_OUT in file simplerdf.php, constant RDF_FILTER_OUT
   RDF_RESOLVE_CONTAINER in file simplerdf.php, constant RDF_RESOLVE_CONTAINER
    Note: When using this attribute there are new statements created.
   RDF_RETURN_OBJECT in file simplerdf.php, constant RDF_RETURN_OBJECT
   RDF_RETURN_PREDICATE in file simplerdf.php, constant RDF_RETURN_PREDICATE
   RDF_RETURN_SUBJECT in file simplerdf.php, constant RDF_RETURN_SUBJECT
   RDF_RETURN_VALUE in file simplerdf.php, constant RDF_RETURN_VALUE
   regExpFind in file simplerdf.php, method SimpleRdf::regExpFind()
    Perl-compatible regular expression find.
   regExpFindFirst in file simplerdf.php, method SimpleRdf::regExpFindFirst()
    Find the first matching statements using RegExp patterns.
s   top
   saveNt in file simplerdf.php, method SimpleRdf::saveNt()
    Returns/Save the RDF in N-Triples RDF graph.
   saveXml in file simplerdf.php, method SimpleRdf::saveXml()
    Save the RDF/XML.
   set in file simplerdftriple.php, method SimpleRdfTriple::set()
    Set the whole Statement.
   setNodeId in file simplerdfresource.php, method SimpleRdfResource::setNodeId()
    Set the nodeID of this resource.
   setObject in file simplerdftriple.php, method SimpleRdfTriple::setObject()
    Set the RDF Object.
   setPredicate in file simplerdftriple.php, method SimpleRdfTriple::setPredicate()
    Set the RDF Predicate.
   setSubject in file simplerdftriple.php, method SimpleRdfTriple::setSubject()
    Set the RDF Subject.
   setUri in file simplerdfresource.php, method SimpleRdfResource::setUri()
    Set the URI of this resource.
   SimpleRdf in file simplerdf.php, class SimpleRdf
    For terms of use see LICENSE.txt in this distribution.
   SimpleRdfLiteral in file simplerdfliteral.php, class SimpleRdfLiteral
    For terms of use see LICENSE.txt in this distribution.
   simplerdfliteral.php procedural page simplerdfliteral.php
   SimpleRdfNode in file simplerdfnode.php, class SimpleRdfNode
    For terms of use see LICENSE.txt in this distribution.
   simplerdfnode.php procedural page simplerdfnode.php
   SimpleRdfResource in file simplerdfresource.php, class SimpleRdfResource
    For terms of use see LICENSE.txt in this distribution.
   simplerdfresource.php procedural page simplerdfresource.php
   SimpleRdfTriple in file simplerdftriple.php, class SimpleRdfTriple
    For terms of use see LICENSE.txt in this distribution.
   simplerdftriple.php procedural page simplerdftriple.php
   simplerdf.php procedural page simplerdf.php
   SIMPLERDF_VERSION in file simplerdf.php, constant SIMPLERDF_VERSION
w   top
   wildcardFind in file simplerdf.php, method SimpleRdf::wildcardFind()
    Find using the wilecard enabled patterns. Wildcards are often used for file matching in OS.
   wildcardFindFirst in file simplerdf.php, method SimpleRdf::wildcardFindFirst()
    Find the first matching statements using wildcard patterns.