de.fau.cs.www8.jadeowlcodec.triplestore
Class RdfXmlParser

java.lang.Object
  extended by de.fau.cs.www8.jadeowlcodec.triplestore.RdfXmlParser

public class RdfXmlParser
extends java.lang.Object


Method Summary
static void parse(IncomingDocument idoc, TripleStore ts)
          parse IncomingDocument instead of plain DOM Document because IncomingDocuments already have their namespaces extended
static void parse(TBoxVersion tbv, TripleStore ts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static void parse(IncomingDocument idoc,
                         TripleStore ts)
parse IncomingDocument instead of plain DOM Document because IncomingDocuments already have their namespaces extended

Parameters:
idoc -
ts -

parse

public static void parse(TBoxVersion tbv,
                         TripleStore ts)


Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg