org.encog.parse.tags
Class TagConst

java.lang.Object
  extended by org.encog.parse.tags.TagConst

public final class TagConst
extends Object

Constants to use while parsing the tags.

Author:
jheaton

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

COMMENT_BEGIN

public static final String COMMENT_BEGIN
The beginning of a comment.

See Also:
Constant Field Values

COMMENT_END

public static final String COMMENT_END
The end of a comment.

See Also:
Constant Field Values

CDATA_BEGIN

public static final String CDATA_BEGIN
The beginning of a CDATA section.

See Also:
Constant Field Values

CDATA_END

public static final String CDATA_END
THe end of a CDATA section.

See Also:
Constant Field Values


Copyright © 2014. All Rights Reserved.