Interface ElemFeatureList

    • Method Detail

      • create

        ElemFeature create​(java.lang.String type)
        Creates an element feature.
        Parameters:
        type - Element feature type.
        Returns:
        Created element feature.
      • create

        ElemFeature create​(java.lang.String tag,
                           java.lang.String type)
        Creates an element feature.
        Parameters:
        tag - Element feature tag.
        type - Element feature type.
        Returns:
        Created element feature.