/[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.1 by tjl, Thu Apr 10 11:56:52 2003 UTC revision 1.2 by tjl, Sun Apr 13 07:49:05 2003 UTC
# Line 18  public class Nodes { Line 18  public class Nodes {
18           * when serializing a space.           * when serializing a space.
19           */           */
20  //      public static void appendToString(Object res, StringBuffer buf);  //      public static void appendToString(Object res, StringBuffer buf);
21    
22    
23            public static Literal getRawXMLLiteral(String s) {
24                return new org.fenfire.swamp.impl.StdLiteral(s, true);
25            }
26            public static Literal getStringLiteral(String s) {
27                return new org.fenfire.swamp.impl.StdLiteral(s, false);
28            }
29  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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