Class XmirObject


  • public final class XmirObject
    extends Object
    XMIR representation of EO object with access to attributes and methods.
    Since:
    0.0.1
    • Constructor Detail

      • XmirObject

        public XmirObject​(com.jcabi.xml.XML doc)
        Ctor.
        Parameters:
        doc - XML document.
    • Method Detail

      • attributes

        public List<com.jcabi.xml.XML> attributes()
        Get XML nodes with attributes of the object.
        Returns:
        XML nodes with attributes
      • methods

        public List<com.jcabi.xml.XML> methods()
        Get XML nodes with methods of the object.
        Returns:
        XML nodes with methods
      • constructor

        public com.jcabi.xml.XML constructor()
        Get XML node with constructor of the object.
        Returns:
        XML node with constructor