In the following command reference:
means
the explicitly selected single node;
OR the node (text, comment, processing-instruction or element) containing the caret, if there is no explicit node selection and if the [implicitNode] option is used in the parameter of the command;
OR the element containing the textual node (text, comment, processing-instruction) containing the caret, if there is no explicit node selection and if the [implicitElement] option is used in the parameter of the command.
means
the explicitly selected single node or node range;
OR the node (text, comment, processing-instruction or element) containing the caret, if there is no explicit node selection and if the [implicitNode] option is used in the parameter of the command;
OR the element containing the textual node (text, comment, processing-instruction) containing the caret, if there is no explicit node selection and if the [implicitElement] option is used in the parameter of the command.
means
an empty text node, if the parameter of the command ends with #text;
OR an automatically generated empty element (see configuration element newElementContent in Section 20, “newElementContent” in XMLmind XML Editor - Configuration and Deployment), if the parameter of the command ends with an element name;
OR a copy of an element template (see configuration element elementTemplate in Section 12, “elementTemplate” in XMLmind XML Editor - Configuration and Deployment), if the parameter of the command ends with an element template name.
If the argument node is not explicitly specified in the parameter of a command, a dialog box is displayed and the user will have to interactively specify it.
Notation used in the synopsis of a command parameter:
In the synopsis of a command parameter, S means space.
These non-terminals are sometimes used in the synopsis of a command parameter:
implicit_selection -> '[implicitNode]' | '[implicitElement]'
argument_node -> '#text' |
element_name |
'#template(' element_name ',' template_name ')'
element_name -> Name | '{' namespace_URI '}' NCName
namespace_uri -> anyURI| Common pitfalls to be avoided | |
|---|---|
|