Class ElementName

Object
org.thymeleaf.engine.ElementName
Direct Known Subclasses:
HTMLElementName, TextElementName, XMLElementName

public abstract class ElementName extends Object
Since:
3.0.0
Author:
Daniel Fernández
  • Field Details

    • prefix

      protected final String prefix
    • elementName

      protected final String elementName
    • completeElementNames

      protected final String[] completeElementNames
  • Constructor Details

    • ElementName

      protected ElementName(String prefix, String elementName, String[] completeElementNames)
  • Method Details

    • getElementName

      public String getElementName()
    • isPrefixed

      public boolean isPrefixed()
    • getPrefix

      public String getPrefix()
    • getCompleteElementNames

      public String[] getCompleteElementNames()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object