|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IQName
Represents the XML Schema datatype xsd:QName.
| Field Summary | |
|---|---|
static String |
DATATYPE_URI
Defines the XML Schema datatype URI. |
| Method Summary | |
|---|---|
String |
getLocalPart()
Returns the local part of this QName. |
String |
getNamespaceName()
Returns the namespace name of this QName. |
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 | ||||||||