Class SchemaLocation

java.lang.Object
org.bremersee.xml.SchemaLocation
All Implemented Interfaces:
Comparable<SchemaLocation>

public final class SchemaLocation extends Object implements Comparable<SchemaLocation>
The schema location.
Author:
Christian Bremer
  • Constructor Details

    • SchemaLocation

      public SchemaLocation(String nameSpace, String location)
      Instantiates a new schema location.
      Parameters:
      nameSpace - the name space
      location - the location
  • Method Details