|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object echopoint.ui.template.taghandlers.AbstractTagHandler echopoint.ui.template.taghandlers.SimpleTagHandler
A TemplateTagHandler
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 |
public SimpleTagHandler()
Method Detail |
public SGMLTag parseTag(CompilationContext context, PositionReader input, long startPosition, SGMLTag tag) throws java.io.IOException
context
- The CompilationContext involvedinput
- The PositionReader, located after the Name token
of the TagstartPosition
- The Position parsing of this token begantag
- the SGMLTag found in the file.
java.io.IOException
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |