HTML Parser Home Page

Uses of Class
org.htmlparser.StringNode

Packages that use StringNode
org.htmlparser.beans The beans package contains Java Beans that can integrate within IDEs. 
org.htmlparser.tags The tags package contains tag types that are created mostly by the scanners. 
org.htmlparser.visitors The visitors package contains classes that use the Visitor pattern. 
 

Uses of StringNode in org.htmlparser.beans
 

Methods in org.htmlparser.beans with parameters of type StringNode
 void StringBean.visitStringNode(StringNode string)
          Appends the text to the output.
 

Uses of StringNode in org.htmlparser.tags
 

Methods in org.htmlparser.tags that return StringNode
 StringNode[] CompositeTag.digupStringNode(String searchText)
          Finds a string node, however embedded it might be, and returns it.
 

Uses of StringNode in org.htmlparser.visitors
 

Methods in org.htmlparser.visitors with parameters of type StringNode
 void UrlModifyingVisitor.visitStringNode(StringNode stringNode)
           
 void TextExtractingVisitor.visitStringNode(StringNode stringNode)
           
 void StringFindingVisitor.visitStringNode(StringNode stringNode)
           
 void NodeVisitor.visitStringNode(StringNode stringNode)
           
 


© 2004 Somik Raha
Mar 14, 2004

HTML Parser is an open source library released under LGPL.
SourceForge.net