class IProcessableElementTagExtensions extends Object
Meta-programming extensions to the IProcessableElementTag class.
| Constructor and description |
|---|
IProcessableElementTagExtensions() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static boolean |
equals(IProcessableElementTag self, Object other)Compare processable elements for equality. |
|
static boolean |
equalsIgnoreXmlnsAndWith(IProcessableElementTag self, IProcessableElementTag other, IContext context)Compare elements, ignoring XML namespace declarations and Thymeleaf's th:with processor. |
Compare processable elements for equality.
true if this tag has the same name and attributes as
the other element. Compare elements, ignoring XML namespace declarations and Thymeleaf's
th:with processor.
true if the elements share the same name and all attributes,
with exceptions for of XML namespace declarations and Thymeleaf's
th:with attribute processor.