Package ro.sync.ecss.extensions.tei
Class ECTEIFigureEntityAttributeCustomizer
- java.lang.Object
-
- ro.sync.ecss.extensions.tei.ECTEIFigureEntityAttributeCustomizer
-
@API(type=INTERNAL, src=PUBLIC) public class ECTEIFigureEntityAttributeCustomizer extends java.lang.Object
Customize the value of the attribute for a TEI figure. It is used on Eclipse platform implementation.
-
-
Constructor Summary
Constructors Constructor Description ECTEIFigureEntityAttributeCustomizer()
-
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
- The author access.- Returns:
- The value of the attribute or
null
if canceled.
-
-