Class XmlEoObject
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlEoObject
-
public final class XmlEoObject extends Object
This is EO object in XML representation.Mirrors
DirectivesEoObject
- Since:
- 0.11.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Retrieve the name of the EO object.XmlNode
node()
Retrieve the inner XML node representing the EO object.
-