|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagLibrary
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 |
---|
java.lang.String getLibraryId()
java.lang.String getLibraryName()
java.lang.String getDefaultPrefix()
java.lang.String getDescription()
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.java.lang.String[] getTagNames()
CustomTag newTagElement(java.lang.String tagNCName) throws org.eclipse.core.runtime.CoreException
tagNCName
- the unqualified name of the tag
org.eclipse.core.runtime.CoreException
- if the custom tag cannot be createdboolean hasTag(java.lang.String tagNCName)
tagNCName
-
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 |