Package ghidra.xml
Interface XmlElement
- All Known Implementing Classes:
XmlElementImpl
public interface XmlElement
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String key) intintgetLevel()intgetName()getText()booleanhasAttribute(String key) booleanbooleanisEnd()booleanisStart()booleanvoidsetAttribute(String key, String value)
-
Method Details
-
getLevel
int getLevel() -
isStart
boolean isStart() -
isEnd
boolean isEnd() -
isContent
boolean isContent() -
getName
String getName() -
getAttributes
-
getAttributeIterator
-
hasAttribute
-
getAttribute
-
getText
String getText() -
getColumnNumber
int getColumnNumber() -
getLineNumber
int getLineNumber() -
setAttribute
-
isStart
-