HTML Parser Home Page

Uses of Interface
org.htmlparser.Text

Packages that use Text
org.htmlparser The basic API classes which will be used by most developers when working with the HTML Parser. 
org.htmlparser.beans The beans package contains Java Beans using the HTML Parser. 
org.htmlparser.lexer The lexer package is the base level I/O subsystem. 
org.htmlparser.nodes The nodes package has the concrete node implementations. 
org.htmlparser.tags The tags package contains specific tags. 
org.htmlparser.visitors The visitors package contains classes that use the Visitor pattern. 
 

Uses of Text in org.htmlparser
 

Fields in org.htmlparser declared as Text
protected  Text PrototypicalNodeFactory.mText
          The prototypical text node.
 

Methods in org.htmlparser that return Text
 Text PrototypicalNodeFactory.createStringNode(Page page, int start, int end)
          Create a new string node.
 Text NodeFactory.createStringNode(Page page, int start, int end)
          Create a new text node.
 Text PrototypicalNodeFactory.getTextPrototype()
          Get the object that is cloned to generate text nodes.
 

Methods in org.htmlparser with parameters of type Text
 void PrototypicalNodeFactory.setTextPrototype(Text text)
          Set the object to be used to generate text nodes.
 

Uses of Text in org.htmlparser.beans
 

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

Uses of Text in org.htmlparser.lexer
 

Methods in org.htmlparser.lexer that return Text
 Text Lexer.createStringNode(Page page, int start, int end)
          Create a new string node.
 

Uses of Text in org.htmlparser.nodes
 

Classes in org.htmlparser.nodes that implement Text
 class TextNode
          Normal text in the HTML document is represented by this class.
 

Uses of Text in org.htmlparser.tags
 

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

Uses of Text in org.htmlparser.visitors
 

Methods in org.htmlparser.visitors with parameters of type Text
 void UrlModifyingVisitor.visitStringNode(Text stringNode)
           
 void TextExtractingVisitor.visitStringNode(Text stringNode)
           
 void StringFindingVisitor.visitStringNode(Text stringNode)
           
 void NodeVisitor.visitStringNode(Text string)
          Called for each StringNode visited.
 


© 2005 Derrick Oswald
Jun 10, 2006

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