org.ceryle.xml
Class XAMML

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

public class XAMML
extends Object

Provides constants for the XNode Archive Manifest Markup Language (XAMML). This is the XML markup used by XNode for its archive files. The document element is <manifest> containing zero or more <entry> elements, each with the following attributes:

E.g.:

   <?xml version="1.0" encoding="UTF-8"?>
   <manifest xmlns="http://purl.org/ceryle/prop/zip/#manifest" created="2006-04-12T01:02:18">
   <!-- manifest file for Ceryle database archive ......................... -->
     <entry cid="trees" created="2004-09-07T02:32:41" modified="2004-09-07T03:04:13" nid="elm"/>
     <entry cid="trees" created="2004-09-07T02:29:17" nid="dogwood"/>
     <entry cid="trees" created="2004-09-07T02:33:33" modified="2005-06-15T20:34:22" nid="cedar"/>
   </manifest>
 

Since:
JDK1.4
Version:
$Id: XAMML.java,v 3.2 2007-06-15 12:10:29 altheim Exp $
Author:
Murray Altheim

Field Summary
static String ATTR_cid
          The Attribute name for the manifest entry element's cid (Collection ID) attribute.
static String ATTR_created
          The Attribute name for the manifest entry element's created attribute.
static String ATTR_modified
          The Attribute name for the manifest entry element's modified attribute.
static String ATTR_nid
          The Attribute name for the manifest entry element's nid (Node ID) attribute.
static String DTD_PubId
          A String containing the Formal Public Identifier (FPI) for the XAMML 1.0 DTD.
static String DTD_SysId
          A String containing a system identifier for the XAMML 1.0 DTD.
static String ELT_entry
          The Element type name for the manifest entry element.
static String ELT_manifest
          The Element type name for the manifest document element.
static String xmlns
          A String containing the XML Namespace URI for XAMML Topic Maps.
 
Constructor Summary
XAMML()
           
 
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 XAMML 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 XAMML 1.0 DTD.

See Also:
Constant Field Values

DTD_SysId

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


ELT_manifest

public static final String ELT_manifest
The Element type name for the manifest document element.

See Also:
Constant Field Values

ELT_entry

public static final String ELT_entry
The Element type name for the manifest entry element.

See Also:
Constant Field Values

ATTR_cid

public static final String ATTR_cid
The Attribute name for the manifest entry element's cid (Collection ID) attribute.

See Also:
Constant Field Values

ATTR_nid

public static final String ATTR_nid
The Attribute name for the manifest entry element's nid (Node ID) attribute.

See Also:
Constant Field Values

ATTR_created

public static final String ATTR_created
The Attribute name for the manifest entry element's created attribute.

See Also:
Constant Field Values

ATTR_modified

public static final String ATTR_modified
The Attribute name for the manifest entry element's modified attribute.

See Also:
Constant Field Values
Constructor Detail

XAMML

public XAMML()


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