Searched defs:Attributes (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/
H A DAttributes.java0 // Attributes.java - attribute list with Namespace support
5 // $Id: Attributes.java,v 1.13 2004/03/18 12:28:05 dmegginson Exp $
69 public interface Attributes interface
259 // end of Attributes.java
/libcore/ojluni/src/main/java/java/util/jar/
H A DAttributes.java43 * The Attributes class maps Manifest attribute names to associated string
55 public class Attributes implements Map<Object,Object>, Cloneable { class in inherits:Map,Cloneable
62 * Constructs a new, empty Attributes object with default size.
64 public Attributes() { method in class:Attributes
69 * Constructs a new, empty Attributes object with the specified
74 public Attributes(int size) { method in class:Attributes
79 * Constructs a new Attributes object with the same attribute name-value
80 * mappings as in the specified Attributes.
82 * @param attr the specified Attributes
84 public Attributes(Attribute method in class:Attributes
[all...]

Completed in 164 milliseconds