Searched refs:Attributes (Results 51 - 75 of 273) sorted by relevance

1234567891011

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/
H A DInfosetScanner.java32 import org.xml.sax.Attributes;
86 * be called from the {@link ContentHandler#startElement(String, String, String, 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/com/sun/jndi/toolkit/ctx/
H A DPartialCompositeDirContext.java57 protected abstract Attributes p_getAttributes(Name name, String[] attrIds,
62 Attributes attrs,
72 Attributes attrs,
77 Attributes attrs,
82 Attributes attrs,
87 Attributes matchingAttributes,
115 public Attributes getAttributes(String name)
120 public Attributes getAttributes(Name name)
125 public Attributes getAttributes(String name, String[] attrIds)
130 public Attributes getAttribute
[all...]
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DManifest.java39 * associated Attributes. There are main Manifest Attributes as well as
40 * per-entry Attributes. For information on the Manifest format, please
46 * @see Attributes
51 private Attributes attr = new Attributes();
83 * Returns the main Attributes for the Manifest.
84 * @return the main Attributes for the Manifest
86 public Attributes getMainAttributes() {
92 * is represented by a String name (key) and associated Attributes (valu
[all...]
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...]
/openjdk7/jdk/make/tools/reorder/tools/
H A DMaxTime.java32 import java.util.jar.Attributes;
79 .getMainAttributes().getValue(Attributes.Name.MAIN_CLASS);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DDTDExtensionBindingChecker.java32 import org.xml.sax.Attributes;
72 public void startElement(String uri, String localName, String qName, Attributes atts)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/relaxng/
H A DRELAXNGInternalizationLogic.java34 import org.xml.sax.Attributes;
54 protected String findExternalResource( String nsURI, String localName, Attributes atts) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DSubtreeCutter.java33 import org.xml.sax.Attributes;
74 * {@link #startElement(String, String, String, Attributes)} implementation
75 * before the execution is passed to {@link SubtreeCutter#startElement(String, String, String, Attributes)} .
90 public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {
/openjdk7/jdk/src/share/classes/sun/misc/
H A DVMSupport.java33 import java.util.jar.Attributes;
91 if (man.getMainAttributes().getValue(Attributes.Name.CLASS_PATH) != null) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DHierMemDirCtx.java47 protected Attributes attrs;
157 public void bind(String name, Object obj, Attributes attrs)
162 public void bind(Name name, Object obj, Attributes attrs)
167 protected void doBind(Name name, Object obj, Attributes attrs,
212 public void rebind(String name, Object obj, Attributes attrs)
217 public void rebind(Name name, Object obj, Attributes attrs)
222 protected void doRebind(Name name, Object obj, Attributes attrs,
384 public DirContext createSubcontext(String name, Attributes attrs)
389 public DirContext createSubcontext(Name name, Attributes attrs)
396 protected DirContext doCreateSubcontext(Name name, Attributes attr
[all...]
H A DDirSearch.java38 Attributes matchingAttributes,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DAbstractReferenceFinderImpl.java35 import org.xml.sax.Attributes;
71 protected abstract String findExternalResource(String nsURI, String localName, Attributes atts);
74 public void startElement(String namespaceURI, String localName, String qName, Attributes atts)
H A DDOMBuilder.java36 import org.xml.sax.Attributes;
77 public void startElement(String namespaceURI, String localName, String qName, Attributes atts) {
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DBasicAttributes.java37 * of the Attributes interface.
70 public class BasicAttributes implements Attributes {
84 * Constructs a new instance of Attributes.
92 * Constructs a new instance of Attributes.
105 * Constructs a new instance of Attributes with one attribute.
120 * Constructs a new instance of Attributes with one attribute.
209 * <tt>Attributes</tt>
210 * Two <tt>Attributes</tt> are equal if they are both instances of
211 * <tt>Attributes</tt>,
218 * as well so that two <tt>Attributes</t
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DDirectoryManager.java37 import javax.naming.directory.Attributes;
55 * a <tt>Name</tt>, <tt>Attributes</tt>, or environment parameter
110 * It accepts an <tt>Attributes</tt> parameter that contains attributes
155 Hashtable<?,?> environment, Attributes attrs)
220 Context nameCtx, Hashtable environment, Attributes attrs)
252 *<li>It accepts an <tt>Attributes</tt> parameter containing attributes
273 * It will contain either a new <tt>Attributes</tt> object that is
286 * @param attrs The possibly null Attributes that is to be bound with the
304 Hashtable<?,?> environment, Attributes attrs)
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/ldap/
H A DldapURLContext.java291 public Attributes getAttributes(String name) throws NamingException {
299 public Attributes getAttributes(Name name) throws NamingException {
307 public Attributes getAttributes(String name, String[] attrIds)
316 public Attributes getAttributes(Name name, String[] attrIds)
325 public void modifyAttributes(String name, int mod_op, Attributes attrs)
334 public void modifyAttributes(Name name, int mod_op, Attributes attrs)
361 public void bind(String name, Object obj, Attributes attrs)
370 public void bind(Name name, Object obj, Attributes attrs)
379 public void rebind(String name, Object obj, Attributes attrs)
388 public void rebind(Name name, Object obj, Attributes attr
[all...]
/openjdk7/jaxp/src/org/xml/sax/
H A DContentHandler.java273 * Attributes object. The value of this object after
278 * @see org.xml.sax.Attributes
282 String qName, Attributes atts)
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DXMLReaderAdapter.java48 import org.xml.sax.Attributes;
354 String qName, Attributes atts)
466 * Internal class to wrap a SAX2 Attributes object for SAX1.
476 * Set the embedded Attributes object.
478 * @param The embedded SAX2 Attributes.
480 void setAttributes (Attributes attributes)
557 private Attributes attributes;
H A DDefaultHandler.java38 import org.xml.sax.Attributes;
290 * Attributes object.
296 String qName, Attributes attributes)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DInterningXmlVisitor.java30 import org.xml.sax.Attributes;
89 private static class AttributesImpl implements Attributes {
90 private Attributes core;
92 void setAttributes(Attributes att) {
/openjdk7/jdk/test/sun/net/InetAddress/nameservice/dns/
H A DCanonicalName.java44 Attributes attrs = ctx.getAttributes(args[0], ids);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DObj.java128 private static Attributes encodeObject(char separator,
129 Object obj, Attributes attrs,
145 attrs = (Attributes)attrs.clone();
156 attrs = (Attributes)attrs.clone();
169 attrs = (Attributes)attrs.clone();
228 static Object decodeObject(Attributes attrs)
289 private static Attributes encodeReference(char separator,
290 Reference ref, Attributes attrs, Object orig)
372 private static Reference decodeReference(Attributes attrs,
550 static Attributes determineBindAttr
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DExtensionBindingChecker.java32 import org.xml.sax.Attributes;
96 public void startElement(String namespaceURI, String localName, String qName, Attributes atts)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DIncorrectNamespaceURIChecker.java30 import org.xml.sax.Attributes;
111 public void startElement(String namespaceURI, String localName, String qName, Attributes atts)

Completed in 102 milliseconds

1234567891011