|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.common.xml.format.XMLFormat
public class XMLFormat
An XML format.
| Field Summary | |
|---|---|
XMLNamespace |
namespace
The primary XML namespace of this format. |
java.lang.String |
uri
The URI of this format. |
java.lang.String |
xsdLocation
The primary public location of the XSD schema for this format. |
| Constructor Summary | |
|---|---|
XMLFormat(java.lang.String uri,
XMLNamespace namespace,
java.lang.String xsdLocation)
Constructs an instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Returns true iff the given object is an instance of this class and has the same URI. |
int |
hashCode()
|
java.lang.String |
toString()
Returns the URI of the format. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String uri
public final XMLNamespace namespace
public final java.lang.String xsdLocation
| Constructor Detail |
|---|
public XMLFormat(java.lang.String uri,
XMLNamespace namespace,
java.lang.String xsdLocation)
uri - the URI of the format.xmlNamespace - the primary XML namespace.xsdSchemaLocation - the public location of the XSD schema.
java.lang.IllegalArgumentException - if any parameter is null.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||