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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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

static final String SLOP_NAMESPACE_URI
See Also:
Constant Field Values

SLOP_ROOT_ELEMENT

static final String SLOP_ROOT_ELEMENT
See Also:
Constant Field Values

SLOP_LINE_ELEMENT

static final String SLOP_LINE_ELEMENT
See Also:
Constant Field Values

SLOP_EMPTY_LINE_ELEMENT

static final String SLOP_EMPTY_LINE_ELEMENT
See Also:
Constant Field Values

SLOP_ATTR_LINENUMBER

static final String SLOP_ATTR_LINENUMBER
See Also:
Constant Field Values


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.