org.apache.cocoon.slop.interfaces
Interface SlopConstants

All Known Implementing Classes:
SimpleSlopParser

public interface SlopConstants

General constants for the SLOP block

Version:
CVS $Id: SlopConstants.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Bertrand Delacretaz

Field Summary
static String SLOP_ATTR_LINENUMBER
           
static String SLOP_EMPTY_LINE_ELEMENT
           
static String SLOP_LINE_ELEMENT
           
static String SLOP_NAMESPACE_URI
           
static String SLOP_ROOT_ELEMENT
           
 

Field Detail

SLOP_NAMESPACE_URI

public static final String SLOP_NAMESPACE_URI
See Also:
Constant Field Values

SLOP_ROOT_ELEMENT

public static final String SLOP_ROOT_ELEMENT
See Also:
Constant Field Values

SLOP_LINE_ELEMENT

public static final String SLOP_LINE_ELEMENT
See Also:
Constant Field Values

SLOP_EMPTY_LINE_ELEMENT

public static final String SLOP_EMPTY_LINE_ELEMENT
See Also:
Constant Field Values

SLOP_ATTR_LINENUMBER

public static final String SLOP_ATTR_LINENUMBER
See Also:
Constant Field Values


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.