/[fenfire]/fenfire/org/fenfire/vocab/RST.java
ViewVC logotype

Diff of /fenfire/org/fenfire/vocab/RST.java

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

revision 1.1 by mudyc, Fri May 2 00:26:54 2003 UTC revision 1.2 by mudyc, Mon May 5 01:38:50 2003 UTC
# Line 20  public static final String rcsid = "$Id$ Line 20  public static final String rcsid = "$Id$
20      static public Object Canvas;      static public Object Canvas;
21      static public Object Paragraph;      static public Object Paragraph;
22      static public Object Sentence;      static public Object Sentence;
23        static public Object Node;
24    
25      static {      static {
26          String rst = "http://fenfire.org/vocabulary/rst.html";          String rst = "http://fenfire.org/vocabulary/rst.html#";
27    
28          // Propertys          // Propertys
29          beginParagraph = Nodes.get(rst+"#beginParagraph");          beginParagraph = Nodes.get(rst+"beginParagraph");
30          nextNode = Nodes.get(rst+"#nextNode");          nextNode = Nodes.get(rst+"nextNode");
31          nextSentence = Nodes.get(rst+"#nextSentence");          nextSentence = Nodes.get(rst+"nextSentence");
32          firstSentence = Nodes.get(rst+"firstSentence");          firstSentence = Nodes.get(rst+"firstSentence");
33    
34          // Resources          // Resources
35          Canvas = Nodes.get(rst+"#Canvas");          Canvas = Nodes.get(rst+"Canvas");
36          Paragraph = Nodes.get(rst+"#Paragraph");          Paragraph = Nodes.get(rst+"Paragraph");
37          Sentence = Nodes.get(rst+"#Sentence");          Sentence = Nodes.get(rst+"Sentence");
38            Node = Nodes.get(rst+"Node");
39      }      }
40  }  }

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