All Packages Class Hierarchy This Package Previous Next Index

Interface org.jfouffa.parser.html.ParserConstants

public interface ParserConstants
All constants used by Parser.


Variable index

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

Variables

 o ML_SPACE
 public static final char ML_SPACE
The space character

 o ML_CARRIAGE
 public static final char ML_CARRIAGE
The carriage return

 o ML_LINEFEED
 public static final char ML_LINEFEED
The line feed

 o ML_TAB
 public static final char ML_TAB
The tab

 o ML_STAGO
 public static final char ML_STAGO
delimiter that indicates the beginning of a start tag

 o ML_ETAGO
 public static final char ML_ETAGO
delimiter that indicates the end of the start tag or the end of the end tag.

 o ML_TAGC
 public static final char ML_TAGC
delimiter for end tag (this is a wrong definition, must be </)

 o ML_ERO
 public static final char ML_ERO
opens a named entity reference

 o ML_PERO
 public static final char ML_PERO
opens a parameter entity reference

 o ML_REFC
 public static final char ML_REFC
closes a reference

 o ML_MDO
 public static final char ML_MDO
opens a a markup declaration (this is a wrong definition, must be <!)

 o ML_PIO
 public static final char ML_PIO
opens a processing instruction (this is a wrong definition, must be <?)

 o ML_VI
 public static final char ML_VI
value indicator

 o ML_LIT
 public static final char ML_LIT
literal indicator

 o ML_LITA
 public static final char ML_LITA
literal indicator (alternative)

 o ML_DTGO
 public static final char ML_DTGO
data tag grout open

 o ML_DTGC
 public static final char ML_DTGC
data tag grout close

 o ML_XML
 public static final String ML_XML
XML

 o ML_DOCTYPE
 public static final String ML_DOCTYPE
DOCTYPE

 o ML_ENTITY
 public static final String ML_ENTITY
ENTITY

 o ML_ELEMENT
 public static final String ML_ELEMENT
ELEMENT

 o ML_NOTATION
 public static final String ML_NOTATION
NOTATION

 o ML_ATTLIST
 public static final String ML_ATTLIST
ATTLIST

 o ML_CDATA
 public static final String ML_CDATA
CDATA

 o ML_SDATA
 public static final String ML_SDATA
SDATA

 o ML_PUBLIC
 public static final String ML_PUBLIC
PUBLIC

 o ML_SYSTEM
 public static final String ML_SYSTEM
SYSTEM

 o ML_EMPTY
 public static final String ML_EMPTY
EMPTY

 o ML_ANY
 public static final String ML_ANY
ANY

 o ML_IGNORE
 public static final String ML_IGNORE
IGNORE

 o ML_INCLUDE
 public static final String ML_INCLUDE
INCLUDE

 o ML_ID
 public static final String ML_ID
ID

 o ML_IDREF
 public static final String ML_IDREF
IDREF

 o ML_IDREFS
 public static final String ML_IDREFS
IDREFS

 o ML_ENTITIES
 public static final String ML_ENTITIES
ENTITIES

 o ML_NMTOKEN
 public static final String ML_NMTOKEN
NMTOKEN

 o ML_NMTOKENS
 public static final String ML_NMTOKENS
NMTOKENS

 o ML_REQUIRED
 public static final String ML_REQUIRED
REQUIRED

 o ML_IMPLIED
 public static final String ML_IMPLIED
IMPLIED

 o ML_FIXED
 public static final String ML_FIXED
FIXED