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

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

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

revision 1.5 by tjl, Wed Jun 11 17:00:24 2003 UTC revision 1.6 by benja, Fri Sep 5 10:04:57 2003 UTC
# Line 52  public class Nodes { Line 52  public class Nodes {
52              return (String)res;              return (String)res;
53          }          }
54    
55            public static boolean isNode(Object o) {
56                return o instanceof String;
57            }
58    
59          /** Append the string version of the resource to the given buffer.          /** Append the string version of the resource to the given buffer.
60           * In order to avoid creating too many String objects           * In order to avoid creating too many String objects
61           * when serializing a space.           * when serializing a space.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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