Searched refs:setAttribute (Results 101 - 125 of 152) sorted by relevance

1234567

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DElementImpl.java230 public void setAttribute(String name, String value) { method in class:ElementImpl
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMUtils.java90 public static void setAttribute(Element elem, String name, String value) { method in class:DOMUtils
H A DDOMReference.java300 DOMUtils.setAttribute(refElem, "URI", uri);
301 DOMUtils.setAttribute(refElem, "Type", type);
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileSystemProvider.java1060 * manner specified by the {@link Files#setAttribute} method.
1090 public abstract void setAttribute(Path path, String attribute, method in class:FileSystemProvider
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanServerInvocationHandler.java285 connection.setAttribute(objectName, attr);
H A DStandardMBean.java378 public void setAttribute(Attribute attribute) method in class:StandardMBean
383 mbean.setAttribute(attribute);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnection.java545 * @see #setAttribute
594 * javax.management.MBeanServerConnection#setAttribute(ObjectName,
628 public void setAttribute(ObjectName name, method in interface:RMIConnection
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DPerInterface.java86 void setAttribute(Object resource, String attribute, Object value, method in class:PerInterface
H A DJmxMBeanServer.java734 public void setAttribute(ObjectName name, Attribute attribute) method in class:JmxMBeanServer
739 mbsInterceptor.setAttribute(cloneObjectName(name),
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DExternalScriptable.java182 context.setAttribute(name, jsToJava(value), scope);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java632 fo.setAttribute(ENABLED_ID, true);
634 fo.setAttribute(ENABLED_ID, false);
638 fo.setAttribute(AFTER_ID, null);
640 fo.setAttribute(AFTER_ID, prev.getName());
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DAttributesImpl.java437 public void setAttribute (int index, String uri, String localName, method in class:AttributesImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DAttributesImpl.java433 public void setAttribute (int index, String uri, String localName, method in class:AttributesImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DAttributesImpl.java450 public void setAttribute (int index, String uri, String localName, method in class:AttributesImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DAssertionData.java332 public void setAttribute(final QName name, final String value) { method in class:AssertionData
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/protocol/soap/
H A DMUTube.java170 soapEl.setAttribute("qname", "abc:" + qname.getLocalPart());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DAttributesImpl.java433 public void setAttribute (int index, String uri, String localName, method in class:AttributesImpl
/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSubjectDelegation1Test.java178 mbsc.setAttribute(new ObjectName("MBeans:type=SimpleStandard"),
H A DSubjectDelegation2Test.java174 mbsc.setAttribute(new ObjectName("MBeans:type=SimpleStandard"),
H A DSubjectDelegation3Test.java181 mbsc.setAttribute(new ObjectName("MBeans:type=SimpleStandard"),
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dmm.js236 mbeanConnection().setAttribute(objName, new Attribute(attrName, attrValue));
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFiles.java1715 * Files.setAttribute(path, "dos:hidden", true);
1748 public static Path setAttribute(Path path, String attribute, Object value, method in class:Files
1752 provider(path).setAttribute(path, attribute, value, options);
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java756 public void setAttribute(String name, String value) { method in class:IIOMetadataNode
775 * Equivalent to <code>setAttribute(qualifiedName, value)</code>.
781 setAttribute(qualifiedName, value);
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java310 return "setAttribute";
313 mbsc.setAttribute(BREAK_NAME,
347 return "break during send for setAttribute";
354 mbsc.setAttribute(BREAK_NAME, attr);
355 System.out.println("TEST FAILED: setAttribute with " +
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2DOM.java182 tmp.setAttribute(attrs.getQName(i), attrs.getValue(i));
198 tmp.setAttribute(attQName, attrs.getValue(i));

Completed in 90 milliseconds

1234567