Package Torello.JavaDoc.SyntaxHiLite
Class HiLiteHTML.Indices
- java.lang.Object
-
- Torello.JavaDoc.SyntaxHiLite.HiLiteHTML.Indices
-
- Enclosing class:
- HiLiteHTML
public static class HiLiteHTML.Indices extends java.lang.Object
Hi-Lited Source-Code:- View Here: Torello/JavaDoc/SyntaxHiLite/HiLiteHTML.java
- Open New Browser-Tab: Torello/JavaDoc/SyntaxHiLite/HiLiteHTML.java
File Size: 620 Bytes Line Count: 17 '\n' Characters Found
-
-
Field Summary
Number of Fields in this Class Modifier and Type Field static byteCONFIG_ARR_LENConfiguration-Array Indexers: Text, Comments & Simple HTML-Tags Modifier and Type Field static byteCLOSING_TAGSstatic byteCOMMENTSstatic byteOPENING_TAGSConfiguration-Array Indexers: Extended HTML-Tags, likely with Attributes Modifier and Type Field static byteATTR_KEYSstatic byteATTR_VALSstatic byteLT_GT_Sstatic byteSPLITSstatic byteTAG_NAMES
-
-
-
Field Detail
-
COMMENTS
public static final byte COMMENTS
- See Also:
- Constant Field Values
-
OPENING_TAGS
public static final byte OPENING_TAGS
- See Also:
- Constant Field Values
-
CLOSING_TAGS
public static final byte CLOSING_TAGS
- See Also:
- Constant Field Values
-
LT_GT_S
public static final byte LT_GT_S
- See Also:
- Constant Field Values
-
TAG_NAMES
public static final byte TAG_NAMES
- See Also:
- Constant Field Values
-
ATTR_KEYS
public static final byte ATTR_KEYS
- See Also:
- Constant Field Values
-
ATTR_VALS
public static final byte ATTR_VALS
- See Also:
- Constant Field Values
-
SPLITS
public static final byte SPLITS
- See Also:
- Constant Field Values
-
CONFIG_ARR_LEN
public static final byte CONFIG_ARR_LEN
- See Also:
- Constant Field Values
-
-