Interface OMAttribute

    • Method Detail

      • getAttributeValue

        String getAttributeValue()
        Get the attribute value.
        Returns:
        the attribute value; never null
      • setAttributeValue

        void setAttributeValue​(String value)
        Parameters:
        value -
      • getAttributeType

        String getAttributeType()
        Get the attribute type. For most attributes, the type is CDATA.
        Returns:
        the attribute type
      • setAttributeType

        void setAttributeType​(String value)
        Parameters:
        value -
      • getOwner

        OMElement getOwner()
        Returns the owner element of this attribute
        Returns:
        OMElement - The owner element