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/luni/src/main/java/java/util/jar/
H A DAttributes.java27 * The {@code Attributes} class is used to store values for manifest entries.
28 * Attribute keys are generally instances of {@code Attributes.Name}. Values
31 public class Attributes implements Cloneable, Map<Object, Object> { class in inherits:Cloneable,Map
34 * The {@code Attributes} as name/value pairs. Maps the attribute names (as
35 * {@link Attributes.Name}) of a JAR file manifest to arbitrary values. The
184 * Constructs an {@code Attributes} instance.
186 public Attributes() { method in class:Attributes
191 * Constructs an {@code Attributes} instance obtaining keys and values from
198 public Attributes(Attributes attri method in class:Attributes
209 public Attributes(int size) { method in class:Attributes
[all...]

Completed in 84 milliseconds