/[classpath]/classpath/gnu/xml/pipeline/NSFilter.java
ViewVC logotype

Diff of /classpath/gnu/xml/pipeline/NSFilter.java

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

revision 1.1 by mark, Thu Dec 23 22:38:43 2004 UTC revision 1.2 by gnu_andrew, Sat Feb 12 14:26:02 2005 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package gnu.xml.pipeline;  package gnu.xml.pipeline;
39    
 import java.util.EmptyStackException;  
40  import java.util.Enumeration;  import java.util.Enumeration;
41  import java.util.Stack;  import java.util.Stack;
42    
43  import org.xml.sax.*;  import org.xml.sax.Attributes;
44  import org.xml.sax.ext.*;  import org.xml.sax.ErrorHandler;
45    import org.xml.sax.Locator;
46    import org.xml.sax.SAXException;
47    import org.xml.sax.SAXParseException;
48  import org.xml.sax.helpers.AttributesImpl;  import org.xml.sax.helpers.AttributesImpl;
49  import org.xml.sax.helpers.NamespaceSupport;  import org.xml.sax.helpers.NamespaceSupport;
50    
   
51  /**  /**
52   * This filter ensures that element and attribute names are properly prefixed,   * This filter ensures that element and attribute names are properly prefixed,
53   * and that such prefixes are declared.  Such data is critical for operations   * and that such prefixes are declared.  Such data is critical for operations

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