Uses of Class
org.eclipse.jst.jsf.common.dom.TagIdentifier

Packages that use TagIdentifier
org.eclipse.jst.jsf.common.dom API for manipulating DOM-based objects. 
 

Uses of TagIdentifier in org.eclipse.jst.jsf.common.dom
 

Methods in org.eclipse.jst.jsf.common.dom that return TagIdentifier
 TagIdentifier ElementDOMAdapter.getTagId()
           
abstract  TagIdentifier AttributeIdentifier.getTagIdentifier()
           
 

Methods in org.eclipse.jst.jsf.common.dom with parameters of type TagIdentifier
 boolean TagIdentifier.isSameTagType(TagIdentifier tagWrapper)