|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.xml.PFML
public class PFML
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.
| 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 |
|---|
public static final String xmlns
public static final String DTD_PubId
public static String DTD_SysId
public static final String ELT_properties
public static final String ELT_property
public static final String ELT_value
public static final String ATTR_name
public static final String ATTR_type
public static final String ATTR_title
public static final String ATTR_struct
public static final String ATTR_value
public static final String ATTR_mime
public static final String ATTR_ext
public static final String ATTR_desc
public static final String ATTR_path
public static final String ATTR_action
| Constructor Detail |
|---|
public PFML()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||