|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INOTATION
Represents the XML Schema datatype xsd:NOTATION.
According to the XML Schema specificaiton, the value space of xsd:NOTATION is the set of QNames of notations declared in a schema.
| Field Summary | |
|---|---|
static String |
DATATYPE_URI
Defines the XML Schema datatype URI. |
| Method Summary | |
|---|---|
String |
getLocalPart()
Returns the local part of this NOTATION. |
String |
getNamespaceName()
Returns the namespace name of this NOTATION. |
String[] |
getValue()
Returns an array containing the namespace name (first element) and the local part (second element). |
| Methods inherited from interface org.deri.iris.api.terms.IConcreteTerm |
|---|
getDatatypeIRI, toCanonicalString |
| Methods inherited from interface org.deri.iris.api.terms.ITerm |
|---|
isGround |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
static final String DATATYPE_URI
| Method Detail |
|---|
String getNamespaceName()
String getLocalPart()
String[] getValue()
getValue in interface ITerm
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||