org.ceryle.xml
Class XTM

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

public class XTM
extends Object

Provides constants for the XML Topic Map (XTM) markup language. See the XTM DTDs distributed with Ceryle (in the resource/xtm/1.0/ directory) for more information, or the XTM specification found at:

XTM 1.0 Specification

Since:
JDK1.3
Version:
$Id: XTM.java,v 3.5 2007-06-20 01:28:40 altheim Exp $
Author:
Murray Altheim

Field Summary
static String ATTR_href
           
static String ATTR_id
           
static String ATTR_xlinkhref
           
static String ATTR_xmlbase
           
static String ATTR_xmlns
           
static String ATTR_xmlnsxlink
           
static String DTD_PubId
          A String containing the Formal Public Identifier (FPI) for the XTM 1.0 DTD.
static String DTD_SysId
          A String containing a system identifier for the XTM 1.0 DTD.
static String ELT_association
           
static String ELT_baseName
           
static String ELT_baseNameString
           
static String ELT_instanceOf
           
static String ELT_member
           
static String ELT_mergeMap
           
static String ELT_occurrence
           
static String ELT_parameters
           
static String ELT_resourceData
           
static String ELT_resourceRef
           
static String ELT_roleSpec
           
static String ELT_scope
           
static String ELT_subjectIdentity
           
static String ELT_subjectIndicatorRef
           
static String ELT_topic
           
static String ELT_topicMap
           
static String ELT_topicRef
           
static String ELT_variant
           
static String ELT_variantName
           
static String PSI_display
          A String containing the XTM Published Subject Indicator (PSI) for topic display names.
static String PSI_lang_en
          A String containing the XTM Published Subject Indicator (PSI) for the English language.
static String PSI_sort
          A String containing the XTM Published Subject Indicator (PSI) for topic sort names.
static String xmlns
          A String containing the XML Namespace URI for XTM Topic Maps.
 
Constructor Summary
XTM()
           
 
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 XTM Topic Maps.

See Also:
Constant Field Values

DTD_PubId

public static final String DTD_PubId
A String containing the Formal Public Identifier (FPI) for the XTM 1.0 DTD.

See Also:
Constant Field Values

DTD_SysId

public static String DTD_SysId
A String containing a system identifier for the XTM 1.0 DTD.


PSI_display

public static final String PSI_display
A String containing the XTM Published Subject Indicator (PSI) for topic display names.

See Also:
Constant Field Values

PSI_sort

public static final String PSI_sort
A String containing the XTM Published Subject Indicator (PSI) for topic sort names.

See Also:
Constant Field Values

PSI_lang_en

public static final String PSI_lang_en
A String containing the XTM Published Subject Indicator (PSI) for the English language.

See Also:
Constant Field Values

ELT_topicMap

public static final String ELT_topicMap
See Also:
Constant Field Values

ELT_topic

public static final String ELT_topic
See Also:
Constant Field Values

ELT_instanceOf

public static final String ELT_instanceOf
See Also:
Constant Field Values

ELT_subjectIdentity

public static final String ELT_subjectIdentity
See Also:
Constant Field Values

ELT_topicRef

public static final String ELT_topicRef
See Also:
Constant Field Values

ELT_subjectIndicatorRef

public static final String ELT_subjectIndicatorRef
See Also:
Constant Field Values

ELT_baseName

public static final String ELT_baseName
See Also:
Constant Field Values

ELT_baseNameString

public static final String ELT_baseNameString
See Also:
Constant Field Values

ELT_variant

public static final String ELT_variant
See Also:
Constant Field Values

ELT_variantName

public static final String ELT_variantName
See Also:
Constant Field Values

ELT_parameters

public static final String ELT_parameters
See Also:
Constant Field Values

ELT_occurrence

public static final String ELT_occurrence
See Also:
Constant Field Values

ELT_resourceRef

public static final String ELT_resourceRef
See Also:
Constant Field Values

ELT_resourceData

public static final String ELT_resourceData
See Also:
Constant Field Values

ELT_association

public static final String ELT_association
See Also:
Constant Field Values

ELT_member

public static final String ELT_member
See Also:
Constant Field Values

ELT_roleSpec

public static final String ELT_roleSpec
See Also:
Constant Field Values

ELT_scope

public static final String ELT_scope
See Also:
Constant Field Values

ELT_mergeMap

public static final String ELT_mergeMap
See Also:
Constant Field Values

ATTR_id

public static final String ATTR_id
See Also:
Constant Field Values

ATTR_href

public static final String ATTR_href
See Also:
Constant Field Values

ATTR_xmlns

public static final String ATTR_xmlns
See Also:
Constant Field Values

ATTR_xmlbase

public static final String ATTR_xmlbase
See Also:
Constant Field Values

ATTR_xmlnsxlink

public static final String ATTR_xmlnsxlink
See Also:
Constant Field Values

ATTR_xlinkhref

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

XTM

public XTM()


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