org.wings.template.parser |
Contains the classes needed to parse your HTML template files.
|
Java Source File Name | Type | Comment |
PageParser.java | Class | PageParser
parses SGML markup'd pages and executes
active Tag. |
ParseContext.java | Interface | A parse context is generated for each
processing of a page and may hold parameters
which are needed in the tag Handlers. |
PositionReader.java | Class | PositionReader can be asked for the
current position in the stream. |
SGMLTag.java | Class | Convenient class for parsing SGML tokens from a page. |
SpecialTagHandler.java | Interface | |