Class DOMDifferenceEngine.Attributes

  • Enclosing class:
    DOMDifferenceEngine

    private static class DOMDifferenceEngine.Attributes
    extends java.lang.Object
    • 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • schemaLocation

        private final org.w3c.dom.Attr schemaLocation
      • noNamespaceSchemaLocation

        private final org.w3c.dom.Attr noNamespaceSchemaLocation
      • type

        private final org.w3c.dom.Attr type
      • remainingAttributes

        private final java.util.List<org.w3c.dom.Attr> remainingAttributes
    • Constructor Detail

      • Attributes

        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)