Class XmlAnnotations
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlAnnotations
-
public class XmlAnnotations extends Object
Xmir annotations.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description XmlAnnotations(XmlNode xmlnode)
Constructor.
-
-
-
Constructor Detail
-
XmlAnnotations
public XmlAnnotations(XmlNode xmlnode)
Constructor.- Parameters:
xmlnode
- XML node.
-
-
Method Detail
-
all
public List<XmlAnnotation> all()
All annotations.- Returns:
- Annotations.
-
-