Package ghidra.xml
Interface XmlElement
- All Known Implementing Classes:
XmlElementImpl
public interface XmlElement
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String key) int
int
getLevel()
int
getName()
getText()
boolean
hasAttribute
(String key) boolean
boolean
isEnd()
boolean
isStart()
void
setAttribute
(String key, String value)
-
Method Details