Interface StandardDocument.Standard.Tag

  • Enclosing interface:
    StandardDocument.Standard

    public static interface StandardDocument.Standard.Tag
    Represents a content tag.
    Since:
    9.0.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    See Also:
    ContentTag
    • Method Detail

      • getName

        String getName()
        Returns the tag name.
        Returns:
        the tag name.
        Since:
        9.0.0
        See Also:
        ContentTag#getName()
      • setName

        void setName​(String name)
        Sets the tag name.
        Parameters:
        name - the tag name.
        Since:
        9.0.0
        See Also:
        ContentTag#getName()
      • getAnalyzedName

        String getAnalyzedName()
        Returns the tag analyzed name.
        Returns:
        the tag analyzed name.
        Since:
        9.0.0
        See Also:
        ContentTag#getName()
      • setAnalyzedName

        void setAnalyzedName​(String analyzedName)
        Sets the tag analyzed name.
        Parameters:
        name - the tag analyzed name.
        Since:
        9.0.0
        See Also:
        ContentTag#getName()
      • getNormalizedName

        String getNormalizedName()
        Returns the tag normalized name.
        Returns:
        the tag normalized name.
        Since:
        9.0.0
        See Also:
        ContentTag#getNormalizedName()
      • setNormalizedName

        void setNormalizedName​(String normalizedName)
        Sets the tag normalized name.
        Parameters:
        normalizedName - the tag normalized name.
        Since:
        9.0.0
        See Also:
        ContentTag#getNormalizedName()