org.ceryle.xml
Class PFML

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

public class PFML
extends Object

Provides constants for the Property File Markup Language (PFML). This is the XML markup used by Ceryle for its property files, as managed by a PropertyManager.

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

Field Summary
static String ATTR_action
          The name of the <value> element's action attribute.
static String ATTR_desc
          The name of the <value> element's description attribute.
static String ATTR_ext
          The name of the <value> element's extension attribute.
static String ATTR_mime
          The name of the <value> element's MIME type attribute.
static String ATTR_name
          The name of the XML property name attribute.
static String ATTR_path
          The name of the <value> element's path attribute.
static String ATTR_struct
          A value of the XML type attribute.
static String ATTR_title
          The name of the XML property title attribute.
static String ATTR_type
          The name of the XML property type attribute.
static String ATTR_value
          The name of the XML property value attribute.
static String DTD_PubId
          A String containing the Formal Public Identifier (FPI) for the PFML 1.0 DTD.
static String DTD_SysId
          A String containing a system identifier for the PFML 1.0 DTD.
static String ELT_properties
          The name of the XML properties element (the PFML document element).
static String ELT_property
          The name of the XML property element.
static String ELT_value
          The name of the XML property value element.
static String xmlns
          A String containing the XML Namespace URI for PFML Topic Maps.
 
Constructor Summary
PFML()
           
 
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 PFML 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 PFML 1.0 DTD.

See Also:
Constant Field Values

DTD_SysId

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


ELT_properties

public static final String ELT_properties
The name of the XML properties element (the PFML document element). Default is "properties".

See Also:
Constant Field Values

ELT_property

public static final String ELT_property
The name of the XML property element. Default is "property".

See Also:
Constant Field Values

ELT_value

public static final String ELT_value
The name of the XML property value element. Default is "value".

See Also:
Constant Field Values

ATTR_name

public static final String ATTR_name
The name of the XML property name attribute. Default is "name".

See Also:
Constant Field Values

ATTR_type

public static final String ATTR_type
The name of the XML property type attribute. Default is "type".

See Also:
Constant Field Values

ATTR_title

public static final String ATTR_title
The name of the XML property title attribute. Default is "title".

See Also:
Constant Field Values

ATTR_struct

public static final String ATTR_struct
A value of the XML type attribute. Default is "struct".

See Also:
Constant Field Values

ATTR_value

public static final String ATTR_value
The name of the XML property value attribute. Default is "value".

See Also:
Constant Field Values

ATTR_mime

public static final String ATTR_mime
The name of the <value> element's MIME type attribute. Value = "mime".

See Also:
Constant Field Values

ATTR_ext

public static final String ATTR_ext
The name of the <value> element's extension attribute. Value = "ext".

See Also:
Constant Field Values

ATTR_desc

public static final String ATTR_desc
The name of the <value> element's description attribute. Value = "desc".

See Also:
Constant Field Values

ATTR_path

public static final String ATTR_path
The name of the <value> element's path attribute. Value = "path".

See Also:
Constant Field Values

ATTR_action

public static final String ATTR_action
The name of the <value> element's action attribute. Value = "action".

See Also:
Constant Field Values
Constructor Detail

PFML

public PFML()


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