Located in File: /simplerdf.php
Constructor __construct (line 146)
Destructor __destruct (line 890)
Method createElementAppend (line 1081)
Method find (line 599)
Method findFirst (line 541)
Method loadDom (line 273)
Method loadFile (line 239)
Method loadXml (line 255)
Method regExpFind (line 660)
Same method as SimpleRdf::find() except the fact that all string parameters are considered to be Perl RegExp patterns.
For the parameter and output description see SimpleRdf::find()
Example: $rdf->regExpFind('"//slashdot.org/$"', FALSE, '/channel/');
Method regExpFindFirst (line 560)
Method saveNt (line 880)
Method saveXml (line 955)
Method wildcardFind (line 630)
You can use the same syntax... Example of wildcard pattern: *gr[ae]y??
All string parameters are expected to be wildcard patterns.
For the parameter and output description see SimpleRdf::find()
Example: $rdf->wildcardFind('*://slashdot.org/', FALSE, '*chan?el');
Method wildcardFindFirst (line 578)