This class hold environmental information needed while a parsing. This information is specific to the nested level that is currently being processed. This is unlike the {@link ProcessingContext}which is related to the "type" of element that is being processed. Or said another way, the {@link ProcessingContext}specifies how / what sub-elements are to be processed based on the context; this class provides the "where" information for that processing. Another difference is this class is stateful, the {@link ProcessingContext} has stateless methods thatparse specific portions of the document.
@see TemplateReader @see ProcessingContext @author Ken Paulsen (ken.paulsen@sun.com)
|
|