org.ceryle.xml
Class XLink
java.lang.Object
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
|
Constructor Summary |
XLink()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
XLink
public XLink()
The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.