Class Attribute

java.lang.Object
org.apache.sling.xss.impl.xml.Attribute

public class Attribute extends Object
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getOnInvalid

      @NotNull public @NotNull String getOnInvalid()
    • getDescription

      @NotNull public @NotNull String getDescription()
    • getName

      @NotNull public @NotNull String getName()
    • getLiterals

      @NotNull public @NotNull List<String> getLiterals()
    • getLiteralList

      @NotNull public @NotNull List<Literal> getLiteralList()
    • getPatternList

      @NotNull public @NotNull List<Pattern> getPatternList()
    • getRegexpList

      @NotNull public @NotNull List<Regexp> getRegexpList()
    • containsAllowedValue

      public boolean containsAllowedValue(String valueInLowerCase)
    • matchesAllowedExpression

      public boolean matchesAllowedExpression(String value)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object