|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provide access to the tags in a tag library.
This interface is not intended to be implemented by clients.
Method Summary | |
String |
getDefaultPrefix()
|
String |
getDescription()
|
String |
getLibraryId()
Return the string identifier of the tag library. |
String |
getLibraryName()
|
TagDefinition |
getTagDefinition(String name)
Return the TagDefinition for the named tag. |
String[] |
getTagNames()
Return a sort array of tags in the library |
boolean |
hasTag(String tagNCName)
Test if the named tag is in the tag library. |
boolean |
isDeprecated()
Test if the tag library has been deprecated. |
CustomTag |
newTagElement(String tagNCName)
|
Method Detail |
public String getLibraryId()
public String getLibraryName()
public String getDefaultPrefix()
public String getDescription()
public TagDefinition getTagDefinition(String name)
TagDefinition
for the named tag.
name
- the name of a tag in the tag library.
null
if the named tag is in the library
NullPointerException
- if name
is null.public String[] getTagNames()
public CustomTag newTagElement(String tagNCName) throws CoreException
tagNCName
- the unqualified name of the tag
CoreException
- if the custom tag cannot be createdpublic boolean hasTag(String tagNCName)
tagNCName
-
public boolean isDeprecated()
true
if the library has been deprecated, false
otherwise.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |