~ubuntu-branches/ubuntu/precise/classpath/precise

« back to all changes in this revision

Viewing changes to gnu/xml/aelfred2/XmlParser.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2006-05-27 16:11:15 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060527161115-h6e39eposdt5snb6
Tags: 2:0.91-3
* Install header files to /usr/include/classpath.
* debian/control: classpath: Conflict with jamvm < 1.4.3 and
  cacao < 0.96 (Closes: #368172).

Show diffs side-by-side

added added

removed removed

Lines of Context:
841
841
      {
842
842
        inputEncoding = encodingName;
843
843
      }
844
 
    handler.xmlDecl(version, encodingName, docIsStandalone,
845
 
                    inputEncoding);
846
 
    
847
844
    return encodingName;
848
845
  }
849
846
 
2185
2182
                  {
2186
2183
                    nest++;
2187
2184
                  }
 
2185
                break;
2188
2186
              case ']':
2189
2187
                if (tryRead("]>"))
2190
2188
                  {