Package net.sf.jett.parser

Provides classes for scanning and parsing any text-based value in JETT.

See:
          Description

Class Summary
FormulaParser A FormulaParser parses formulas in formula text, extracting out all cell references.
FormulaScanner A FormulaScanner scans formula text and returns tokens.
MetadataParser A MetadataParser parses metadata at the end of cell text.
MetadataScanner A MetadataScanner object scans metadata text and returns tokens.
StyleParser A StyleParser parses "CSS" text, from beginning to end, in a CSS-like format: [.styleName { propertyName: value [; propertyName: value]* }]*
StyleScanner A StyleScanner scans CSS text and returns tokens.
TagParser A TagParser parses one JETT XML tag, either a begin tag or an end tag, including the tag namespace (if any), the tag name, and any attributes.
TagScanner A TagScanner scans tag XML text and returns tokens.
 

Enum Summary
FormulaScanner.Token Enumeration for the different types of Tokens in Formulas.
MetadataScanner.Token Enumeration for the different types of Tokens in Metadata.
StyleScanner.Token Enumeration for the different types of Tokens in "CSS".
TagScanner.Token Enumeration for the different types of Tokens in Tags.
 

Package net.sf.jett.parser Description

Provides classes for scanning and parsing any text-based value in JETT. This includes parsing tag text, formula text, and metadata text.

Since:
0.1.0
Author:
Randy Gettman


Copyright © 2012-2013 Jett Team. All Rights Reserved.