java.lang.Object
org.htmlparser.Node
org.htmlparser.tags.Tag
org.htmlparser.tags.CompositeTag
org.htmlparser.tags.StyleTag
- All Implemented Interfaces:
- java.io.Serializable
- public class StyleTag
- extends CompositeTag
A HTMLStyleTag represents a <style> tag
| Methods inherited from class org.htmlparser.tags.CompositeTag |
accept, childAt, children, collectInto, collectInto, digupStringNode, elements, findPositionOf, findPositionOf, getChild, getChildCount, getChildren, getChildrenAsNodeArray, getChildrenHTML, getEndTag, getStartTag, putChildrenInto, putEndTagInto, putStartTagInto, searchByName, searchFor, searchFor, searchFor, toHtml, toPlainTextString |
| Methods inherited from class org.htmlparser.tags.Tag |
append, append, breaksFlow, 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 |
StyleTag
public StyleTag(org.htmlparser.tags.data.TagData tagData,
org.htmlparser.tags.data.CompositeTagData compositeTagData)
- The HTMLStyleTag is constructed by providing the beginning posn, ending
posn and the tag contents.
getStyleCode
public java.lang.String getStyleCode()
- Get the javascript code in this tag
toString
public java.lang.String toString()
- Print the contents of the javascript node
- Overrides:
toString in class Tag