Class XmlNamedObject

java.lang.Object
org.eolang.jeo.representation.xmir.XmlNamedObject

public final class XmlNamedObject extends Object
This is EO object in XML representation.

Mirrors DirectivesEoObject

Since:
0.11.0
  • Method Details

    • name

      public String name()
      Retrieve the name of the EO object.
      Returns:
      Name of the EO object.
    • node

      public XmlNode node()
      Retrieve the inner XML node representing the EO object.
      Returns:
      XML node of the EO object.