|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.jigsaw.ccpp.ProfileRef
A Profile reference (syntax described at http://www.w3.org/1999/06/NOTE-CCPPexchange-19990624)
Constructor Summary | |
ProfileRef(java.lang.String ref)
Constructor |
Method Summary | |
java.lang.String |
getDiffName()
Get the profile diff name |
int |
getDiffNumber()
Get the diff number |
java.lang.String |
getUnparsedRef()
Get the unparsed profile reference (used for error message) |
java.lang.String |
getURI()
Get the URI |
boolean |
isDiffName()
Is this Profile reference a profile diff name? |
boolean |
isURI()
Is this Profile reference an absolute URI? |
protected void |
parse()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ProfileRef(java.lang.String ref)
ref
- the raw profile reference. ie :
Method Detail |
public java.lang.String getUnparsedRef()
public boolean isURI()
public java.lang.String getURI() throws InvalidProfileException
public boolean isDiffName()
public int getDiffNumber() throws InvalidProfileException
public java.lang.String getDiffName() throws InvalidProfileException
protected void parse() throws InvalidProfileException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |