Interface IMetaElement

    • Method Detail

      • isLanguageIndependent

        boolean isLanguageIndependent()
        Check if the meta tag is language independent.
        Returns:
        true if the meta tag is language independent, false if it is not
      • getAllLocales

        @Nonnull
        @ReturnsMutableCopy
        com.helger.commons.collection.impl.ICommonsOrderedSet<Locale> getAllLocales()
        Returns:
        A set with all locales a value is present
      • getContentLanguageIndependent

        @Nullable
        String getContentLanguageIndependent()
        Returns:
        The content which was specified locale independent.
      • getContentMap

        @Nonnull
        @ReturnsMutableCopy
        com.helger.commons.collection.impl.ICommonsOrderedMap<Locale,​String> getContentMap()
        Returns:
        A non-null map from language to value.
      • getAsMetaElementValueList

        @Nonnull
        @ReturnsMutableCopy
        com.helger.commons.collection.impl.ICommonsList<IMetaElementValue> getAsMetaElementValueList()
        Get the contents of this meta tag as a self contained list of meta tag values.
        Returns:
        A non-null modifiable list of meta tags.
      • convertToNode

        @Nullable
        com.helger.xml.microdom.IMicroNode convertToNode​(@Nonnull
                                                         IHCConversionSettingsToNode aConversionSettings)
        Convert this meta element to an IMicroNode
        Parameters:
        aConversionSettings - The conversion settings to be used. May not be null.
        Returns:
        null if this meta element contains no content.