Searched defs:AttributeValue (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DAttributeValue.java30 abstract class AttributeValue { class
31 private static final PlatformLogger log = PlatformLogger.getLogger("java.awt.AttributeValue");
35 protected AttributeValue(int value, String[] names) { method in class:AttributeValue
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DAttributeValue.java21 * $Id: AttributeValue.java,v 1.2.4.1 2005/09/01 10:25:49 pvedula Exp $
31 abstract class AttributeValue extends Expression { class in inherits:Expression
33 public static final AttributeValue create(SyntaxTreeNode parent,
36 AttributeValue result;

Completed in 221 milliseconds