Package de.neuland.jade4j.lexer.token
Class Attribute
- java.lang.Object
-
- de.neuland.jade4j.lexer.token.Attribute
-
public class Attribute extends java.lang.Object
Created by christoph on 04.03.16.
-
-
Constructor Summary
Constructors Constructor Description Attribute(java.lang.String name, java.lang.Object value, boolean escape)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.Object
getValue()
boolean
isEscaped()
-