Package manifold.xml.rt.parser
Class XmlElement
- java.lang.Object
-
- manifold.xml.rt.parser.XmlPart
-
- manifold.xml.rt.parser.XmlNamedPart
-
- manifold.xml.rt.parser.XmlElement
-
- Direct Known Subclasses:
XmlRootElement
public class XmlElement extends XmlNamedPart
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,XmlAttribute>getAttributes()List<XmlElement>getChildren()StringgetContent()XmlTerminalgetRawContent()-
Methods inherited from class manifold.xml.rt.parser.XmlNamedPart
getName
-
-
-
-
Method Detail
-
getChildren
public List<XmlElement> getChildren()
-
getAttributes
public Map<String,XmlAttribute> getAttributes()
- Returns:
- attributes ordered by appearance in the parent element
-
getContent
public String getContent()
-
getRawContent
public XmlTerminal getRawContent()
-
-