public class Element extends Object
| Constructor and Description |
|---|
Element() |
Element(String text) |
Element(String text,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
String |
getAttributeValue(String attributeName) |
String |
getText() |
boolean |
hasText() |
boolean |
isEmpty() |
void |
setAttributes(Map<String,String> attributes) |
void |
setText(String text) |
String |
toString() |
Copyright © 2024. All rights reserved.