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

/openjdk7/jdk/src/share/classes/com/sun/tracing/dtrace/
H A DAttributes.java51 public @interface Attributes { interface
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DAttributes.java39 * attributes. The Attributes interface represents a collection of attributes.
42 * an object that implements the Attributes interface.
44 * Attributes in an object that implements the Attributes interface are
46 * Attributes is either case-sensitive or case-insensitive (case-ignore).
47 * This property is determined at the time the Attributes object is
49 * In a case-insensitive Attributes, the case of its attribute identifiers
51 * In a case-sensitive Attributes, the case is significant.
53 * Note that updates to Attributes (such as adding or removing an attribute)
71 public interface Attributes extend interface in inherits:Cloneable,java.io.Serializable
[all...]
/openjdk7/jaxp/src/org/xml/sax/
H A DAttributes.java26 // Attributes.java - attribute list with Namespace support
30 // $Id: Attributes.java,v 1.2 2004/11/03 22:44:51 jsuttor Exp $
93 public interface Attributes interface
281 // end of Attributes.java
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAttributes.java40 public class Attributes implements Iterable<Attribute> { class in inherits:Iterable
41 Attributes(ClassReader cr) throws IOException { method in class:Attributes
56 public Attributes(ConstantPool constant_pool, Attribute[] attrs) { method in class:Attributes
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAttributes.java21 * $Id: Attributes.java,v 1.2.4.1 2005/09/06 10:53:04 pvedula Exp $
33 public final class Attributes implements AttributeList { class in inherits:AttributeList
37 public Attributes(DOM document, int element) { method in class:Attributes
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DAttributes.java31 * <p> The Attributes interface is essentially a version of the
32 * org.xml.sax.Attributes interface modified to use the JAX-WS QName class.</p>
47 public interface Attributes { interface
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DAttributes.java42 * The Attributes class maps Manifest attribute names to associated string
54 public class Attributes implements Map<Object,Object>, Cloneable { class in inherits:Map,Cloneable
61 * Constructs a new, empty Attributes object with default size.
63 public Attributes() { method in class:Attributes
68 * Constructs a new, empty Attributes object with the specified
73 public Attributes(int size) { method in class:Attributes
78 * Constructs a new Attributes object with the same attribute name-value
79 * mappings as in the specified Attributes.
81 * @param attr the specified Attributes
83 public Attributes(Attribute method in class:Attributes
[all...]

Completed in 48 milliseconds