Interface ExampleDefinition


public interface ExampleDefinition
An interface to access example element's name and attributes for use mainly in ImplementationStatusModifier.
  • Method Details

    • getName

      String getName()
      Accessor to get the example's name
      Returns:
      the example's name
    • getAttributeValue

      String getAttributeValue(String name)
      Accessor to the example's attribute given the name
      Parameters:
      name - the name of the attribute
      Returns:
      the attribute value
    • getAttributeValue

      String getAttributeValue(String localName, String namespaceURI)
      Accessor to the example's attribute given the name and namespace
      Parameters:
      localName - the name of the attribute
      namespaceURI - the namespace of the attribute
      Returns:
      the attribute value