Class ElementContext.Attribute

java.lang.Object
org.apache.sling.scripting.sightly.impl.compiler.frontend.ElementContext.Attribute
Enclosing class:
ElementContext

public static class ElementContext.Attribute extends Object
  • Constructor Details

    • Attribute

      public Attribute(String name, Object value, char quoteChar)
  • Method Details

    • getName

      public String getName()
    • getValue

      public Object getValue()
    • getQuoteChar

      public char getQuoteChar()