Class Docbook5ConfigureAutoIDElementsOperation
java.lang.Object
ro.sync.ecss.extensions.commons.id.ConfigureAutoIDElementsOperation
ro.sync.ecss.extensions.docbook.id.DocbookConfigureAutoIDElementsOperation
ro.sync.ecss.extensions.docbook.id.Docbook5ConfigureAutoIDElementsOperation
- All Implemented Interfaces:
AuthorOperation
,Extension
@API(type=INTERNAL,
src=PUBLIC)
public class Docbook5ConfigureAutoIDElementsOperation
extends DocbookConfigureAutoIDElementsOperation
Operation specific for Docbook 5
-
Field Summary
Fields inherited from interface ro.sync.ecss.extensions.api.AuthorOperation
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Get the name of the XML resource from which to load the default options.Methods inherited from class ro.sync.ecss.extensions.docbook.id.DocbookConfigureAutoIDElementsOperation
getDescription, getListMessage, isDocBook
Methods inherited from class ro.sync.ecss.extensions.commons.id.ConfigureAutoIDElementsOperation
doOperation, getArguments, getDefaultOptions, getHelpPageID
-
Constructor Details
-
Docbook5ConfigureAutoIDElementsOperation
public Docbook5ConfigureAutoIDElementsOperation()
-
-
Method Details
-
getDefaultOptionsXMLResourceName
Description copied from class:ConfigureAutoIDElementsOperation
Get the name of the XML resource from which to load the default options.- Overrides:
getDefaultOptionsXMLResourceName
in classConfigureAutoIDElementsOperation
- Returns:
- the name of the XML resource from which to load the default options.
- See Also:
-