te::xl Namespace Reference

This is the namespace for the XLink module. More...

Classes

class  Globals
 
class  SimpleLink
 Simple link. More...
 

Enumerations

enum  ActuateType { ACTUATE_ONLOAD, ACTUATE_ONREQUEST, ACTUATE_OTHER, ACTUATE_NONE }
 The actuate type attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource. More...
 
enum  ShowType {
  SHOW_NEW, SHOW_REPLACE, SHOW_EMBED, SHOW_OTHER,
  SHOW_NONE
}
 The show type attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource. More...
 

Detailed Description

This is the namespace for the XLink module.

Most of the documentation used in XLink classes were extracted from the xlinks.xsd available at: http://schemas.opengis.net/xlink/1.0.0/.

Note
See namespace te comments for any detail on using namespaces.

Enumeration Type Documentation

The actuate type attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource.

Enumerator
ACTUATE_ONLOAD 

Traverse to the ending resource immediately on loading the starting resource.

ACTUATE_ONREQUEST 

Traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose.

ACTUATE_OTHER 

Behavior is unconstrained; examine other markup in link for hints.

ACTUATE_NONE 

Behavior is unconstrained.

Definition at line 62 of file Enumerators.h.

The show type attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource.

Enumerator
SHOW_NEW 

Load ending resource in a new window, frame, pane, or other presentation context.

SHOW_REPLACE 

Load the resource in the same window, frame, pane, or other presentation context.

SHOW_EMBED 

Load ending resource in place of the presentation of the starting resource.

SHOW_OTHER 

Behavior is unconstrained; examine other markup in the link for hints.

SHOW_NONE 

Behavior is unconstrained.

Definition at line 42 of file Enumerators.h.