/[cashew-s-editor]/cashews/src/nongnu/cashews/xml/Parser.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/xml/Parser.java

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

revision 1.2 by gnu_andrew, Mon Apr 18 00:54:30 2005 UTC revision 1.3 by gnu_andrew, Tue May 10 23:42:47 2005 UTC
# Line 83  public class Parser Line 83  public class Parser
83      throws SAXException      throws SAXException
84    {    {
85      reader = org.xml.sax.helpers.XMLReaderFactory.createXMLReader();      reader = org.xml.sax.helpers.XMLReaderFactory.createXMLReader();
86        reader.setFeature("http://xml.org/sax/features/namespace-prefixes", true);
87        System.out.println(reader.getFeature("http://xml.org/sax/features/namespace-prefixes"));
88      reader.setContentHandler(xmlHandler);      reader.setContentHandler(xmlHandler);
89      this.xmlHandler = xmlHandler;      this.xmlHandler = xmlHandler;
90    }    }

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

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