Package ro.sync.ecss.extensions.tei.id
Class TEIP5ConfigureAutoIDElementsOperation
java.lang.Object
ro.sync.ecss.extensions.commons.id.ConfigureAutoIDElementsOperation
ro.sync.ecss.extensions.tei.id.TEIConfigureAutoIDElementsOperation
ro.sync.ecss.extensions.tei.id.TEIP5ConfigureAutoIDElementsOperation
- All Implemented Interfaces:
AuthorOperation
,Extension
,TEIIDElementsConstants
@API(type=INTERNAL,
src=PUBLIC)
public class TEIP5ConfigureAutoIDElementsOperation
extends TEIConfigureAutoIDElementsOperation
implements TEIIDElementsConstants
Operation specific for TEI P5
-
Field Summary
Fields inherited from interface ro.sync.ecss.extensions.api.AuthorOperation
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR
Fields inherited from interface ro.sync.ecss.extensions.tei.id.TEIIDElementsConstants
DEFAULT_OPTIONS_XML_RESOURCE_NAME
-
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.tei.id.TEIConfigureAutoIDElementsOperation
getDescription, getListMessage
Methods inherited from class ro.sync.ecss.extensions.commons.id.ConfigureAutoIDElementsOperation
doOperation, getArguments, getDefaultOptions, getHelpPageID, isDocBook
-
Constructor Details
-
TEIP5ConfigureAutoIDElementsOperation
public TEIP5ConfigureAutoIDElementsOperation()
-
-
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:
-