com.thaiopensource.relaxng.parse.compact
Interface CompactSyntaxConstants
- All Known Implementing Classes:
- CompactSyntax, CompactSyntaxTokenManager
- public interface CompactSyntaxConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
NEWLINE
public static final int NEWLINE
- See Also:
- Constant Field Values
NOT_NEWLINE
public static final int NOT_NEWLINE
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
DOCUMENTATION
public static final int DOCUMENTATION
- See Also:
- Constant Field Values
DOCUMENTATION_CONTINUE
public static final int DOCUMENTATION_CONTINUE
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
public static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
DOCUMENTATION_AFTER_SINGLE_LINE_COMMENT
public static final int DOCUMENTATION_AFTER_SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT_CONTINUE
public static final int SINGLE_LINE_COMMENT_CONTINUE
- See Also:
- Constant Field Values
BASE_CHAR
public static final int BASE_CHAR
- See Also:
- Constant Field Values
IDEOGRAPHIC
public static final int IDEOGRAPHIC
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
COMBINING_CHAR
public static final int COMBINING_CHAR
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
EXTENDER
public static final int EXTENDER
- See Also:
- Constant Field Values
NMSTART
public static final int NMSTART
- See Also:
- Constant Field Values
NMCHAR
public static final int NMCHAR
- See Also:
- Constant Field Values
NCNAME
public static final int NCNAME
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
ESCAPED_IDENTIFIER
public static final int ESCAPED_IDENTIFIER
- See Also:
- Constant Field Values
PREFIX_STAR
public static final int PREFIX_STAR
- See Also:
- Constant Field Values
PREFIXED_NAME
public static final int PREFIXED_NAME
- See Also:
- Constant Field Values
LITERAL
public static final int LITERAL
- See Also:
- Constant Field Values
FANNOTATE
public static final int FANNOTATE
- See Also:
- Constant Field Values
ILLEGAL_CHAR
public static final int ILLEGAL_CHAR
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
AFTER_SINGLE_LINE_COMMENT
public static final int AFTER_SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
AFTER_DOCUMENTATION
public static final int AFTER_DOCUMENTATION
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage