Class TriXParser

Description

Temporary implementation of a TriX-Parser (Usable only with PHP > V5) Currently, it doesn't support any namespaces and has problems with typed literals.

So this parser only works with TRIX documents where the default namespace is the TRIX namespace.



History:

  • access: public
  • author: Daniel Westphal (http://www.d-westphal.de)
  • version: V0.9

Located in /syntax/TriXParser.php (line 20)


	
			
Method Summary
TriXParser TriXParser (GraphSet &$graphSet)
void parseFile (string $pathToFile)
void parseString (string $string)
Methods
Constructor TriXParser (line 37)

Constructor Needs a reference to a graphSet

  • access: public
TriXParser TriXParser (GraphSet &$graphSet)
  • GraphSet &$graphSet
parseFile (line 59)

Parse from a file

  • access: public
void parseFile (string $pathToFile)
  • string $pathToFile
parseString (line 48)

Parse an XML string

  • access: public
void parseString (string $string)
  • string $string

Documentation generated on Thu, 7 Jul 2005 13:44:00 +0200 by phpDocumentor 1.3.0RC3