com.japisoft.xmlpad.action
Interface Properties

All Known Implementing Classes:
XMLAction

public interface Properties

List of known property name. This is useful when you want to override or reset a property value with the ActionModel.

Author:
(c) 2003 JAPISoft / A.Brillant
See Also:
ActionModel

Field Summary
static java.lang.String FILE_ENCODING
          File encoding
static java.lang.String INDENT_CHAR_PROPERTY
          Character for the indentation like a tab or a space
static java.lang.String INDENT_SIZE_PROPERTY
          Size of the indentation in char number
 

Field Detail

INDENT_SIZE_PROPERTY

public static final java.lang.String INDENT_SIZE_PROPERTY
Size of the indentation in char number

See Also:
Constant Field Values

INDENT_CHAR_PROPERTY

public static final java.lang.String INDENT_CHAR_PROPERTY
Character for the indentation like a tab or a space

See Also:
Constant Field Values

FILE_ENCODING

public static final java.lang.String FILE_ENCODING
File encoding

See Also:
Constant Field Values