[graphl-cvs] graphl/src/org/mediavirus/graphl/interaction DefaultNodeManipulator.java
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2006-06-30 14:32:22
|
Update of /cvsroot/graphl/graphl/src/org/mediavirus/graphl/interaction In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11488/src/org/mediavirus/graphl/interaction Modified Files: DefaultNodeManipulator.java Log Message: - migrated from jxpath to jaxen, which gives a much cleaner implementation of custom axes Index: DefaultNodeManipulator.java =================================================================== RCS file: /cvsroot/graphl/graphl/src/org/mediavirus/graphl/interaction/DefaultNodeManipulator.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DefaultNodeManipulator.java 8 Jun 2006 13:15:01 -0000 1.4 --- DefaultNodeManipulator.java 30 Jun 2006 14:31:45 -0000 1.5 *************** *** 139,141 **** --- 139,146 ---- } + //hack: this is in the factes interface - do we need it here? + public String getStringProperty(String name, GraphElement element) { + return null; + } + } |