Class IStandaloneElementTagExtensions


  • public class IStandaloneElementTagExtensions
    extends Object
    Meta-programming extensions to the IStandaloneElementTag class.
    Author:
    zhanhb, Emanuel Rabina
    • Constructor Detail

      • IStandaloneElementTagExtensions

        public IStandaloneElementTagExtensions()
    • Method Detail

      • equals

        public static boolean equals​(IStandaloneElementTag self,
                                     Object other)
        Compares this standalone tag with another.
        Parameters:
        self -
        other -
        Returns:
        true if this tag has the same name and attributes as the other element.