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

Packages that use AttributeIdentifier
org.eclipse.jst.jsf.common.dom API for manipulating DOM-based objects. 
org.eclipse.jst.jsf.metadataprocessors Provides tooling support for taglibraries using the Design-time Metadata feature (org.eclipse.jst.jsf.common.metadata). 
 

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

Methods in org.eclipse.jst.jsf.common.dom that return AttributeIdentifier
 AttributeIdentifier AttrDOMAdapter.getAttributeIdentifier()
           
 

Methods in org.eclipse.jst.jsf.common.dom with parameters of type AttributeIdentifier
 boolean AttributeIdentifier.isSameAttributeType(AttributeIdentifier attributeId)
           
 

Uses of AttributeIdentifier in org.eclipse.jst.jsf.metadataprocessors
 

Methods in org.eclipse.jst.jsf.metadataprocessors with parameters of type AttributeIdentifier
 java.util.List<IMetaDataEnabledFeature> MetaDataEnabledProcessingFactory.getAttributeValueRuntimeTypeFeatureProcessors(java.lang.Class featureType, IStructuredDocumentContext sdContext, AttributeIdentifier attributeId)
          A convenience method fully equivalent to: getAttributeValueRuntimeTypeFeatureProcessors (featureType, sdContext, attributeId.getTagIdentifier().getUri() , attributeId.getTagIdentifier().getTagName(), attributeId.getName())