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 Constructor Description TEIP5ConfigureAutoIDElementsOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getDefaultOptionsXMLResourceName()
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
-
-
-
-
Method Detail
-
getDefaultOptionsXMLResourceName
protected java.lang.String 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:
ConfigureAutoIDElementsOperation.getDefaultOptionsXMLResourceName()
-
-