/[fenfire]/fenfire/org/fenfire/swamp/Graphs.java
ViewVC logotype

Diff of /fenfire/org/fenfire/swamp/Graphs.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by benja, Mon Jun 9 22:45:36 2003 UTC revision 1.11 by benja, Tue Jun 10 11:08:08 2003 UTC
# Line 45  public class Graphs { Line 45  public class Graphs {
45                  for (Iterator j=g.findN_1XA_Iter(o); j.hasNext();) {                  for (Iterator j=g.findN_1XA_Iter(o); j.hasNext();) {
46                      Object p = j.next();                      Object p = j.next();
47    
48                        // Convert the property's URI to a pair
49                        // (XML namespace, local name) which is
50                        // an XML qname; e.g., http://foo/bla is
51                        // mapped to ("http://foo/", "bla") and
52                        // serialized as e.g. x:bla, where the
53                        // x namespace is bound to the URI "http://foo/".
54                      String s0 = Nodes.toString(p);                      String s0 = Nodes.toString(p);
55                      boolean hadAlpha = false;                      boolean hadAlpha = false;
56                      int i0 = s0.length()-1;                      int i0 = s0.length()-1;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26