pub enum XlinkShow {
New,
Replace,
Embed,
Other,
None,
}Expand description
See the definition in the XML Linking Language recommendation.
Variants§
New
An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context.
Replace
An application traversing to the ending resource should load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. This is the default value.
Embed
An application traversing to the ending resource should load its presentation in place of the presentation of the starting resource.
Other
The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior.
None
The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior.