|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.xml.XAMML
public class XAMML
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>
| 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 |
|---|
public static final String xmlns
public static final String DTD_PubId
public static String DTD_SysId
public static final String ELT_manifest
public static final String ELT_entry
public static final String ATTR_cid
public static final String ATTR_nid
public static final String ATTR_created
public static final String ATTR_modified
| Constructor Detail |
|---|
public XAMML()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||