Package ro.sync.ecss.extensions.tei
Class SATEIFigureEntityAttributeCustomizer
- java.lang.Object
-
- ro.sync.ecss.extensions.tei.SATEIFigureEntityAttributeCustomizer
-
@API(type=INTERNAL, src=PUBLIC) public class SATEIFigureEntityAttributeCustomizer extends java.lang.Object
Customize the value of the attribute for a TEI figure. It is used on standalone implementation.
-
-
Constructor Summary
Constructors Constructor Description SATEIFigureEntityAttributeCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAttributeValue(AuthorAccess authorAccess)
Get the value for the attribute entity.
-
-
-
Method Detail
-
getAttributeValue
public java.lang.String getAttributeValue(AuthorAccess authorAccess)
Get the value for the attribute entity.- Parameters:
authorAccess
- Provides access to author functionality.- Returns:
- The value of the attribute or
null
if canceled.
-
-