public class XmlElement extends XmlNamedPart
| Modifier and Type | Method and Description |
|---|---|
Map<String,XmlAttribute> |
getAttributes() |
List<XmlElement> |
getChildren() |
String |
getContent() |
XmlTerminal |
getRawContent() |
getNamepublic List<XmlElement> getChildren()
public Map<String,XmlAttribute> getAttributes()
public String getContent()
public XmlTerminal getRawContent()
Copyright © 2020. All rights reserved.