Package ro.sync.ecss.extensions.docbook
Class DocbookEditImageMapCore
java.lang.Object
ro.sync.ecss.extensions.commons.imagemap.EditImageMapCore
ro.sync.ecss.extensions.commons.imagemap.EditImageMapWithSurroundCore
ro.sync.ecss.extensions.docbook.DocbookEditImageMapCore
@API(type=INTERNAL,
src=PUBLIC)
public class DocbookEditImageMapCore
extends EditImageMapWithSurroundCore
Edit image ma core for Docbook.
-
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
-
DOCBOOK_NS
Docbook 5 namespace.- See Also:
-
-
Constructor Details
-
DocbookEditImageMapCore
public DocbookEditImageMapCore()
-
-
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:
-