Interface org.jfouffa.parser.html.ParserConstants
- public interface ParserConstants
All constants used by Parser.
Variable index
-
ML_ANY
- ANY
-
ML_ATTLIST
- ATTLIST
-
ML_CARRIAGE
- The carriage return
-
ML_CDATA
- CDATA
-
ML_DOCTYPE
- DOCTYPE
-
ML_DTGC
- data tag grout close
-
ML_DTGO
- data tag grout open
-
ML_ELEMENT
- ELEMENT
-
ML_EMPTY
- EMPTY
-
ML_ENTITIES
- ENTITIES
-
ML_ENTITY
- ENTITY
-
ML_ERO
- opens a named entity reference
-
ML_ETAGO
- delimiter that indicates the end of the start tag
or the end of the end tag.
-
ML_FIXED
- FIXED
-
ML_ID
- ID
-
ML_IDREF
- IDREF
-
ML_IDREFS
- IDREFS
-
ML_IGNORE
- IGNORE
-
ML_IMPLIED
- IMPLIED
-
ML_INCLUDE
- INCLUDE
-
ML_LINEFEED
- The line feed
-
ML_LIT
- literal indicator
-
ML_LITA
- literal indicator (alternative)
-
ML_MDO
- opens a a markup declaration
(this is a wrong definition, must be <!)
-
ML_NMTOKEN
- NMTOKEN
-
ML_NMTOKENS
- NMTOKENS
-
ML_NOTATION
- NOTATION
-
ML_PERO
- opens a parameter entity reference
-
ML_PIO
- opens a processing instruction
(this is a wrong definition, must be <?)
-
ML_PUBLIC
- PUBLIC
-
ML_REFC
- closes a reference
-
ML_REQUIRED
- REQUIRED
-
ML_SDATA
- SDATA
-
ML_SPACE
- The space character
-
ML_STAGO
- delimiter that indicates the beginning of a start tag
-
ML_SYSTEM
- SYSTEM
-
ML_TAB
- The tab
-
ML_TAGC
- delimiter for end tag (this is a wrong definition, must be </)
-
ML_VI
- value indicator
-
ML_XML
- XML
Variables
ML_SPACE
public static final char ML_SPACE
- The space character
ML_CARRIAGE
public static final char ML_CARRIAGE
- The carriage return
ML_LINEFEED
public static final char ML_LINEFEED
- The line feed
ML_TAB
public static final char ML_TAB
- The tab
ML_STAGO
public static final char ML_STAGO
- delimiter that indicates the beginning of a start tag
ML_ETAGO
public static final char ML_ETAGO
- delimiter that indicates the end of the start tag
or the end of the end tag.
ML_TAGC
public static final char ML_TAGC
- delimiter for end tag (this is a wrong definition, must be </)
ML_ERO
public static final char ML_ERO
- opens a named entity reference
ML_PERO
public static final char ML_PERO
- opens a parameter entity reference
ML_REFC
public static final char ML_REFC
- closes a reference
ML_MDO
public static final char ML_MDO
- opens a a markup declaration
(this is a wrong definition, must be <!)
ML_PIO
public static final char ML_PIO
- opens a processing instruction
(this is a wrong definition, must be <?)
ML_VI
public static final char ML_VI
- value indicator
ML_LIT
public static final char ML_LIT
- literal indicator
ML_LITA
public static final char ML_LITA
- literal indicator (alternative)
ML_DTGO
public static final char ML_DTGO
- data tag grout open
ML_DTGC
public static final char ML_DTGC
- data tag grout close
ML_XML
public static final String ML_XML
- XML
ML_DOCTYPE
public static final String ML_DOCTYPE
- DOCTYPE
ML_ENTITY
public static final String ML_ENTITY
- ENTITY
ML_ELEMENT
public static final String ML_ELEMENT
- ELEMENT
ML_NOTATION
public static final String ML_NOTATION
- NOTATION
ML_ATTLIST
public static final String ML_ATTLIST
- ATTLIST
ML_CDATA
public static final String ML_CDATA
- CDATA
ML_SDATA
public static final String ML_SDATA
- SDATA
ML_PUBLIC
public static final String ML_PUBLIC
- PUBLIC
ML_SYSTEM
public static final String ML_SYSTEM
- SYSTEM
ML_EMPTY
public static final String ML_EMPTY
- EMPTY
ML_ANY
public static final String ML_ANY
- ANY
ML_IGNORE
public static final String ML_IGNORE
- IGNORE
ML_INCLUDE
public static final String ML_INCLUDE
- INCLUDE
ML_ID
public static final String ML_ID
- ID
ML_IDREF
public static final String ML_IDREF
- IDREF
ML_IDREFS
public static final String ML_IDREFS
- IDREFS
ML_ENTITIES
public static final String ML_ENTITIES
- ENTITIES
ML_NMTOKEN
public static final String ML_NMTOKEN
- NMTOKEN
ML_NMTOKENS
public static final String ML_NMTOKENS
- NMTOKENS
ML_REQUIRED
public static final String ML_REQUIRED
- REQUIRED
ML_IMPLIED
public static final String ML_IMPLIED
- IMPLIED
ML_FIXED
public static final String ML_FIXED
- FIXED