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()) |