Package org.xmlunit.diff
Class DOMDifferenceEngine.Attributes
- java.lang.Object
-
- org.xmlunit.diff.DOMDifferenceEngine.Attributes
-
- Enclosing class:
- DOMDifferenceEngine
private static class DOMDifferenceEngine.Attributes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field 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
-
Constructor Summary
Constructors Modifier Constructor 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)
-