1 16 17 package org.apache.cocoon.slop.interfaces; 18 19 24 25 public interface SlopConstants { 26 String SLOP_NAMESPACE_URI = "http://apache.org/cocoon/slop/parser/1.0"; 27 28 String SLOP_ROOT_ELEMENT = "parsed-text"; 30 String SLOP_LINE_ELEMENT = "line"; 31 String SLOP_EMPTY_LINE_ELEMENT = "empty-line"; 32 33 String SLOP_ATTR_LINENUMBER = "line-number"; 35 } 36 | Popular Tags |