| |
|
| java.lang.Object org.w3c.jigsaw.ccpp.ProfileRef
ProfileRef | public class ProfileRef (Code) | | A Profile reference
(syntax described at http://www.w3.org/1999/06/NOTE-CCPPexchange-19990624)
version: $Revision: 1.2 $ author: Benoît Mahé (bmahe@w3.org) |
Constructor Summary | |
public | ProfileRef(String ref) Constructor
Parameters: ref - the raw profile reference. |
ProfileRef | public ProfileRef(String ref)(Code) | | Constructor
Parameters: ref - the raw profile reference. ie :- "http://www.aaa.com/hw"
- "1-uKhjE/AEeeMzFSejsYshHg=="
|
getUnparsedRef | public String getUnparsedRef()(Code) | | Get the unparsed profile reference (used for error message)
a String; |
isDiffName | public boolean isDiffName()(Code) | | Is this Profile reference a profile diff name?
a boolean |
isURI | public boolean isURI()(Code) | | Is this Profile reference an absolute URI?
a boolean |
|
|
|