public interface IElementStructure<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<IElementAttribute<?>> |
getAttributes()
Obtém a lista de atributos do elemento.
|
List<IElementStructure<?>> |
getChildElements()
Obtém a lista de filhos do elemento.
|
Class<T> |
getElementClass()
Obtém a classe do elemento.
|
String |
getName()
Obtém o nome do elemento.
|
String getName()
List<IElementAttribute<?>> getAttributes()
List<IElementStructure<?>> getChildElements()
Copyright © 2019. All rights reserved.