Interface Element

All Known Implementing Classes:
DefaultElement, JsonMLElement, JsonObjectElement

public interface Element
  • Method Details

    • getLocalName

      String getLocalName()
    • getAttributeCount

      int getAttributeCount()
    • getAttribute

      Attribute getAttribute(int index)
    • getAttribute

      Attribute getAttribute(String key)
    • getChildElements

      Elements getChildElements()
    • getAttributeValue

      String getAttributeValue(String key)
    • addAttribute

      void addAttribute(Attribute attribute)
    • appendChild

      void appendChild(Element element)