public class AttrCompare
extends java.lang.Object
implements java.util.Comparator<org.w3c.dom.Attr>, java.io.Serializable
| Constructor and Description |
|---|
AttrCompare() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.w3c.dom.Attr attr0,
org.w3c.dom.Attr attr1)
Compares two attributes based on the C14n specification.
|
public int compare(org.w3c.dom.Attr attr0,
org.w3c.dom.Attr attr1)
compare in interface java.util.Comparator<org.w3c.dom.Attr>attr0 - attr1 - Copyright © 2007–2023. All rights reserved.