private static class DOMDifferenceEngine.Attributes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private org.w3c.dom.Attr |
noNamespaceSchemaLocation |
private java.util.List<org.w3c.dom.Attr> |
remainingAttributes |
private org.w3c.dom.Attr |
schemaLocation |
private org.w3c.dom.Attr |
type |
Modifier | Constructor and Description |
---|---|
private |
Attributes(org.w3c.dom.Attr schemaLocation,
org.w3c.dom.Attr noNamespaceSchemaLocation,
org.w3c.dom.Attr type,
java.util.List<org.w3c.dom.Attr> remainingAttributes) |