Searched refs:Attributes (Results 26 - 50 of 273) sorted by relevance

1234567891011

/openjdk7/jdk/src/share/classes/com/sun/tracing/dtrace/
H A DNameAttributes.java50 Attributes value();
H A DProviderAttributes.java50 Attributes value();
H A DAttributes.java51 public @interface Attributes { interface
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DComponentDirContext.java54 protected abstract Attributes c_getAttributes(Name name,
60 Attributes attrs,
70 Attributes attrs,
75 Attributes attrs,
80 Attributes attrs,
85 Attributes matchingAttributes,
128 protected Attributes c_getAttributes_nns(Name name,
138 Attributes attrs,
153 Attributes attrs,
161 Attributes attr
[all...]
/openjdk7/jdk/test/java/net/URLClassLoader/
H A DClassPathTest.java45 Attributes mainAttributes;
89 Attributes a = (Attributes)e.getValue();
91 Attributes.Name an = new Attributes.Name("Class-Path");
98 if (a.containsKey(new Attributes.Name("Java-Bean"))) {
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarEntry.java38 Attributes attr;
79 * Returns the <code>Manifest</code> <code>Attributes</code> for this
82 * @return the <code>Manifest</code> <code>Attributes</code> for this
85 public Attributes getAttributes() throws IOException {
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapResult.java29 import javax.naming.directory.Attributes;
61 Attributes attrs = new BasicAttributes(LdapClient.caseIgnore);
H A DLdapSchemaCtx.java65 LdapCtx schemaEntry, Attributes schemaAttrs, boolean netscapeBug)
97 final public void bind(Name name, Object obj, Attributes attrs)
113 final protected void doBind(Name name, Object obj, Attributes attrs,
124 final public void rebind(Name name, Object obj, Attributes attrs)
135 final protected void doRebind(Name name, Object obj, Attributes attrs,
188 final LdapSchemaCtx setup(int objectType, String name, Attributes attrs)
204 final protected DirContext doCreateSubcontext(Name name, Attributes attrs)
223 final private static Attributes deepClone(Attributes orig)
238 Attributes cop
[all...]
H A DSearchResultWithControls.java35 public SearchResultWithControls(String name, Object obj, Attributes attrs,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DNGCCEventSource.java28 import org.xml.sax.Attributes;
44 void sendEnterElement( int receiverThreadId, String uri, String local, String qname, Attributes atts ) throws SAXException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DDOMBuilder.java32 import org.xml.sax.Attributes;
49 public void startElement(String namespace, String localName, String qName, Attributes attrs) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DTagName.java32 import org.xml.sax.Attributes;
76 public Attributes atts;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DNGCCEventSource.java28 import org.xml.sax.Attributes;
44 void sendEnterElement( int receiverThreadId, String uri, String local, String qname, Attributes atts ) throws SAXException;
/openjdk7/jdk/test/sun/security/krb5/config/
H A DNamingManager.java31 import javax.naming.directory.Attributes;
47 public Attributes getAttributes(String name, String[] attrIds)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DMutableAttrListImpl.java27 import org.xml.sax.Attributes;
49 * Copy an existing Attributes object.
54 * @param atts The existing Attributes object.
56 public MutableAttrListImpl(Attributes atts)
103 public void addAttributes(Attributes atts)
/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProvider.java42 import com.sun.tracing.dtrace.Attributes;
191 Attributes attrs = (Attributes)getAnnotationValue(
201 Attributes attrs = (Attributes)getAnnotationValue(
211 Attributes attrs = (Attributes)getAnnotationValue(
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DURLJarFile.java60 private Attributes superAttr;
61 private Map<String, Attributes> superEntries;
147 Attributes attr = man.getMainAttributes();
152 Map<String, Attributes> entries = man.getEntries();
154 Attributes at = superEntries.get(key);
155 entries.put(key, (Attributes) at.clone());
260 public Attributes getAttributes() throws IOException {
262 Map<String, Attributes> e = URLJarFile.this.superEntries;
264 Attributes a = e.get(getName());
266 return (Attributes)
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DContinuationDirContext.java39 import javax.naming.directory.Attributes;
128 public Attributes getAttributes(String name) throws NamingException {
133 public Attributes getAttributes(String name, String[] attrIds)
139 public Attributes getAttributes(Name name) throws NamingException {
144 public Attributes getAttributes(Name name, String[] attrIds)
150 public void modifyAttributes(Name name, int mod_op, Attributes attrs)
155 public void modifyAttributes(String name, int mod_op, Attributes attrs)
172 public void bind(Name name, Object obj, Attributes attrs)
177 public void bind(String name, Object obj, Attributes attrs)
183 public void rebind(Name name, Object obj, Attributes attr
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DJarURLConnection.java31 import java.util.jar.Attributes;
257 * Return the Attributes object for this connection if the URL
260 * @return the Attributes object for this connection if the URL
268 public Attributes getAttributes() throws IOException {
274 * Returns the main Attributes for the JAR file for this
277 * @return the main Attributes for the JAR file for this
286 public Attributes getMainAttributes() throws IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DAbstractReferenceFinderImpl.java30 import org.xml.sax.Attributes;
70 protected abstract String findExternalResource( String nsURI, String localName, Attributes atts);
72 public void startElement(String namespaceURI, String localName, String qName, Attributes atts)
/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/langtools/src/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java10 import java.util.jar.Attributes;
73 Attributes attr = man.getMainAttributes();
77 String path = attr.getValue(Attributes.Name.CLASS_PATH);
/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/jdk/src/share/classes/com/sun/jndi/toolkit/url/
H A DGenericURLDirContext.java75 public Attributes getAttributes(String name) throws NamingException {
85 public Attributes getAttributes(Name name) throws NamingException {
98 public Attributes getAttributes(String name, String[] attrIds)
109 public Attributes getAttributes(Name name, String[] attrIds)
123 public void modifyAttributes(String name, int mod_op, Attributes attrs)
134 public void modifyAttributes(Name name, int mod_op, Attributes attrs)
173 public void bind(String name, Object obj, Attributes attrs)
184 public void bind(Name name, Object obj, Attributes attrs)
198 public void rebind(String name, Object obj, Attributes attrs)
209 public void rebind(Name name, Object obj, Attributes attr
[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

Completed in 68 milliseconds

1234567891011