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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DLiteralAttribute.java21 * $Id: LiteralAttribute.java,v 1.2.4.1 2005/09/12 10:38:03 pvedula Exp $
43 final class LiteralAttribute extends Instruction { class in inherits:Instruction
54 public LiteralAttribute(String name, String value, Parser parser, method in class:LiteralAttribute
64 Util.println("LiteralAttribute name=" + _name + " value=" + _value);

Completed in 30 milliseconds