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