EchoPoint
1.0

echopoint.ui.template.taghandlers
Class SimpleTagHandler

java.lang.Object
  extended byechopoint.ui.template.taghandlers.AbstractTagHandler
      extended byechopoint.ui.template.taghandlers.SimpleTagHandler
All Implemented Interfaces:
java.io.Serializable, TagHandler

public class SimpleTagHandler
extends AbstractTagHandler

A TemplateTagHandler

See Also:
Serialized Form

Constructor Summary
SimpleTagHandler()
           
 
Method Summary
 SGMLTag parseTag(CompilationContext context, PositionReader input, long startPosition, SGMLTag tag)
          Parse special tag.
 
Methods inherited from class echopoint.ui.template.taghandlers.AbstractTagHandler
executeTag, getEndPos, getLineNumber, getNameProperty, getProperties, getStartPos, getTagLength, getTagStart, isTagClosedProperly, postParsePostProperties, postParsePreProperties, reportClosingTagError, reportError, reportNoComponentPeerError, setEndPos, setLineNumber, setName, setNameProperty, setProperties, setStartPos, setTagClosedProperly, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleTagHandler

public SimpleTagHandler()
Method Detail

parseTag

public SGMLTag parseTag(CompilationContext context,
                        PositionReader input,
                        long startPosition,
                        SGMLTag tag)
                 throws java.io.IOException
Parse special tag.

Parameters:
context - The CompilationContext involved
input - The PositionReader, located after the Name token of the Tag
startPosition - The Position parsing of this token began
tag - the SGMLTag found in the file.
Throws:
java.io.IOException

EchoPoint
1.0