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 byte
CONFIG_ARR_LEN
Configuration-Array Indexers: Text, Comments & Simple HTML-Tags Modifier and Type Field static byte
CLOSING_TAGS
static byte
COMMENTS
static byte
OPENING_TAGS
Configuration-Array Indexers: Extended HTML-Tags, likely with Attributes Modifier and Type Field static byte
ATTR_KEYS
static byte
ATTR_VALS
static byte
LT_GT_S
static byte
SPLITS
static byte
TAG_NAMES
-
-
-
Field Detail
-
COMMENTS
public static final byte COMMENTS
- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
public static final byte COMMENTS = 1;
-
OPENING_TAGS
public static final byte OPENING_TAGS
- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
public static final byte OPENING_TAGS = 2;
-
CLOSING_TAGS
public static final byte CLOSING_TAGS
- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
public static final byte CLOSING_TAGS = 3;
-
LT_GT_S
public static final byte LT_GT_S
- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
public static final byte LT_GT_S = 4;
-
TAG_NAMES
public static final byte TAG_NAMES
- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
public static final byte TAG_NAMES = 5;
-
ATTR_KEYS
public static final byte ATTR_KEYS
- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
public static final byte ATTR_KEYS = 6;
-
ATTR_VALS
public static final byte ATTR_VALS
- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
public static final byte ATTR_VALS = 7;
-
SPLITS
public static final byte SPLITS
- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
public static final byte SPLITS = 8;
-
CONFIG_ARR_LEN
public static final byte CONFIG_ARR_LEN
- See Also:
- Constant Field Values
- Code:
- Exact Field Declaration Expression:
public static final byte CONFIG_ARR_LEN = 9;
-
-