Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.htmlparser.tags
Class JspTag  view JspTag download JspTag.java

java.lang.Object
  extended byorg.htmlparser.Node
      extended byorg.htmlparser.tags.Tag
          extended byorg.htmlparser.tags.JspTag
All Implemented Interfaces:
java.io.Serializable

public class JspTag
extends Tag

The JSP/ASP tags like <%...%> can be identified by this class.


Field Summary
 
Fields inherited from class org.htmlparser.tags.Tag
attributes, breakTags, EMPTYTAG, tagContents, TAGNAME, thisScanner, TYPE
 
Fields inherited from class org.htmlparser.Node
lineSeparator, nodeBegin, nodeEnd, parent
 
Constructor Summary
JspTag(org.htmlparser.tags.data.TagData tagData)
          The HTMLJspTag is constructed by providing the beginning posn, ending posn and the tag contents.
 
Method Summary
 java.lang.String toHtml()
          A call to a tag's toHTML() method will render it in HTML Most tags that do not have children and inherit from Tag, do not need to override toHTML().
 java.lang.String toString()
          Print the contents of the remark tag.
 
Methods inherited from class org.htmlparser.tags.Tag
accept, append, append, breaksFlow, collectInto, extractWord, find, getAttribute, getAttributes, getParameter, getParsed, getTagBegin, getTagEnd, getTagEndLine, getTagLine, getTagLines, getTagName, getTagStartLine, getText, getThisScanner, getType, isEmptyXmlTag, redoParseAttributes, scan, setAttribute, setAttributes, setEmptyXmlTag, setTagBegin, setTagEnd, setTagLine, setTagParser, setText, setThisScanner, toPlainTextString
 
Methods inherited from class org.htmlparser.Node
collectInto, elementBegin, elementEnd, getLineSeparator, getParent, setLineSeparator, setParent, toHTML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JspTag

public JspTag(org.htmlparser.tags.data.TagData tagData)
The HTMLJspTag is constructed by providing the beginning posn, ending posn and the tag contents.

Method Detail

toHtml

public java.lang.String toHtml()
Description copied from class: Tag
A call to a tag's toHTML() method will render it in HTML Most tags that do not have children and inherit from Tag, do not need to override toHTML().

Overrides:
toHtml in class Tag

toString

public java.lang.String toString()
Print the contents of the remark tag.

Overrides:
toString in class Tag