|
||||||||||||
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 | |
---|---|
java.lang.String |
getDefaultPrefix()
|
java.lang.String |
getDescription()
|
java.lang.String |
getLibraryId()
Return the string identifier of the tag library. |
java.lang.String |
getLibraryName()
|
TagDefinition |
getTagDefinition(java.lang.String name)
Return the TagDefinition for the named tag. |
java.lang.String[] |
getTagNames()
Return a sort array of tags in the library |
boolean |
hasTag(java.lang.String tagNCName)
Test if the named tag is in the tag library. |
boolean |
isDeprecated()
Test if the tag library has been deprecated. |
CustomTag |
newTagElement(java.lang.String tagNCName)
|
Method Detail |
public java.lang.String getLibraryId()
public java.lang.String getLibraryName()
public java.lang.String getDefaultPrefix()
public java.lang.String getDescription()
public TagDefinition getTagDefinition(java.lang.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
java.lang.NullPointerException
- if name
is null.public java.lang.String[] getTagNames()
public CustomTag newTagElement(java.lang.String tagNCName) throws CoreException
tagNCName
- the unqualified name of the tag
CoreException
- if the custom tag cannot be createdpublic boolean hasTag(java.lang.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 |