Searched refs:getStringAttribute (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableImageMetadata.java160 getStringAttribute(node, "disposalMethod", null,
233 getStringAttribute(node, "text", "", false, null);
245 getStringAttribute(applicationExtension, "applicationID",
249 getStringAttribute(applicationExtension, "authenticationCode",
283 getStringAttribute(commentExtension, "value", null,
H A DGIFWritableStreamMetadata.java104 version = getStringAttribute(node, "value", null,
243 getStringAttribute(childNode, "value", null,
H A DGIFMetadata.java56 protected static String getStringAttribute(Node node, String name, method in class:GIFMetadata
101 String value = getStringAttribute(node, name, null, required, null);
127 String value = getStringAttribute(node, name, null, required, null);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DJ2DAnalyzer.java328 String title = getStringAttribute(rsline, "name");
355 String key = getStringAttribute(line, "key");
356 String val = getStringAttribute(line, "value");
366 String name = getStringAttribute(line, "name");
390 String key = getStringAttribute(line, "key");
391 String val = getStringAttribute(line, "value");
408 public static String getStringAttribute(String line, String attrname) { method in class:J2DAnalyzer
434 String val = getStringAttribute(line, attrname);
446 String val = getStringAttribute(line, attrname);
/openjdk7/jdk/test/javax/management/monitor/
H A DNonComparableAttributeValueTest.java49 public Object getStringAttribute() { method in class:NonComparableAttributeValueTest.ObservedObject
57 public Object getStringAttribute(); method in interface:NonComparableAttributeValueTest.ObservedObjectMBean
H A DNullAttributeValueTest.java49 public String getStringAttribute() { method in class:NullAttributeValueTest.ObservedObject
57 public String getStringAttribute(); method in interface:NullAttributeValueTest.ObservedObjectMBean
H A DReflectionExceptionTest.java59 public String getStringAttribute() { method in class:ReflectionExceptionTest.ObservedObject
73 public String getStringAttribute(); method in interface:ReflectionExceptionTest.ObservedObjectMBean
H A DRuntimeExceptionTest.java58 public String getStringAttribute() { method in class:RuntimeExceptionTest.ObservedObject
72 public String getStringAttribute(); method in interface:RuntimeExceptionTest.ObservedObjectMBean
H A DAttributeArbitraryDataTypeTest.java103 public String getStringAttribute() { method in class:AttributeArbitraryDataTypeTest.ComplexAttribute
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java1095 private String getStringAttribute(Node node, String name, method in class:PNGMetadata
1114 String value = getStringAttribute(node, name, null, required);
1125 String value = getStringAttribute(node, name, null, required);

Completed in 261 milliseconds