|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.parse.tags.TagConst
public final class TagConst
Constants to use while parsing the tags.
Field Summary | |
---|---|
static String |
CDATA_BEGIN
The beginning of a CDATA section. |
static String |
CDATA_END
THe end of a CDATA section. |
static String |
COMMENT_BEGIN
The beginning of a comment. |
static String |
COMMENT_END
The end of a comment. |
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 COMMENT_BEGIN
public static final String COMMENT_END
public static final String CDATA_BEGIN
public static final String CDATA_END
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |