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 Modifier and Type Field Description static java.lang.String
TEI_NS
TEI namespace.
-
Constructor Summary
Constructors Constructor Description TEIEditImageMapCore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String[]
getNodesOfInterestCriteria(java.lang.String namespace)
Get the criteria for nodes of interest, and the start and end of the fragment to surround with.SupportedFrameworks
getSupportedFramework(java.lang.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 Detail
-
TEI_NS
public static final java.lang.String TEI_NS
TEI namespace.- See Also:
- Constant Field Values
-
-
Method Detail
-
getNodesOfInterestCriteria
protected java.lang.String[] getNodesOfInterestCriteria(java.lang.String namespace)
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:
EditImageMapWithSurroundCore.getNodesOfInterestCriteria(java.lang.String)
-
getSupportedFramework
public SupportedFrameworks getSupportedFramework(java.lang.String namespaceURI)
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:
EditImageMapCore.getSupportedFramework(java.lang.String)
-
-