Global

Members


lang

Prism: Lightweight, robust, elegant syntax highlighting MIT license http://www.opensource.org/licenses/mit-license.php/

Author:
  • Lea Verou http://lea.verou.me

TEMPLATE_ENGINE_DOLLAR

State where the tempalte engine has just found a dollar sign and is trying to open a tage with an open braces chracter.


TEMPLATE_ENGINE_NORMAL

Normal state for the template engin where it is trying to find new tags.


TEMPLATE_ENGINE_OPEN

State when the tag has been open and the parser is trying to find the name of the tag.


TEMPLATE_ENGINE_PARAMETER

State when a new parameter has just been found and the parser is trying to find the limit of it.


TEMPLATE_ENGINE_PARAMETER_VALUE

State when the initial part of a value has been found and the parser is trying to find the end of the value.


TEMPLATE_ENGINE_PARAMETER_VALUE_STRING

State where the initial part of a string based value has been found and the end of string is trying to be found for complete string value assert.


TEMPLATE_ENGINE_PARAMETERS

State for the context where the template engine is trying to find the initial part of a "new" parameter inside the tag.


TEMPLATE_NODE_CLOSE

The template node representing an close (tag) context.


TEMPLATE_NODE_OPEN

The template node representing an open (tag) context.


TEMPLATE_NODE_ROOT

The template node to be used as the root node os the node structure.


TEMPLATE_NODE_SINGLE

The template node representing a single open and closing context.


TEMPLATE_NODE_TEXT

The template node representing a "simple" text context.


TEMPLATE_NODE_UNDEFINED

The template node representing an undefined context.


TEMPLATE_PARAMETER_FLOAT

The parameter of type integer, number with decimal part.


TEMPLATE_PARAMETER_INTEGER

The parameter of type integer, number with no decimal part.


TEMPLATE_PARAMETER_REFERENCE

The parameter of type variable reference it must be dereferenced first.


TEMPLATE_PARAMETER_STRING

The parameter of type string literal.

Methods


Constructor of the class.


StringBuffer()

Constructor of the class.