Package org.bremersee.xml
Class SchemaLocation
java.lang.Object
org.bremersee.xml.SchemaLocation
- All Implemented Interfaces:
Comparable<SchemaLocation>
The schema location.
- Author:
- Christian Bremer
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaLocation(String nameSpace, String location) Instantiates a new schema location. -
Method Summary
-
Constructor Details
-
SchemaLocation
Instantiates a new schema location.- Parameters:
nameSpace- the name spacelocation- the location
-
-
Method Details
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<SchemaLocation>
-