Package ghidra.xml

Interface XmlElement

All Known Implementing Classes:
XmlElementImpl

public interface XmlElement
  • Method Details Link icon

    • getLevel Link icon

      int getLevel()
    • isStart Link icon

      boolean isStart()
    • isEnd Link icon

      boolean isEnd()
    • isContent Link icon

      boolean isContent()
    • getName Link icon

      String getName()
    • getAttributes Link icon

      Map<String,String> getAttributes()
    • getAttributeIterator Link icon

      Iterator<Map.Entry<String,String>> getAttributeIterator()
    • hasAttribute Link icon

      boolean hasAttribute(String key)
    • getAttribute Link icon

      String getAttribute(String key)
    • getText Link icon

      String getText()
    • getColumnNumber Link icon

      int getColumnNumber()
    • getLineNumber Link icon

      int getLineNumber()
    • setAttribute Link icon

      void setAttribute(String key, String value)