org.ceryle.xml
Class XLink

java.lang.Object
  extended by org.ceryle.xml.XLink

public class XLink
extends Object

Provides constants for the XLink 1.0 markup language.

See the most recent version of the W3C XLink 1.0 Recommendation at:

W3C XLink 1.0 Recommendation

Since:
JDK1.3
Version:
$Id: XLink.java,v 3.1 2007-06-20 01:28:39 altheim Exp $
Author:
Murray Altheim

Field Summary
static String ACTUATE_none
           
static String ACTUATE_onLoad
           
static String ACTUATE_onRequest
           
static String ACTUATE_other
           
static String ATTR_actuate
           
static String ATTR_arcrole
           
static String ATTR_from
           
static String ATTR_href
           
static String ATTR_label
           
static String ATTR_role
           
static String ATTR_show
           
static String ATTR_title
           
static String ATTR_to
           
static String ATTR_type
           
static String ATTR_xmlns
           
static String SHOW_embed
           
static String SHOW_new
           
static String SHOW_none
           
static String SHOW_other
           
static String SHOW_replace
           
static String TYPE_arc
           
static String TYPE_extended
           
static String TYPE_locator
           
static String TYPE_resource
           
static String TYPE_simple
           
static String TYPE_title
           
static String XLINK_prefix
          A String containing the default XML Namespace prefix for XLink 1.0.
static String xmlns
          A String containing the XML Namespace URI for XLink 1.0.
 
Constructor Summary
XLink()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlns

public static final String xmlns
A String containing the XML Namespace URI for XLink 1.0.

See Also:
Constant Field Values

XLINK_prefix

public static final String XLINK_prefix
A String containing the default XML Namespace prefix for XLink 1.0. The value is "xlink:". Note that it includes the trailing colon so that it can be directly prepended to an attribute.

See Also:
Constant Field Values

ATTR_xmlns

public static final String ATTR_xmlns
See Also:
Constant Field Values

ATTR_href

public static final String ATTR_href
See Also:
Constant Field Values

ATTR_type

public static final String ATTR_type
See Also:
Constant Field Values

ATTR_role

public static final String ATTR_role
See Also:
Constant Field Values

ATTR_title

public static final String ATTR_title
See Also:
Constant Field Values

ATTR_label

public static final String ATTR_label
See Also:
Constant Field Values

ATTR_arcrole

public static final String ATTR_arcrole
See Also:
Constant Field Values

ATTR_show

public static final String ATTR_show
See Also:
Constant Field Values

ATTR_actuate

public static final String ATTR_actuate
See Also:
Constant Field Values

ATTR_from

public static final String ATTR_from
See Also:
Constant Field Values

ATTR_to

public static final String ATTR_to
See Also:
Constant Field Values

TYPE_simple

public static final String TYPE_simple
See Also:
Constant Field Values

TYPE_extended

public static final String TYPE_extended
See Also:
Constant Field Values

TYPE_locator

public static final String TYPE_locator
See Also:
Constant Field Values

TYPE_arc

public static final String TYPE_arc
See Also:
Constant Field Values

TYPE_resource

public static final String TYPE_resource
See Also:
Constant Field Values

TYPE_title

public static final String TYPE_title
See Also:
Constant Field Values

SHOW_new

public static final String SHOW_new
See Also:
Constant Field Values

SHOW_replace

public static final String SHOW_replace
See Also:
Constant Field Values

SHOW_embed

public static final String SHOW_embed
See Also:
Constant Field Values

SHOW_other

public static final String SHOW_other
See Also:
Constant Field Values

SHOW_none

public static final String SHOW_none
See Also:
Constant Field Values

ACTUATE_onLoad

public static final String ACTUATE_onLoad
See Also:
Constant Field Values

ACTUATE_onRequest

public static final String ACTUATE_onRequest
See Also:
Constant Field Values

ACTUATE_other

public static final String ACTUATE_other
See Also:
Constant Field Values

ACTUATE_none

public static final String ACTUATE_none
See Also:
Constant Field Values
Constructor Detail

XLink

public XLink()


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.