/[alph]/alph/org/nongnu/alph/xml/SpanReader.java
ViewVC logotype

Diff of /alph/org/nongnu/alph/xml/SpanReader.java

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

revision 1.10 by mudyc, Tue Jun 17 15:18:33 2003 UTC revision 1.11 by humppake, Mon Sep 8 12:28:30 2003 UTC
# Line 78  public class SpanReader extends org.xml. Line 78  public class SpanReader extends org.xml.
78              int e = Integer.parseInt(attributes.getValue("e"));              int e = Integer.parseInt(attributes.getValue("e"));
79              spans.add(((PageScrollBlock)(alph.getScrollBlock(b)))              spans.add(((PageScrollBlock)(alph.getScrollBlock(b)))
80                  .getSpan(s, e));                  .getSpan(s, e));
81            } else if(qName.equals("is")) {
82                String b = attributes.getValue("b");
83                spans.add(((ImageScrollBlock)(alph.getScrollBlock(b)))
84                    .getCurrent());
85          } else if(qName.equals("pis")) {          } else if(qName.equals("pis")) {
86              try {              try {
87                  String b = attributes.getValue("b");                  String b = attributes.getValue("b");

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