Update of /cvsroot/graphl/graphl/src/org/mediavirus/graphl/graph/rdf
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11488/src/org/mediavirus/graphl/graph/rdf
Modified Files:
RDFGraph.java
Log Message:
- migrated from jxpath to jaxen, which gives a much cleaner implementation of custom axes
Index: RDFGraph.java
===================================================================
RCS file: /cvsroot/graphl/graphl/src/org/mediavirus/graphl/graph/rdf/RDFGraph.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** RDFGraph.java 8 Jun 2006 13:14:59 -0000 1.15
--- RDFGraph.java 30 Jun 2006 14:31:46 -0000 1.16
***************
*** 59,63 ****
*/
protected synchronized List<URL> importFromURL(URL url) throws IOException {
-
// we have to set the loading flag to prevent elementsAdded notifications during loading
loading = true;
--- 59,62 ----
|