/[classpath]/classpath/javax/swing/text/html/parser/AttributeList.java
ViewVC logotype

Diff of /classpath/javax/swing/text/html/parser/AttributeList.java

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

revision 1.1.2.1 by gnu_andrew, Sun Mar 13 14:38:43 2005 UTC revision 1.1.2.2 by gnu_andrew, Wed Mar 23 21:00:04 2005 UTC
# Line 43  import gnu.javax.swing.text.html.parser. Line 43  import gnu.javax.swing.text.html.parser.
43  import java.io.Serializable;  import java.io.Serializable;
44    
45  import java.util.Vector;  import java.util.Vector;
46    import java.util.Enumeration;
47    
48  /**  /**
49   * <p>   * <p>
# Line 250  public class AttributeList Line 251  public class AttributeList
251    /**    /**
252     * Get the allowed values of this attribute.     * Get the allowed values of this attribute.
253     */     */
254    public Vector getValues()    public Enumeration getValues()
255    {    {
256      return values;      return values.elements();
257    }    }
258    
259    /**    /**

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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