Package ro.sync.ecss.extensions.tei
Class TEIEditImageMapCore
java.lang.Object
ro.sync.ecss.extensions.commons.imagemap.EditImageMapCore
ro.sync.ecss.extensions.commons.imagemap.EditImageMapWithSurroundCore
ro.sync.ecss.extensions.tei.TEIEditImageMapCore
@API(type=INTERNAL,
src=PUBLIC)
public class TEIEditImageMapCore
extends EditImageMapWithSurroundCore
Edit Image Map Core for TEI.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
getNodesOfInterestCriteria
(String namespace) Get the criteria for nodes of interest, and the start and end of the fragment to surround with.getSupportedFramework
(String namespaceURI) Detect the supported framework.Methods inherited from class ro.sync.ecss.extensions.commons.imagemap.EditImageMapWithSurroundCore
getNodesOfInterest, needComplexSurround
Methods inherited from class ro.sync.ecss.extensions.commons.imagemap.EditImageMapCore
findNodeOfInterest, getFullySelectedNode, isNodeOfInterest
-
Field Details
-
TEI_NS
TEI namespace.- See Also:
-
-
Constructor Details
-
TEIEditImageMapCore
public TEIEditImageMapCore()
-
-
Method Details
-
getNodesOfInterestCriteria
Description copied from class:EditImageMapWithSurroundCore
Get the criteria for nodes of interest, and the start and end of the fragment to surround with.- Specified by:
getNodesOfInterestCriteria
in classEditImageMapWithSurroundCore
- Parameters:
namespace
- The namespace of the document.- Returns:
- A 4 items array with the main property, the secondary property, and the start + end of the fragment to surround with.
- See Also:
-
getSupportedFramework
Description copied from class:EditImageMapCore
Detect the supported framework.- Specified by:
getSupportedFramework
in classEditImageMapCore
- Parameters:
namespaceURI
- The namespace uri of the element.- Returns:
- The supported framework.
- See Also:
-