Package ghidra.xml

Interface XmlElement

All Known Implementing Classes:
XmlElementImpl

public interface XmlElement
  • Method Details

    • getLevel

      int getLevel()
    • isStart

      boolean isStart()
    • isEnd

      boolean isEnd()
    • isContent

      boolean isContent()
    • getName

      String getName()
    • getAttributes

      Map<String,String> getAttributes()
    • getAttributeIterator

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

      boolean hasAttribute(String key)
    • getAttribute

      String getAttribute(String key)
    • getText

      String getText()
    • getColumnNumber

      int getColumnNumber()
    • getLineNumber

      int getLineNumber()
    • setAttribute

      void setAttribute(String key, String value)