org.apache.batik.xml
Interface LexicalUnits
public
interface
LexicalUnits
This interface defines the constants that represent XML lexical units.
Field Summary |
int | ANY_IDENTIFIER
Represents a 'ANY' lexical unit. |
int | ATTLIST_START
Represents an ATTLIST declaration start lexical unit, i.e.
'<!ATTLIST'. |
int | ATTRIBUTE_FRAGMENT
Represents an attribute fragment lexical unit. |
int | CDATA_IDENTIFIER
Represents a 'CDATA' lexical unit. |
int | CDATA_START
Represents a CDATA section start lexical unit, i.e.
'<![CDATA['. |
int | CHARACTER_DATA
Represents a character data lexical unit, i.e. the content of
an element. |
int | CHARACTER_REFERENCE
Represents a character reference lexical unit. |
int | COMMA
Represents a ',' lexical unit. |
int | COMMENT
Represents a comment lexical unit. |
int | DOCTYPE_START
Represents a doctype start lexical unit, i.e. <!DOCTYPE. |
int | ELEMENT_DECLARATION_START
Represents a element declaration start lexical unit, i.e.
'<!ELEMENT'. |
int | EMPTY_ELEMENT_END
Represents an empty element end lexical unit, i.e. '/>'. |
int | EMPTY_IDENTIFIER
Represents a 'EMPTY' lexical unit. |
int | ENCODING_IDENTIFIER
Represents a 'encoding' lexical unit. |
int | END_CHAR
Represents a end character lexical unit, i.e. '>'. |
int | END_TAG
Represents an end tag lexical unit, i.e. '</Name'. |
int | ENTITIES_IDENTIFIER
Represents a 'ENTITIES' lexical unit. |
int | ENTITY_IDENTIFIER
Represents a 'ENTITY' lexical unit. |
int | ENTITY_REFERENCE
Represents an entity reference lexical unit. |
int | ENTITY_START
Represents an entity start lexical unit, i.e. '<!ENTITY'. |
int | EOF
Represents the EOF lexical unit. |
int | EQ
Represents '=' lexical unit. |
int | FIRST_ATTRIBUTE_FRAGMENT
Represents a first attribute fragment lexical unit. |
int | FIXED_IDENTIFIER
Represents a '#FIXED' lexical unit. |
int | IDREFS_IDENTIFIER
Represents a 'IDREFS' lexical unit. |
int | IDREF_IDENTIFIER
Represents a 'IDREF' lexical unit. |
int | ID_IDENTIFIER
Represents a 'ID' lexical unit. |
int | IMPLIED_IDENTIFIER
Represents a '#IMPLIED' lexical unit. |
int | LAST_ATTRIBUTE_FRAGMENT
Represents a last attribute fragment lexical unit. |
int | LEFT_BRACE
Represents a '(' lexical unit. |
int | LSQUARE_BRACKET
Represents a '[' lexical unit. |
int | NAME
Represents a name lexical unit. |
int | NDATA_IDENTIFIER
Represents a 'NDATA' lexical unit. |
int | NMTOKEN
Represents a Nmtoken lexical unit. |
int | NMTOKENS_IDENTIFIER
Represents a 'NMTOKENS' lexical unit. |
int | NMTOKEN_IDENTIFIER
Represents a 'NMTOKEN' lexical unit. |
int | NOTATION_IDENTIFIER
Represents a 'NOTATION' lexical unit. |
int | NOTATION_START
Represents a notation start lexical unit, i.e.
'<!NOTATION'. |
int | PARAMETER_ENTITY_REFERENCE
Represents a parameter entity reference lexical unit, i.e.
'%Name;'. |
int | PCDATA_IDENTIFIER
Represents a '#PCDATA' lexical unit. |
int | PERCENT
Represents a '%' lexical unit. |
int | PIPE
Represents a '|' lexical unit. |
int | PI_DATA
Represents a PI data lexical unit. |
int | PI_END
Represents a PI end lexical unit, i.e. '?>'. |
int | PI_START
Represents a PI start lexical unit, i.e. '<?Name'. |
int | PLUS
Represents a '+' lexical unit. |
int | PUBLIC_IDENTIFIER
Represents a 'PUBLIC' lexical unit. |
int | QUESTION
Represents a '?' lexical unit. |
int | REQUIRED_IDENTIFIER
Represents a '#REQUIRED' lexical unit. |
int | RIGHT_BRACE
Represents a ')' lexical unit. |
int | RSQUARE_BRACKET
Represents a ']' lexical unit. |
int | S
Represents the S (space) lexical unit. |
int | SECTION_END
Represents a section end lexical unit, i.e. ']]>'. |
int | STANDALONE_IDENTIFIER
Represents a 'standalone' lexical unit. |
int | STAR
Represents a '*' lexical unit. |
int | START_TAG
Represents a start tag lexical unit, i.e. '<Name'. |
int | STRING
Represents a string lexical unit. |
int | SYSTEM_IDENTIFIER
Represents a 'SYSTEM' lexical unit. |
int | VERSION_IDENTIFIER
Represents a 'version' lexical unit. |
int | XML_DECL_START
Represents an XML declaration start lexical unit, i.e. '<?xml'. |
public int ANY_IDENTIFIER
Represents a 'ANY' lexical unit.
public int ATTLIST_START
Represents an ATTLIST declaration start lexical unit, i.e.
'<!ATTLIST'.
public int ATTRIBUTE_FRAGMENT
Represents an attribute fragment lexical unit.
public int CDATA_IDENTIFIER
Represents a 'CDATA' lexical unit.
public int CDATA_START
Represents a CDATA section start lexical unit, i.e.
'<![CDATA['.
public int CHARACTER_DATA
Represents a character data lexical unit, i.e. the content of
an element.
public int CHARACTER_REFERENCE
Represents a character reference lexical unit.
public int COMMA
Represents a ',' lexical unit.
public int COMMENT
Represents a comment lexical unit.
public int DOCTYPE_START
Represents a doctype start lexical unit, i.e. <!DOCTYPE.
public int ELEMENT_DECLARATION_START
Represents a element declaration start lexical unit, i.e.
'<!ELEMENT'.
public int EMPTY_ELEMENT_END
Represents an empty element end lexical unit, i.e. '/>'.
public int EMPTY_IDENTIFIER
Represents a 'EMPTY' lexical unit.
public int ENCODING_IDENTIFIER
Represents a 'encoding' lexical unit.
public int END_CHAR
Represents a end character lexical unit, i.e. '>'.
public int END_TAG
Represents an end tag lexical unit, i.e. '</Name'.
public int ENTITIES_IDENTIFIER
Represents a 'ENTITIES' lexical unit.
public int ENTITY_IDENTIFIER
Represents a 'ENTITY' lexical unit.
public int ENTITY_REFERENCE
Represents an entity reference lexical unit.
public int ENTITY_START
Represents an entity start lexical unit, i.e. '<!ENTITY'.
public int EOF
Represents the EOF lexical unit.
public int EQ
Represents '=' lexical unit.
public int FIRST_ATTRIBUTE_FRAGMENT
Represents a first attribute fragment lexical unit.
public int FIXED_IDENTIFIER
Represents a '#FIXED' lexical unit.
public int IDREFS_IDENTIFIER
Represents a 'IDREFS' lexical unit.
public int IDREF_IDENTIFIER
Represents a 'IDREF' lexical unit.
public int ID_IDENTIFIER
Represents a 'ID' lexical unit.
public int IMPLIED_IDENTIFIER
Represents a '#IMPLIED' lexical unit.
public int LAST_ATTRIBUTE_FRAGMENT
Represents a last attribute fragment lexical unit.
public int LEFT_BRACE
Represents a '(' lexical unit.
public int LSQUARE_BRACKET
Represents a '[' lexical unit.
public int NAME
Represents a name lexical unit.
public int NDATA_IDENTIFIER
Represents a 'NDATA' lexical unit.
public int NMTOKEN
Represents a Nmtoken lexical unit.
public int NMTOKENS_IDENTIFIER
Represents a 'NMTOKENS' lexical unit.
public int NMTOKEN_IDENTIFIER
Represents a 'NMTOKEN' lexical unit.
public int NOTATION_IDENTIFIER
Represents a 'NOTATION' lexical unit.
public int NOTATION_START
Represents a notation start lexical unit, i.e.
'<!NOTATION'.
public int PARAMETER_ENTITY_REFERENCE
Represents a parameter entity reference lexical unit, i.e.
'%Name;'.
public int PCDATA_IDENTIFIER
Represents a '#PCDATA' lexical unit.
public int PERCENT
Represents a '%' lexical unit.
public int PIPE
Represents a '|' lexical unit.
public int PI_DATA
Represents a PI data lexical unit.
public int PI_END
Represents a PI end lexical unit, i.e. '?>'.
public int PI_START
Represents a PI start lexical unit, i.e. '<?Name'.
public int PLUS
Represents a '+' lexical unit.
public int PUBLIC_IDENTIFIER
Represents a 'PUBLIC' lexical unit.
public int QUESTION
Represents a '?' lexical unit.
public int REQUIRED_IDENTIFIER
Represents a '#REQUIRED' lexical unit.
public int RIGHT_BRACE
Represents a ')' lexical unit.
public int RSQUARE_BRACKET
Represents a ']' lexical unit.
public int S
Represents the S (space) lexical unit.
public int SECTION_END
Represents a section end lexical unit, i.e. ']]>'.
public int STANDALONE_IDENTIFIER
Represents a 'standalone' lexical unit.
public int STAR
Represents a '*' lexical unit.
public int START_TAG
Represents a start tag lexical unit, i.e. '<Name'.
public int STRING
Represents a string lexical unit.
public int SYSTEM_IDENTIFIER
Represents a 'SYSTEM' lexical unit.
public int VERSION_IDENTIFIER
Represents a 'version' lexical unit.
public int XML_DECL_START
Represents an XML declaration start lexical unit, i.e. '<?xml'.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.