Uses of Interface org.htmlparser.Text

Uses in package org.htmlparser

Fields of type org.htmlparser.Text

Text
The prototypical text node.

Methods with parameter type org.htmlparser.Text

void
Set the object to be used to generate text nodes.

Methods with return type org.htmlparser.Text

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

Uses in package org.htmlparser.tags

Methods with return type org.htmlparser.Text

Text[]
CompositeTag.digupStringNode(String searchText)
Finds a text node, however embedded it might be, and returns it.

Uses in package org.htmlparser.nodes

Classes implementing org.htmlparser.Text

class
Normal text in the HTML document is represented by this class.

Uses in package org.htmlparser.lexer

Methods with return type org.htmlparser.Text

Text
Lexer.createStringNode(Page page, int start, int end)
Create a new string node.

Uses in package org.htmlparser.beans

Methods with parameter type org.htmlparser.Text

void
Appends the text to the output.

Uses in package org.htmlparser.visitors

Methods with parameter type org.htmlparser.Text

void
Called for each StringNode visited.
void
Called for each StringNode visited.
void
Called for each StringNode visited.
void
Called for each StringNode visited.

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