Searched refs:setAttribute (Results 51 - 75 of 152) sorted by relevance

1234567

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSmartTransformerFactoryImpl.java141 public void setAttribute(String name, Object value) method in class:SmartTransformerFactoryImpl
148 _xsltcFactory.setAttribute(name, value);
154 _xalanFactory.setAttribute(name, value);
/openjdk7/jdk/test/java/nio/file/attribute/PosixFileAttributeView/
H A DBasic.java60 // repeat test using setAttribute/getAttribute
61 Files.setAttribute(file, "posix:permissions", perms);
254 Files.setAttribute(file, "posix:owner", owner);
256 Files.setAttribute(file, "posix:group", group);
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java138 mbsc.setAttribute(on, new Attribute("Exception", Boolean.TRUE));
149 mbsc.setAttribute(on, new Attribute("Exotic", new Exotic()));
150 throw noException("setAttribute");
161 mbsc.setAttribute(on, new Attribute("Exception", Boolean.FALSE));
179 ok &= checkExceptionType("setAttribute", setAttributeException,
H A DMissingClassTest.java235 boolean setAttribute = (i == 0); // else invoke
236 String what = setAttribute ? "setAttribute" : "invoke";
240 if (setAttribute) {
241 mbsc.setAttribute(on, new Attribute("ServerUnknown",
292 mbsc.setAttribute(on, attr);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultElement.java105 public void setAttribute(String name, String value) throws DOMException { method in class:DefaultElement
/openjdk7/jdk/src/share/classes/javax/script/
H A DSimpleScriptContext.java223 public void setAttribute(String name, Object value, int scope) { method in class:SimpleScriptContext
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS10Attributes.java122 public void setAttribute(String name, Object obj) { method in class:PKCS10Attributes
/openjdk7/jdk/test/javax/management/Introspector/
H A DInvokeGettersTest.java78 mbs.setAttribute(on, new Attribute("Whatsit", x));
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMRetrievalMethod.java182 DOMUtils.setAttribute(rmElem, "URI", uri);
183 DOMUtils.setAttribute(rmElem, "Type", type);
H A DDOMXMLObject.java159 DOMUtils.setAttribute(objElem, "MimeType", mimeType);
160 DOMUtils.setAttribute(objElem, "Encoding", encoding);
H A DDOMDigestMethod.java154 DOMUtils.setAttribute(dmElem, "Algorithm", getAlgorithm());
H A DDOMExcC14NMethod.java123 DOMUtils.setAttribute(excElem, "PrefixList", prefixListAttr.toString());
H A DDOMSignatureProperty.java140 DOMUtils.setAttribute(propElem, "Target", target);
H A DDOMTransform.java114 DOMUtils.setAttribute(transformElem, "Algorithm", getAlgorithm());
H A DDOMXPathFilter2Transform.java139 DOMUtils.setAttribute
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DDHTMarkerSegment.java224 node.setAttribute("class", Integer.toString(tableClass));
225 node.setAttribute("htableId", Integer.toString(tableID));
H A DDQTMarkerSegment.java284 node.setAttribute("elementPrecision",
286 node.setAttribute("qtableId",
H A DJFIFMarkerSegment.java223 node.setAttribute("majorVersion", Integer.toString(majorVersion));
224 node.setAttribute("minorVersion", Integer.toString(minorVersion));
225 node.setAttribute("resUnits", Integer.toString(resUnits));
226 node.setAttribute("Xdensity", Integer.toString(Xdensity));
227 node.setAttribute("Ydensity", Integer.toString(Ydensity));
228 node.setAttribute("thumbWidth", Integer.toString(thumbWidth));
229 node.setAttribute("thumbHeight", Integer.toString(thumbHeight));
781 node.setAttribute("extensionCode", Integer.toString(code));
920 node.setAttribute("thumbWidth", Integer.toString(thumbWidth));
921 node.setAttribute("thumbHeigh
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java175 public void setAttribute(String attribute, Object value) method in class:WindowsFileAttributeViews.Dos
194 super.setAttribute(attribute, value);
/openjdk7/jdk/test/javax/imageio/plugins/png/
H A DShortHistogramTest.java161 n.setAttribute("index", "" + i);
162 n.setAttribute("value", "" + hist[i]);
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DMBeanExceptionTest.java126 final String[] ops = {"getAttribute", "setAttribute", "invoke"};
147 mbs.setAttribute(name, new Attribute(target, "x"));
246 public void setAttribute(Attribute attr) method in class:MBeanExceptionTest.DynamicExcept
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java75 public void setAttribute(String attribute, Object value) method in class:LinuxDosFileAttributeView
94 super.setAttribute(attribute, value);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DEnvironmentCheck.java426 envCheckNode.setAttribute("version", "$Revision: 1.10 $");
432 statusNode.setAttribute("result", "ERROR");
471 node.setAttribute("key", keyStr);
480 node.setAttribute("key", keyStr);
487 statusNode.setAttribute("result", (errors ? "ERROR" : "OK" ));
539 node.setAttribute("name", keyStr.substring(0, keyStr.indexOf("-")));
540 node.setAttribute("desc", keyStr.substring(keyStr.indexOf("-") + 1));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDocumentBuilderFactoryImpl.java89 public void setAttribute(String name, Object value) method in class:DocumentBuilderFactoryImpl
/openjdk7/jdk/src/share/classes/java/beans/
H A DEncoder.java338 void setAttribute(Object key, Object value) { method in class:Encoder

Completed in 60 milliseconds

1234567