A B C D E F G H I J K L M N O P Q R S T U V W X _

T

TAGNAME - Static variable in class org.htmlparser.util.SpecialHashtable
Special key for the tag name.
TRANSFER_SIZE - Variable in class org.htmlparser.parserapplications.SiteCapturer
Copy buffer size.
Tabby - class org.htmlparser.lexerapplications.tabby.Tabby.
Replace tabs with spaces.
Tabby() - Constructor for class org.htmlparser.lexerapplications.tabby.Tabby
Creates a new instance of Tabby with no file filter and a tab stop of 4.
Tabby(String) - Constructor for class org.htmlparser.lexerapplications.tabby.Tabby
Creates a new instance of Tabby using the given regular expression and a tab stop of 4.
Tabby(String, int) - Constructor for class org.htmlparser.lexerapplications.tabby.Tabby
Creates a new instance of Tabby.
TableColumn - class org.htmlparser.tags.TableColumn.
A table column tag.
TableColumn() - Constructor for class org.htmlparser.tags.TableColumn
Create a new table column tag.
TableHeader - class org.htmlparser.tags.TableHeader.
A table header tag.
TableHeader() - Constructor for class org.htmlparser.tags.TableHeader
Create a new table header tag.
TableRow - class org.htmlparser.tags.TableRow.
A table row tag.
TableRow() - Constructor for class org.htmlparser.tags.TableRow
Create a new table row tag.
TableTag - class org.htmlparser.tags.TableTag.
A table tag.
TableTag() - Constructor for class org.htmlparser.tags.TableTag
Create a new table tag.
TableTagTest - class org.htmlparser.tests.tagTests.TableTagTest.
 
TableTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.TableTagTest
 
Tag - interface org.htmlparser.Tag.
This interface represents a tag (<xxx yyy="zzz">) in the HTML document.
TagFindingVisitor - class org.htmlparser.visitors.TagFindingVisitor.
 
TagFindingVisitor(String[]) - Constructor for class org.htmlparser.visitors.TagFindingVisitor
 
TagFindingVisitor(String[], boolean) - Constructor for class org.htmlparser.visitors.TagFindingVisitor
 
TagFindingVisitorTest - class org.htmlparser.tests.visitorsTests.TagFindingVisitorTest.
 
TagFindingVisitorTest(String) - Constructor for class org.htmlparser.tests.visitorsTests.TagFindingVisitorTest
 
TagNameFilter - class org.htmlparser.filters.TagNameFilter.
This class accepts all tags matching the tag name.
TagNameFilter() - Constructor for class org.htmlparser.filters.TagNameFilter
Creates a new instance of TagNameFilter.
TagNameFilter(String) - Constructor for class org.htmlparser.filters.TagNameFilter
Creates a TagNameFilter that accepts tags with the given name.
TagNameFilterWrapper - class org.htmlparser.parserapplications.filterbuilder.wrappers.TagNameFilterWrapper.
Wrapper for TagNameFilters.
TagNameFilterWrapper() - Constructor for class org.htmlparser.parserapplications.filterbuilder.wrappers.TagNameFilterWrapper
Create a wrapper over a new TagNameFilter.
TagNode - class org.htmlparser.nodes.TagNode.
TagNode represents a generic tag.
TagNode() - Constructor for class org.htmlparser.nodes.TagNode
Create an empty tag.
TagNode(Page, int, int, Vector) - Constructor for class org.htmlparser.nodes.TagNode
Create a tag with the location and attributes provided
TagNode(TagNode, TagScanner) - Constructor for class org.htmlparser.nodes.TagNode
Create a tag like the one provided.
TagScanner - class org.htmlparser.scanners.TagScanner.
TagScanner is an abstract superclass, subclassed to create specific scanners.
TagScanner() - Constructor for class org.htmlparser.scanners.TagScanner
Create a (non-composite) tag scanner.
TagScannerTest - class org.htmlparser.tests.scannersTests.TagScannerTest.
 
TagScannerTest(String) - Constructor for class org.htmlparser.tests.scannersTests.TagScannerTest
 
TagTest - class org.htmlparser.tests.tagTests.TagTest.
 
TagTest(String) - Constructor for class org.htmlparser.tests.tagTests.TagTest
 
TagTests - class org.htmlparser.tests.lexerTests.TagTests.
 
TagTests(String) - Constructor for class org.htmlparser.tests.lexerTests.TagTests
 
Text - interface org.htmlparser.Text.
This interface represents a piece of the content of the HTML document.
TextExtractingVisitor - class org.htmlparser.visitors.TextExtractingVisitor.
Extracts text from a web page.
TextExtractingVisitor() - Constructor for class org.htmlparser.visitors.TextExtractingVisitor
 
TextExtractingVisitorTest - class org.htmlparser.tests.visitorsTests.TextExtractingVisitorTest.
 
TextExtractingVisitorTest(String) - Constructor for class org.htmlparser.tests.visitorsTests.TextExtractingVisitorTest
 
TextNode - class org.htmlparser.nodes.TextNode.
Normal text in the HTML document is represented by this class.
TextNode(String) - Constructor for class org.htmlparser.nodes.TextNode
Constructor takes in the text string.
TextNode(Page, int, int) - Constructor for class org.htmlparser.nodes.TextNode
Constructor takes in the page and beginning and ending posns.
TextareaTag - class org.htmlparser.tags.TextareaTag.
A text area tag within a form.
TextareaTag() - Constructor for class org.htmlparser.tags.TextareaTag
Create a new text area tag.
TextareaTagTest - class org.htmlparser.tests.tagTests.TextareaTagTest.
 
TextareaTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.TextareaTagTest
 
Thumbelina - class org.htmlparser.lexerapplications.thumbelina.Thumbelina.
View images behind thumbnails.
Thumbelina() - Constructor for class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Creates a new instance of Thumbelina.
Thumbelina(String) - Constructor for class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Creates a new instance of Thumbelina.
Thumbelina(URL) - Constructor for class org.htmlparser.lexerapplications.thumbelina.Thumbelina
Creates a new instance of Thumbelina.
ThumbelinaFrame - class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame.
Encapsulate a Thumbelina bean and add menu and preferences support.
ThumbelinaFrame() - Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Construct a new Thumbelina frame with an idle Thumbelina.
ThumbelinaFrame(String) - Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Construct a new Thumbelina frame with a Thumbelina primed with one URL.
ThumbelinaFrame(URL) - Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Construct a new Thumbelina frame with a Thumbelina primed with one URL.
ThumbelinaFrame(Thumbelina) - Constructor for class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Construct a new Thumbelina frame with a given Thumbelina.
TileSet - class org.htmlparser.lexerapplications.thumbelina.TileSet.
Class to track picture regions.
TileSet() - Constructor for class org.htmlparser.lexerapplications.thumbelina.TileSet
Construct a tile set.
TitleTag - class org.htmlparser.tags.TitleTag.
A title tag.
TitleTag() - Constructor for class org.htmlparser.tags.TitleTag
Create a new title tag.
TitleTagTest - class org.htmlparser.tests.tagTests.TitleTagTest.
 
TitleTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.TitleTagTest
 
Translate - class org.htmlparser.util.Translate.
Translate numeric character references and character entity references to unicode characters.
test1() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test10() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test11() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test12() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test13() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test14() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test15() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test16() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test17() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test18() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test19() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test2() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test20() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test21() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test22() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test23() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test24() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test25() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test26() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test27() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test28() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test29() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test3() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test30() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test31() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test32() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test33() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test34() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test35() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test36() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test37() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test38() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test39() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test4() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test40() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test41() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test5() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test6() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test7() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test8() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
test9() - Method in class org.htmlparser.tests.lexerTests.PageTests
 
testAccessKey() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testAddElevenItems() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testAddFiftyItems() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testAddFiftyOneItems() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testAddOneItem() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testAddTenItems() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testAddThirtyItems() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testAddThirtyOneItems() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testAddTwoHundredItems() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testAddTwoItems() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testAltAndSrc() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
see bug #778781 SRC-attribute suppression in IMG-tags
testAmpersand() - Method in class org.htmlparser.tests.nodeDecoratorTests.DecodingNodeTest
 
testAnd() - Method in class org.htmlparser.tests.filterTests.FilterTest
Test and filtering.
testAppend1() - Method in class org.htmlparser.tests.lexerTests.PageIndexTests
 
testAppend2() - Method in class org.htmlparser.tests.lexerTests.PageIndexTests
 
testAppend3() - Method in class org.htmlparser.tests.lexerTests.PageIndexTests
 
testAttribute() - Method in class org.htmlparser.tests.filterTests.FilterTest
Test attribute filtering.
testAttributeWithSpuriousEqualTo() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test attribute containing an equals sign.
testAttributedTag() - Method in class org.htmlparser.tests.lexerTests.LexerTests
Test operation with attributed tags.
testAttributes() - Method in class org.htmlparser.tests.tagTests.BodyTagTest
 
testAttributesReconstruction() - Method in class org.htmlparser.tests.tagTests.TagTest
 
testBadImageInLinkBug() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testBadURLConnection() - Method in class org.htmlparser.tests.lexerTests.PageTests
Test initialization with non-existant URL.
testBaseRefLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testBigFile() - Method in class org.htmlparser.tests.MemoryTest
Test for bug #922439 OutOfMemory on huge HTML files (4,7MB)
testBodyEnding() - Method in class org.htmlparser.tests.tagTests.BodyTagTest
 
testBodyMixed() - Method in class org.htmlparser.tests.tagTests.BodyTagTest
 
testBodyTagBug1() - Method in class org.htmlparser.tests.tagTests.TagTest
The bug being reproduced is this :
<BODY aLink=#ff0000 bgColor=#ffffff link=#0000cc onload=setfocus() text=#000000
vLink=#551a8b> The above line is incorrectly parsed in that, the BODY tag is not identified.
testBodywithJsp() - Method in class org.htmlparser.tests.tagTests.BodyTagTest
 
testBogusCharacterEntityReference() - Method in class org.htmlparser.tests.nodeDecoratorTests.DecodingNodeTest
 
testBogusCharacterEntityReference1() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testBogusCharacterEntityReference2() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testBogusHexNumericCharacterReference() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testBogusNumericCharacterReference() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testBrokenLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
Test suggested by Cedric Rosa A really bad link tag sends parser into infinite loop
testBrokenTag() - Method in class org.htmlparser.tests.tagTests.TagTest
Bug report by Cedric Rosa, causing null pointer exceptions when encountering a broken tag, and if this has no further lines to parse
testBulletFound() - Method in class org.htmlparser.tests.tagTests.BulletTagTest
 
testButCharsMethods() - Method in class org.htmlparser.tests.utilTests.HTMLParserUtilsTest
 
testButDigitsMethods() - Method in class org.htmlparser.tests.utilTests.HTMLParserUtilsTest
 
testCarriageReturn() - Method in class org.htmlparser.tests.nodeDecoratorTests.EscapeCharacterRemovingNodeTest
 
testChangeAppletClass() - Method in class org.htmlparser.tests.tagTests.AppletTagTest
 
testChangeAppletParams() - Method in class org.htmlparser.tests.tagTests.AppletTagTest
 
testChangeArchive() - Method in class org.htmlparser.tests.tagTests.AppletTagTest
 
testChangeCodebase() - Method in class org.htmlparser.tests.tagTests.AppletTagTest
 
testCharacterReferenceInLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
See bug #982175 False Positives on ® entity
testCharsMethods() - Method in class org.htmlparser.tests.utilTests.HTMLParserUtilsTest
 
testChild() - Method in class org.htmlparser.tests.filterTests.FilterTest
Test child filtering.
testClose() - Method in class org.htmlparser.tests.lexerTests.StreamTests
Test close.
testCollapsed1() - Method in class org.htmlparser.tests.utilTests.BeanTest
Test no text returns empty string.
testCollapsed2() - Method in class org.htmlparser.tests.utilTests.BeanTest
Test multiple whitespace returns empty string.
testCollapsed3() - Method in class org.htmlparser.tests.utilTests.BeanTest
Test text preceded or followed by whitespace returns just text.
testCommentInScript() - Method in class org.htmlparser.tests.lexerTests.LexerTests
See bug #1227213 Particular SCRIPT tags close too late.
testComplexNesting() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testCompositeTagCorrectionWithSplitLines() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testCompositeTagWithAnotherTagChild() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testCompositeTagWithDeadlock() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testCompositeTagWithErroneousAnotherTag() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testCompositeTagWithErroneousAnotherTagAndLineBreak() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testCompositeTagWithNestedTag() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testCompositeTagWithOneTextChild() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testCompositeTagWithSelfChildren() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testCompositeTagWithTagChild() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testCompositeTagWithTwoNestedTags() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testConjoined() - Method in class org.htmlparser.tests.lexerTests.LexerTests
See bug #825820 Words conjoined
testConstruction() - Method in class org.htmlparser.tests.tagTests.BaseHrefTagTest
 
testConstructors() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test constructors.
testConstructors2() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test constructors.
testCreatePageWithTables() - Method in class org.htmlparser.tests.visitorsTests.HtmlPageTest
 
testCreateSimplePage() - Method in class org.htmlparser.tests.visitorsTests.HtmlPageTest
 
testCreation() - Method in class org.htmlparser.tests.tagTests.ScriptTagTest
 
testDashesInComment() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
Bug reported by John Zook [594301] If dashes exist in a comment, they dont get added to the comment text
testDecodePage() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
See bug #902121 StringBean throws NullPointerException Contributed by Reza Motori (rezamotori)
testDecodeScript() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
See bug #902121 StringBean throws NullPointerException Contributed by Reza Motori (rezamotori)
testDecodingNonBreakingSpaceDoesNotOccur() - Method in class org.htmlparser.tests.nodeDecoratorTests.DecodingNodeTest
 
testDifferentLocale() - Method in class org.htmlparser.tests.ParserTest
See bug #883664 toUpperCase on tag names and attributes depends on locale
testDigupStringNode() - Method in class org.htmlparser.tests.tagTests.CompositeTagTest
 
testDirectRelativeLinks() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
 
testDisallowedChildren() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testDosEOL() - Method in class org.htmlparser.tests.lexerTests.LexerTests
Test operation with Dos line endings.
testDoubleComment() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
Test a comment declaration with two comments.
testDoubleQuotedCharset() - Method in class org.htmlparser.tests.ParserTest
Test the case of a double quoted charset directive.
testDoubleTitleTag() - Method in class org.htmlparser.tests.tagTests.TitleTagTest
If there are duplicates of the title tag, the parser crashes.
testDynamicRelativeImageScan() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
 
testEOF_EOL() - Method in class org.htmlparser.tests.lexerTests.LexerTests
Test operation with line endings near the end of input.
testElements() - Method in class org.htmlparser.tests.ParserTest
 
testElements() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testElementsFromWeb() - Method in class org.htmlparser.tests.ParserTest
This testcase needs you to be online.
testEmbeddedQuoteSplit() - Method in class org.htmlparser.tests.ParserTest
See bug #729368 Embedded quote and split tag
testEmpty() - Method in class org.htmlparser.tests.lexerTests.StreamTests
Test initialization with an empty input stream.
testEmptyAltAndSrc() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
see bug #778781 SRC-attribute suppression in IMG-tags
testEmptyComment() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
Test a comment declaration without any comments.
testEmptyCompositeTag() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testEmptyCompositeTagAnotherStyle() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testEmptyLines() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
 
testEmptyStringElement() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
Test empty attribute.
testEmptyTag() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Check that an empty tag is considered a string node.
testEmptyTag() - Method in class org.htmlparser.tests.lexerTests.TagTests
 
testEmptyTag() - Method in class org.htmlparser.tests.tagTests.TagTest
Ignore empty tags.
testEmptyTag2() - Method in class org.htmlparser.tests.tagTests.TagTest
Ignore empty tags.
testEmptyTag3() - Method in class org.htmlparser.tests.tagTests.TagTest
Ignore empty tags.
testEmptyTag4() - Method in class org.htmlparser.tests.tagTests.TagTest
Ignore empty tags.
testEmptyTag5() - Method in class org.htmlparser.tests.tagTests.TagTest
Ignore empty tags.
testEmptyTag6() - Method in class org.htmlparser.tests.tagTests.TagTest
Ignore empty tags.
testEmptyTagParseParameter() - Method in class org.htmlparser.tests.tagTests.TagTest
Test parseParameter method Created by Kaarle Kaila (09 Jan 2003) This test just wants the text in the element
testEncode() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testEncodeDecodeAll() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
Check all references read in from the w3.org site.
testEncodeDecodePage() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testEncodeDecodeRandom() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testEncodeDecodeRandomNoSemi() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testEncodeLink() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testEndTagFind() - Method in class org.htmlparser.tests.tagTests.EndTagTest
 
testEndTags() - Method in class org.htmlparser.tests.visitorsTests.TagFindingVisitorTest
 
testErroneousCompositeTag() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testErroneousCompositeTagWithChildren() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testErroneousCompositeTagWithChildrenAndLineBreak() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testErroneousLinkBug() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testErroneousLinkBugFromYahoo() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
Test case based on a report by Raghavender Srimantula, of the parser giving out of memory exceptions.
testErroneousLinkBugFromYahoo2() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
Test case based on a report by Raghavender Srimantula, of the parser giving out of memory exceptions.
testErroneousTables() - Method in class org.htmlparser.tests.tagTests.TableTagTest
 
testEscape() - Method in class org.htmlparser.tests.filterTests.FilterTest
 
testEscapedQuote() - Method in class org.htmlparser.tests.lexerTests.LexerTests
See bug #899413 bug in javascript end detection.
testExclamationComment() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
Test exclamation mark ending.
testExtractImageLocnInvertedCommasBug() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
This is the reproduction of a bug which causes a null pointer exception
testExtractLinkInvertedCommasBug2() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
This is the reproduction of a bug which produces multiple text copies.
testFTPLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testFidelity() - Method in class org.htmlparser.tests.lexerTests.LexerTests
Test the fidelity of the toHtml() method.
testFile() - Method in class org.htmlparser.tests.ParserTest
Tests the 'from file' Parser constructor.
testFileDelete() - Method in class org.htmlparser.tests.ParserTest
Tests deleting a file held open by the parser.
testFinalCharacterEntityReference() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalCharacterEntityReferenceWithoutSemi() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReference1() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReference2() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReference3() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReference4() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReference5() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReference6() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReference7() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReference8() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReferenceWithoutSemi1() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReferenceWithoutSemi2() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReferenceWithoutSemi3() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReferenceWithoutSemi4() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReferenceWithoutSemi5() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReferenceWithoutSemi6() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReferenceWithoutSemi7() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalHexNumericCharacterReferenceWithoutSemi8() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalNumericCharacterReference() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalNumericCharacterReferenceWithoutSemi1() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFinalNumericCharacterReferenceWithoutSemi2() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testFindPositionOf() - Method in class org.htmlparser.tests.tagTests.CompositeTagTest
 
testFindTagsWithinGivenTag() - Method in class org.htmlparser.tests.visitorsTests.CompositeTagFindingVisitorTest
 
testFixSpaces() - Method in class org.htmlparser.tests.ParserTest
 
testFormRendering() - Method in class org.htmlparser.tests.tagTests.FormTagTest
Bug 713907 reported by Dhaval Udani, erroneous attributes being reported.
testFormScanningShouldNotHappen() - Method in class org.htmlparser.tests.tagTests.FormTagTest
Bug 713907 reported by Dhaval Udani, erroneous parsing of form tag (even when form scanner is not registered)
testFreshMeatBug() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
A bug in the freshmeat page - really bad html tag - <A>Revision<\a> Reported by Mazlan Mat Note: Actually, this is completely legal HTML - Derrick
testGetOptionTags() - Method in class org.htmlparser.tests.tagTests.SelectTagTest
 
testHTMLCharset() - Method in class org.htmlparser.tests.ParserTest
Test with a HTML header with a charset parameter not matching the HTTP header.
testHTMLOutputOfDifficultLinksWithRegisterScanners() - Method in class org.htmlparser.tests.tagTests.TagTest
See bug #741026 registerScanners() mangles output HTML badly.
testHTTPCharset() - Method in class org.htmlparser.tests.ParserTest
Test with a HTTP header with a valid charset parameter.
testHexNumericEncoding() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testIgnoreState() - Method in class org.htmlparser.tests.tagTests.TagTest
 
testImageCollection() - Method in class org.htmlparser.tests.ParserTest
 
testImageTag() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
The bug being reproduced is this :
<BODY aLink=#ff0000 bgColor=#ffffff link=#0000cc onload=setfocus() text=#000000
vLink=#551a8b> The above line is incorrectly parsed in that, the BODY tag is not identified.
testImageTagBug() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
The bug being reproduced is this :
<BODY aLink=#ff0000 bgColor=#ffffff link=#0000cc onload=setfocus() text=#000000
vLink=#551a8b> The above line is incorrectly parsed in that, the BODY tag is not identified.
testImageTagOnMultipleLines() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
This is the reproduction of a bug reported by Annette Doyle
testImageTagSingleQuoteBug() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
This bug occurs when there is a null pointer exception thrown while scanning a tag using LinkScanner.
testImageTageBug2() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
The bug being reproduced is this :
<BODY aLink=#ff0000 bgColor=#ffffff link=#0000cc onload=setfocus() text=#000000
vLink=#551a8b> The above line is incorrectly parsed in that, the BODY tag is not identified.
testImageTagsFromYahoo() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
Test case to reproduce bug reported by Annette
testImageTagsFromYahooWithAllScannersRegistered() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
Test case to reproduce bug reported by Annette
testImageWithNewLineChars() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
 
testImageWithSpaces() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
Test image url which contains spaces in it.
testIncompleteTitle() - Method in class org.htmlparser.tests.tagTests.TitleTagTest
Testcase to reproduce a bug reported by Cedric Rosa, on not ending the title tag correctly, we would get null pointer exceptions..
testIncorrectInvertedCommas() - Method in class org.htmlparser.tests.tagTests.TagTest
 
testIncorrectInvertedCommas2() - Method in class org.htmlparser.tests.tagTests.TagTest
 
testIncorrectInvertedCommas3() - Method in class org.htmlparser.tests.tagTests.TagTest
 
testIncorrectSpaceKeyBug() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
This is a simulation of a bug reported by Dhaval Udani - wherein a space before the end of the tag causes a problem - there is a key in the table with just a space in it and an empty value
testIndexOf() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testInitialCharacterEntityReference() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialCharacterEntityReferenceWithoutSemi() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReference1() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReference2() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReference3() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReference4() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReference5() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReference6() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReference7() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReference8() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReferenceWithoutSemi1() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReferenceWithoutSemi2() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReferenceWithoutSemi3() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReferenceWithoutSemi4() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReferenceWithoutSemi5() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReferenceWithoutSemi6() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReferenceWithoutSemi7() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialHexNumericCharacterReferenceWithoutSemi8() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialNumericCharacterReference1() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialNumericCharacterReference2() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInitialNumericCharacterReferenceWithoutSemi() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testInputInDiv() - Method in class org.htmlparser.tests.tagTests.DivTagTest
Test case for bug #735193 Explicit tag type recognition for CompositTags not working.
testInputInTable() - Method in class org.htmlparser.tests.tagTests.FormTagTest
From bug #825645 not getting parsed inside table
testInputStreamSourceClose() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test closing a InputStreamSource.
testInputStreamSourceEmpty() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test initialization of a InputStreamSource with a zero length byte array.
testInputStreamSourceMarkReset() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test mark/reset of a InputStreamSource in the middle of reading.
testInputStreamSourceMidReset() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test resetting a InputStreamSource in the middle of reading.
testInputStreamSourceMultByte() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test multi-byte read with a InputStreamSource.
testInputStreamSourceNull() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test initialization with a null value.
testInputStreamSourceOneByte() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test initialization of a InputStreamSource with an input stream having only one byte.
testInputStreamSourcePositionedMultByte() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test positioned multi-byte read with a InputStreamSource.
testInputStreamSourceReady() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test ready of a InputStreamSource.
testInputStreamSourceReset() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test resetting a InputStreamSource.
testInputStreamSourceSkip() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test skipping a InputStreamSource.
testInsert() - Method in class org.htmlparser.tests.lexerTests.PageIndexTests
 
testInvalidNesting() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
Extracted from "http://scores.nba.com/games/20031029/scoreboard.html" which has a lot of table columns with unclosed DIV tags because the closing DIV doesn't have a slash.
testInvalidTag() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
Bug reported by John Zook [594301], invalid remark nodes are accepted as remark nodes.
testIrcIsNotAHTTPLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
Bug #784767 irc://server/channel urls are HTTPLike?
testIsXmlEndTagForFalseMatches() - Method in class org.htmlparser.tests.parserHelperTests.CompositeTagScannerHelperTest
 
testIsXmlEndTagForRealXml() - Method in class org.htmlparser.tests.parserHelperTests.CompositeTagScannerHelperTest
 
testJIS() - Method in class org.htmlparser.tests.lexerTests.LexerTests
Test case for bug #789439 Japanese page causes OutOfMemory Exception No exception is thrown in the current version of the parser, however, the problem is that ISO-2022-JP (aka JIS) encoding sometimes causes spurious tags.
testJavascriptLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testJsp() - Method in class org.htmlparser.tests.lexerTests.LexerTests
See bug #880283 Character ">" erroneously inserted by Lexer
testJspTag() - Method in class org.htmlparser.tests.tagTests.JspTagTest
Check if the JSP Tag is being correctly recognized.
testJspTagsInQuotedAttribes() - Method in class org.htmlparser.tests.tagTests.JspTagTest
See bug #772700 Jsp Tags are not parsed correctly when in quoted attributes.
testJspTagsInUnQuotedAttribes() - Method in class org.htmlparser.tests.tagTests.JspTagTest
See bug #772700 Jsp Tags are not parsed correctly when in quoted attributes.
testJspWithinAttributes() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test attributes when they contain scriptlets.
testLabelWithJspTag() - Method in class org.htmlparser.tests.tagTests.LabelTagTest
 
testLabelWithManyCompositeTags() - Method in class org.htmlparser.tests.tagTests.LabelTagTest
 
testLabelWithOtherTags() - Method in class org.htmlparser.tests.tagTests.LabelTagTest
 
testLabelsID() - Method in class org.htmlparser.tests.tagTests.LabelTagTest
 
testLargeTagBug() - Method in class org.htmlparser.tests.tagTests.TagTest
The following should be identified as a tag :
<MYTAG abcd\n"+ "efgh\n"+ "ijkl\n"+ "mnop> Creation date: (6/17/2001 5:27:42 PM)
testLastCharacterEntityReference() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testLastLineWithOneChar() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
Based on a bug report submitted by Cedric Rosa, if the last line contains a single character, Text does not return the string node correctly.
testLineNumbers1() - Method in class org.htmlparser.tests.LineNumberAssignedByNodeReaderTest
Test to ensure that the Tag being created by the CompositeTagScanner has the correct startLine and endLine information in the TagData it is constructed with.
testLineNumbers2() - Method in class org.htmlparser.tests.LineNumberAssignedByNodeReaderTest
 
testLineNumbers3() - Method in class org.htmlparser.tests.LineNumberAssignedByNodeReaderTest
 
testLineNumbers4() - Method in class org.htmlparser.tests.LineNumberAssignedByNodeReaderTest
 
testLineNumbers5() - Method in class org.htmlparser.tests.LineNumberAssignedByNodeReaderTest
 
testLineNumbers6() - Method in class org.htmlparser.tests.LineNumberAssignedByNodeReaderTest
 
testLineNumbers7() - Method in class org.htmlparser.tests.LineNumberAssignedByNodeReaderTest
 
testLineNumbers8() - Method in class org.htmlparser.tests.LineNumberAssignedByNodeReaderTest
 
testLineNumbers9() - Method in class org.htmlparser.tests.LineNumberAssignedByNodeReaderTest
 
testLinkBeanListener() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testLinkCollection() - Method in class org.htmlparser.tests.ParserTest
 
testLinkContainsEqualTo() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
This is an attempt to reproduce bug 677874 reported by James Moliere.
testLinkDataContents() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testLinkFoundCorrectly() - Method in class org.htmlparser.tests.visitorsTests.LinkFindingVisitorTest
 
testLinkNodeBug() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
The bug being reproduced is this :
<BODY aLink=#ff0000 bgColor=#ffffff link=#0000cc onload=setfocus() text=#000000
vLink=#551a8b> The above line is incorrectly parsed in that, the BODY tag is not identified.
testLinkNodeBug2() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
The bug being reproduced is this :
<BODY aLink=#ff0000 bgColor=#ffffff link=#0000cc onload=setfocus() text=#000000
vLink=#551a8b> The above line is incorrectly parsed in that, the BODY tag is not identified.
testLinkNodeBug3() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
The bug being reproduced is this :
When a url ends with a slash, and the link begins with a slash,the parser puts two slashes This bug was submitted by Roget Kjensrud Creation date: (6/17/2001 4:01:06 PM)
testLinkNodeBug4() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
The bug being reproduced is this :
Simple url without index.html, doesent get appended to link This bug was submitted by Roget Kjensrud Creation date: (6/17/2001 4:01:06 PM)
testLinkNodeBug5() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testLinkNodeBugNullPointerException() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
This bug occurs when there is a null pointer exception thrown while scanning a tag using LinkScanner.
testLinkNodeMailtoBug() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
This bug occurs when there is a null pointer exception thrown while scanning a tag using LinkScanner.
testLinkNodeSingleQuoteBug() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
This bug occurs when there is a null pointer exception thrown while scanning a tag using LinkScanner.
testLinkSpacesBug() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
Bug pointed out by Sam Joseph (sam@neurogrid.net) Links with spaces in them will get their spaces absorbed
testLinkTag() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
The bug being reproduced is this :
<BODY aLink=#ff0000 bgColor=#ffffff link=#0000cc onload=setfocus() text=#000000
vLink=#551a8b> The above line is incorrectly parsed in that, the BODY tag is not identified.
testLinkTagBug() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
The bug being reproduced is this :
<BODY aLink=#ff0000 bgColor=#ffffff link=#0000cc onload=setfocus() text=#000000
vLink=#551a8b> The above line is incorrectly parsed in that, the BODY tag is not identified.
testMailToIsNotAHTTPLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
Test mail link.
testMailtoLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testMapFollowImg() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
See bug #753003 within missed when followed by Not reproducible.
testMarkReset() - Method in class org.htmlparser.tests.lexerTests.StreamTests
Test that mark and reset work as per the contract.
testMarkResetThreaded() - Method in class org.htmlparser.tests.lexerTests.StreamTests
Test that mark and reset work as per the contract when threaded.
testMetaTagBug() - Method in class org.htmlparser.tests.tagTests.MetaTagTest
Tried to reproduce bug 707447 but test passes
testMetaTagWithOpenTagSymbol() - Method in class org.htmlparser.tests.tagTests.MetaTagTest
Bug report 702547 by Joe Robbins being reproduced.
testMissingAttribute() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test missing value.
testMissingEqualTo() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
Based on a page submitted by Claude Duguay, the image tag has IMG SRC"somefile.jpg" - a missing equal to sign
testMissingValueToHTML() - Method in class org.htmlparser.tests.lexerTests.TagTests
Test the toHTML method for a missing value attribute.
testMissingendtag() - Method in class org.htmlparser.tests.tagTests.BulletListTagTest
 
testMultiLine1() - Method in class org.htmlparser.tests.lexerTests.TagTests
The following multi line test cases are from bug #725749 Parser does not handle < and > in multi-line attributes submitted by Joe Robins (zorblak)
testMultiLine2() - Method in class org.htmlparser.tests.lexerTests.TagTests
 
testMultiLine3() - Method in class org.htmlparser.tests.lexerTests.TagTests
 
testMultiLine4() - Method in class org.htmlparser.tests.lexerTests.TagTests
 
testMultiLine5() - Method in class org.htmlparser.tests.lexerTests.TagTests
Test multiline tag like attribute.
testMultiLine6() - Method in class org.htmlparser.tests.lexerTests.TagTests
Test multiline broken tag like attribute.
testMultiLine7() - Method in class org.htmlparser.tests.lexerTests.TagTests
Test multiline split tag like attribute.
testMultipleLineBug() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
Bug reported by Raj Sharma,5-Apr-2002, upon parsing http://www.samachar.com, the entire page could not be picked up.
testMultipleNonBreakingSpace() - Method in class org.htmlparser.tests.nodeDecoratorTests.NonBreakingSpaceConvertingNodeTest
 
testMultipleTags() - Method in class org.htmlparser.tests.visitorsTests.TagFindingVisitorTest
 
testNestedLabels() - Method in class org.htmlparser.tests.tagTests.LabelTagTest
 
testNestedLabels2() - Method in class org.htmlparser.tests.tagTests.LabelTagTest
 
testNestedTagWithText() - Method in class org.htmlparser.tests.AssertXmlEqualsTest
 
testNestedTags() - Method in class org.htmlparser.tests.tagTests.TagTest
Bug reported by Gordon Deudney 2002-03-15 Nested JSP Tags were not working
testNoEndTitleTag() - Method in class org.htmlparser.tests.tagTests.TitleTagTest
Testcase based on Claude Duguay's report.
testNoSpace() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
see bug #979893 Not Parsing all Attributes
testNodeClass() - Method in class org.htmlparser.tests.filterTests.FilterTest
Test node class filtering.
testNonEndedBullets() - Method in class org.htmlparser.tests.tagTests.BulletTagTest
 
testNonEnglishCharacters() - Method in class org.htmlparser.tests.utilTests.NonEnglishTest
 
testNonRemark() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
 
testNot() - Method in class org.htmlparser.tests.filterTests.FilterTest
Test not filtering.
testNotFTPLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testNotHREFBaseTag() - Method in class org.htmlparser.tests.tagTests.BaseHrefTagTest
 
testNotJavascriptLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testNotMailtoLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testNull() - Method in class org.htmlparser.tests.lexerTests.PageTests
Test initialization with a null value.
testNull() - Method in class org.htmlparser.tests.lexerTests.StreamTests
Test initialization with a null value.
testNullImageBug() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
The bug being reproduced is this :
<A HREF=>Something<A>
vLink=#551a8b> The above line is incorrectly parsed in that, the BODY tag is not identified.
testNullTag() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test empty attribute.
testNullTagBug() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
The bug being reproduced is this :
<A HREF=>Something<A>
vLink=#551a8b> The above line is incorrectly parsed in that, the BODY tag is not identified.
testNullUrl() - Method in class org.htmlparser.tests.ParserTest
 
testNumImageTagsInYahooWithoutRegisteringScanners() - Method in class org.htmlparser.tests.FunctionalTests
Based on a suspected bug report by Annette Doyle, to check if the no of image tags are correctly identified by the parser
testNumericReference() - Method in class org.htmlparser.tests.nodeDecoratorTests.DecodingNodeTest
 
testOneByte() - Method in class org.htmlparser.tests.lexerTests.StreamTests
Test initialization with an input stream having only one byte.
testOneItemConstructor() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testOneLevelNesting() - Method in class org.htmlparser.tests.tagTests.ObjectCollectionTest
 
testOneNonBreakingSpace() - Method in class org.htmlparser.tests.nodeDecoratorTests.NonBreakingSpaceConvertingNodeTest
 
testOneTag() - Method in class org.htmlparser.tests.AssertXmlEqualsTest
 
testOr() - Method in class org.htmlparser.tests.filterTests.FilterTest
Test or filtering.
testOutOfMemory() - Method in class org.htmlparser.tests.ParserTest
See bug #728241 OutOfMemory error/ Infinite loop
testOutOfMemoryBug() - Method in class org.htmlparser.tests.tagTests.BulletTagTest
 
testOutputWithPreAndAnyTag() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testOutputWithPreAndAnyTagPlusText() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testOutputWithPreAndAnyTagPlusTextWithWhitespace() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testOutputWithPreTags() - Method in class org.htmlparser.tests.utilTests.BeanTest
Test text including a "pre" tag
testOutputWithScriptTags() - Method in class org.htmlparser.tests.utilTests.BeanTest
Test text including a "script" tag
testOutputWithoutPreAndAnyTagPlusTextWithWhitespace() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testOverFlow() - Method in class org.htmlparser.tests.tagTests.TableTagTest
See bug #750117 StackOverFlow while Node-Iteration Not reproducible.
testPOST() - Method in class org.htmlparser.tests.ParserTest
Test the Parser(URLConnection) constructor.
testPageModification() - Method in class org.htmlparser.tests.visitorsTests.UrlModifyingVisitorTest
Test a better method of modifying an HTML page.
testParamExtraction() - Method in class org.htmlparser.tests.tagTests.ScriptTagTest
 
testParameterChange() - Method in class org.htmlparser.tests.tagTests.TagTest
See bug #740411 setParsed() has no effect on output.
testParentConnections() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testParseEmptyValues() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test empty value.
testParseMissingEqual() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test no equals or whitespace.
testParseParameter3() - Method in class org.htmlparser.tests.tagTests.TagTest
Test parseParameter method Created by Kaarle Kaila (august 2001) the tag name is here G
testParseParameterA() - Method in class org.htmlparser.tests.tagTests.TagTest
Test parseParameter method Created by Kaarle Kaila (august 2001) the tag name is here A (and should be eaten up by linkScanner)
testParseParameterG() - Method in class org.htmlparser.tests.tagTests.TagTest
Test parseParameter method Created by Kaarle Kaila (august 2001) the tag name is here G
testParseParameterSpace() - Method in class org.htmlparser.tests.tagTests.TagTest
Test parseParameter method Created by Kaarle Kaila (august 2002) the tag name is here A (and should be eaten up by linkScanner) Tests elements where = sign is surrounded by spaces
testParseParameters() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test simple value.
testParseTokenValues() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test quote value.
testParseTwoCompositeTags() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testPlaceHolderImageScan() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
This test has been improved to check for params in the image tag, based on requirement by Annette Doyle.
testPlainParams() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test unquoted attributes.
testPlainText() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
See bug #813838 links not parsed correctly
testPoorlyTerminatedCharacterEntityReference1() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testPoorlyTerminatedCharacterEntityReference2() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testPoorlyTerminatedNumericCharacterReference1() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testPoorlyTerminatedNumericCharacterReference2() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testPoorlyTerminatedNumericCharacterReference3() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testPredicates() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
see bug #911565 isValued() and isNull() don't work
testProperties() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test bean properties.
testProperties2() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test bean properties.
testPureTag() - Method in class org.htmlparser.tests.lexerTests.LexerTests
Test operation with only tags.
testPureText() - Method in class org.htmlparser.tests.lexerTests.LexerTests
Test operation without tags.
testQueryLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
This is a reproduction of bug 617228, reported by Stephen J.
testQuestionMarksInAttributes() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test attribute containing a question mark.
testQuickSort() - Method in class org.htmlparser.tests.utilTests.SortTest
Test the operation of the static quicksort algorithm.
testRecursionDepth() - Method in class org.htmlparser.tests.tagTests.TableTagTest
Test many unclosed tags (causes heavy recursion).
testReferencesInString() - Method in class org.htmlparser.tests.nodeDecoratorTests.DecodingNodeTest
 
testReferencesInString() - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest
 
testRegularExpression() - Method in class org.htmlparser.tests.filterTests.FilterTest
Test regular expression matching:
testRelativeImageScan() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
 
testRelativeImageScan2() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
 
testRelativeImageScan3() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
 
testRelativeLinkNotHTMLBug() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testRelativeLinkScan() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testRelativeLinkScan2() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testRelativeLinkScan3() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testRelativeTypeHttpLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testRemark() - Method in class org.htmlparser.tests.lexerTests.LexerTests
Test operation with comments.
testRemarkBug() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
Test unparsed remark node.
testRemarkWithBlankLine() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
This is the simulation of bug report 586756, submitted by John Zook.
testRemarkWithNothing() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
This is the simulation of a bug report submitted by Claude Duguay.
testRemove() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testRemoveAll() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testRemoveChars() - Method in class org.htmlparser.tests.scannersTests.TagScannerTest
 
testRemoveItem() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testRemoveLastItem() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testRemoveTrailingSpaces() - Method in class org.htmlparser.tests.utilTests.HTMLParserUtilsTest
 
testRule1() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test Rule 1.
testRule2() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test Rule 2.
testRule3() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test Rule 3.
testRule4() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test Rule 4.
testRule5() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test Rule 5.
testSameBytes() - Method in class org.htmlparser.tests.lexerTests.StreamTests
Test that the same bytes are returned as with a naked input stream.
testSameChars() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test that the same characters are returned as with another reader.
testScan() - Method in class org.htmlparser.tests.scannersTests.JspScannerTest
In response to bug report 621117, wherein jsp tags are not recognized if they occur within string nodes.
testScan() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.AppletTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.BaseHrefTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.BulletListTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.DivTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.FormTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.FrameSetTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.FrameTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.HtmlTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.InputTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
Test scan with data which is of diff nodes type
testScan() - Method in class org.htmlparser.tests.tagTests.MetaTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.OptionTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.SelectTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.SpanTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.StyleTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.TableTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.TextareaTagTest
 
testScan() - Method in class org.htmlparser.tests.tagTests.TitleTagTest
 
testScanBug() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
Test javascript tag attributes.
testScanBug() - Method in class org.htmlparser.tests.tagTests.StyleTagTest
 
testScanBug2() - Method in class org.htmlparser.tests.tagTests.StyleTagTest
This is a bug reported by Kaarle Kaaila.
testScanBug3() - Method in class org.htmlparser.tests.tagTests.StyleTagTest
This is a bug reported by Dr.
testScanBugWG() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
Test script code.
testScanFormWithComments() - Method in class org.htmlparser.tests.tagTests.FormTagTest
Bug 652674 - forms with comments are not being parsed
testScanFormWithComments2() - Method in class org.htmlparser.tests.tagTests.FormTagTest
Bug 652674 - forms with comments are not being parsed
testScanFormWithLinks() - Method in class org.htmlparser.tests.tagTests.FormTagTest
Bug reported by Pavan Podila - forms with links are not being parsed Sample html is from google
testScanFormWithNoEnding() - Method in class org.htmlparser.tests.tagTests.FormTagTest
 
testScanFormWithPreviousOpenLink() - Method in class org.htmlparser.tests.tagTests.FormTagTest
Bug 656870 - a form tag with a previously open link causes infinite loop on encounter
testScanNoEndTag() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
Tests a bug in ScriptScanner where a NPE would be thrown if the script tag was not closed before the document ended.
testScanQuotedEndTag() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
See bug #741769 ScriptScanner doesn't handle quoted tags
testScanScriptWithComments() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
 
testScanScriptWithJavascriptLineEndings() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
 
testScanScriptWithLinks() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
 
testScanScriptWithTags() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
 
testScanScriptWithTagsInComment() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
 
testScanTagsInMeta() - Method in class org.htmlparser.tests.tagTests.MetaTagTest
 
testScriptCodeExtraction() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
 
testScriptCodeExtractionWithMultipleQuotes() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
 
testScriptCodeExtractionWithNewlines() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
There was a bug in the ScriptScanner when there was multiline script and the last line did not have a newline before the end script tag.
testScriptTagComments() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
Submitted by Dhaval Udani - reproducing bug 664404
testScriptTagNotWorkingInner() - Method in class org.htmlparser.tests.visitorsTests.ScriptCommentTest
 
testScriptTagNotWorkingMultiLine() - Method in class org.htmlparser.tests.visitorsTests.ScriptCommentTest
 
testScriptTagNotWorkingOuter() - Method in class org.htmlparser.tests.visitorsTests.ScriptCommentTest
 
testScriptTagsGeneratedByScriptCode() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
Duplicates bug reported by James Moliere - whereby, if script tags are generated by script code, the parser interprets them as real tags.
testScriptWithinComments() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
 
testScriptedTag() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test Script in attributes.
testScriptsWithForm() - Method in class org.htmlparser.tests.scannersTests.ScriptScannerTest
See bug #839264 toHtml() parse error in Javascripts with "form" keyword Contributed by Ivan Wang (xj92wang)
testSearchByName() - Method in class org.htmlparser.tests.tagTests.FormTagTest
 
testSearchFor() - Method in class org.htmlparser.tests.tagTests.FormTagTest
 
testSearchForCaseSensitive() - Method in class org.htmlparser.tests.tagTests.FormTagTest
 
testSelectTagWithComments() - Method in class org.htmlparser.tests.tagTests.SelectTagTest
Bug reproduction.
testSelectors() - Method in class org.htmlparser.tests.filterTests.FilterTest
 
testSerializable() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testSerializableLinkBean() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testSerializableScanners() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testSerializableStringBean() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testSetFormLocation() - Method in class org.htmlparser.tests.tagTests.FormTagTest
 
testSetInputHTML() - Method in class org.htmlparser.tests.ParserTest
See bug #826764 ParserException occurs only when using setInputHTML() instea
testSetQuote() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
see bug #911565 isValued() and isNull() don't work
testSetRemarkText() - Method in class org.htmlparser.tests.ParserTest
See bug #900128 RemarkNode.setText() does not set Text
testSetStringText() - Method in class org.htmlparser.tests.ParserTest
See bug #900128 RemarkNode.setText() does not set Text
testSetText() - Method in class org.htmlparser.tests.tagTests.TagTest
See bug #726913 toHtml() method incomplete
testSimpleBody() - Method in class org.htmlparser.tests.tagTests.BodyTagTest
 
testSimpleHead() - Method in class org.htmlparser.tests.tagTests.HeadTagTest
 
testSimpleHeadWithBody() - Method in class org.htmlparser.tests.tagTests.HeadTagTest
 
testSimpleHeadWithoutEndTag() - Method in class org.htmlparser.tests.tagTests.HeadTagTest
 
testSimpleLabels() - Method in class org.htmlparser.tests.tagTests.LabelTagTest
 
testSimpleSearch() - Method in class org.htmlparser.tests.tagTests.ObjectCollectionTest
 
testSimpleStringFind() - Method in class org.htmlparser.tests.visitorsTests.StringFindingVisitorTest
 
testSimpleVisit() - Method in class org.htmlparser.tests.visitorsTests.TextExtractingVisitorTest
 
testSimpleVisitWithRegisteredScanners() - Method in class org.htmlparser.tests.visitorsTests.TextExtractingVisitorTest
 
testSingleApostropheParsingBug() - Method in class org.htmlparser.tests.tagTests.ScriptTagTest
 
testSingleComment() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
Test a comment declaration with a comment.
testSingleQuotedCharset() - Method in class org.htmlparser.tests.ParserTest
Test the case of a single quoted charset directive.
testSingleTagParsing() - Method in class org.htmlparser.tests.scannersTests.XmlEndTagScanningTest
 
testSortList() - Method in class org.htmlparser.tests.utilTests.SortTest
Test the operation of quicksort on a sortable list.
testSortVector() - Method in class org.htmlparser.tests.utilTests.SortTest
Test the operation of quicksort on a vector of ordered items.
testSpacesMethods() - Method in class org.htmlparser.tests.utilTests.HTMLParserUtilsTest
 
testSpecialCharacters() - Method in class org.htmlparser.tests.tagTests.JspTagTest
 
testSrcAndAlt() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test for lost attributes.
testSrcAndEmptyAlt() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
see bug #778781 SRC-attribute suppression in IMG-tags
testStackOverflow() - Method in class org.htmlparser.tests.lexerTests.LexerTests
Check for StackOverflow error.
testStandAloneToHTML() - Method in class org.htmlparser.tests.lexerTests.TagTests
Test the toHTML method for a standalone attribute.
testStandaloneAttribute() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test that stand-alone attributes are kept that way, rather than being given empty values.
testStrictParsing() - Method in class org.htmlparser.tests.tagTests.TagTest
Reproduction of a bug reported by Annette Doyle This is actually a pretty good example of dirty html - we are in a fix here, bcos the font tag (the first one) has an erroneous inverted comma.
testString() - Method in class org.htmlparser.tests.filterTests.FilterTest
Test string filtering.
testStringBeanListener() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testStringBeingMissedBug() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
This is a bug reported by John Zook (586222), where the first few chars before a remark is being missed, if its on the same line.
testStringFoundCount() - Method in class org.htmlparser.tests.visitorsTests.StringFindingVisitorTest
 
testStringFoundInSingleStringNode() - Method in class org.htmlparser.tests.visitorsTests.StringFindingVisitorTest
 
testStringFoundMultipleTimes() - Method in class org.htmlparser.tests.visitorsTests.StringFindingVisitorTest
 
testStringInTagNotFound() - Method in class org.htmlparser.tests.visitorsTests.StringFindingVisitorTest
 
testStringNotFound() - Method in class org.htmlparser.tests.visitorsTests.StringFindingVisitorTest
 
testStringParserBug() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
An attempt to reproduce bug 677176, which passes.
testStringSourceClose() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test closing a StringSource.
testStringSourceEmpty() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test initialization of a StringSource with a zero length string.
testStringSourceMarkReset() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test mark/reset of a StringSource in the middle of reading.
testStringSourceMidReset() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test resetting a StringSource in the middle of reading.
testStringSourceMultByte() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test multi-byte read with a StringSource.
testStringSourceNull() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test initialization of a StringSource with a null value.
testStringSourceOneCharacter() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test initialization of a StringSource with a one character string.
testStringSourcePositionedMultByte() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test positioned multi-byte read with a StringSource.
testStringSourceReady() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test ready of a StringSource.
testStringSourceReset() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test resetting a StringSource.
testStringSourceSkip() - Method in class org.htmlparser.tests.lexerTests.SourceTests
Test skipping a StringSource.
testStringWithEmptyLine() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
 
testStringWithLineBreaks() - Method in class org.htmlparser.tests.AssertXmlEqualsTest
 
testStringWithLineBreaks() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
 
testStyleChildren() - Method in class org.htmlparser.tests.tagTests.StyleTagTest
See bug #900125 Style Tag Children not grouped
testStyleSheetTag() - Method in class org.htmlparser.tests.tagTests.TagTest
 
testSwitchCharset() - Method in class org.htmlparser.tests.ParserTest
Test the case of a charset directive different than the HTTP header.
testTab() - Method in class org.htmlparser.tests.nodeDecoratorTests.EscapeCharacterRemovingNodeTest
 
testTabText() - Method in class org.htmlparser.tests.tagTests.TagTest
From oyoaha
testTable() - Method in class org.htmlparser.tests.tagTests.InputTagTest
Bug #923146 tag nesting rule too strict for forms
testTagCharsInText() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
Bug reported by Roger Sollberger
For the following HTML : <a href="http://asgard.ch">[< ASGARD ></a><br> The string node is not correctly identified
testTagExtraction() - Method in class org.htmlparser.tests.scannersTests.TagScannerTest
 
testTagFound() - Method in class org.htmlparser.tests.visitorsTests.TagFindingVisitorTest
 
testTagInsideTag() - Method in class org.htmlparser.tests.tagTests.TagTest
 
testTagName() - Method in class org.htmlparser.tests.filterTests.FilterTest
Test tag name filtering.
testTagStops() - Method in class org.htmlparser.tests.lexerTests.LexerTests
Test that tags stop string nodes.
testTagSymbolsInLinkText() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testTagWithCloseTagSymbolInAttribute() - Method in class org.htmlparser.tests.lexerTests.TagTests
 
testTagWithOpenTagSymbolInAttribute() - Method in class org.htmlparser.tests.lexerTests.TagTests
 
testTagWithQuotes() - Method in class org.htmlparser.tests.lexerTests.TagTests
 
testTagWithSingleQuote() - Method in class org.htmlparser.tests.lexerTests.TagTests
 
testTagWithText() - Method in class org.htmlparser.tests.AssertXmlEqualsTest
 
testTagWithinRemark() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
Test tag within remark.
testTagWorking() - Method in class org.htmlparser.tests.visitorsTests.ScriptCommentTest
 
testTagsClassMethods() - Method in class org.htmlparser.tests.utilTests.HTMLParserUtilsTest
 
testTagsComplexMethods() - Method in class org.htmlparser.tests.utilTests.HTMLParserUtilsTest
 
testTagsFilterMethods() - Method in class org.htmlparser.tests.utilTests.HTMLParserUtilsTest
 
testTagsFound() - Method in class org.htmlparser.tests.visitorsTests.TagFindingVisitorTest
 
testTagsMethods() - Method in class org.htmlparser.tests.utilTests.HTMLParserUtilsTest
 
testTextArea() - Method in class org.htmlparser.tests.tagTests.FormTagTest
From support request #772998 Cannot extract input tags The getFormInputs list was reporting zero size and textarea tags were in the inputs list.
testTextBug1() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
The bug being reproduced is this :
<HTML><HEAD><TITLE>Google</TITLE>
The above line is incorrectly parsed in that, the text Google is missed.
testTextBug2() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
Test string containing link.
testThreadSafety() - Method in class org.htmlparser.tests.lexerTests.TagTests
Test multiple threads running against the parser.
testThreaded() - Method in class org.htmlparser.tests.lexerTests.StreamTests
Test that threading works and is faster than a naked input stream.
testThreeTagsDifferent() - Method in class org.htmlparser.tests.AssertXmlEqualsTest
 
testTitleTagContainsJspTag() - Method in class org.htmlparser.tests.tagTests.TitleTagTest
 
testToHTML() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.AppletTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.BodyTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.DoctypeTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.EndTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.FrameSetTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.FrameTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.ImageTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.InputTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.MetaTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.OptionTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.ScriptTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.SelectTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.StyleTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.TagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.TextareaTagTest
 
testToHTML() - Method in class org.htmlparser.tests.tagTests.TitleTagTest
 
testToHTML2() - Method in class org.htmlparser.tests.tagTests.InputTagTest
Reproduction of bug report 663038
testToHTMLWG() - Method in class org.htmlparser.tests.tagTests.ScriptTagTest
Test raw string.
testToHtml() - Method in class org.htmlparser.tests.tagTests.JspTagTest
Check if the JSP Tag is being correctly recognized.
testToHtmlAttributes() - Method in class org.htmlparser.tests.tagTests.StyleTagTest
Reproducing a bug reported by Dhaval Udani relating to style tag attributes being missed
testToNodeArray() - Method in class org.htmlparser.tests.utilTests.NodeListTest
 
testToPlainTextString() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
 
testToPlainTextString() - Method in class org.htmlparser.tests.parserHelperTests.StringParserTest
 
testToPlainTextString() - Method in class org.htmlparser.tests.tagTests.BodyTagTest
 
testToPlainTextString() - Method in class org.htmlparser.tests.tagTests.FormTagTest
 
testToPlainTextString() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testToPlainTextString() - Method in class org.htmlparser.tests.tagTests.TitleTagTest
 
testToRawString() - Method in class org.htmlparser.tests.parserHelperTests.RemarkNodeParserTest
 
testToString() - Method in class org.htmlparser.tests.tagTests.BodyTagTest
 
testToString() - Method in class org.htmlparser.tests.tagTests.OptionTagTest
 
testToString() - Method in class org.htmlparser.tests.tagTests.TitleTagTest
 
testTwoConsecutiveErroneousCompositeTags() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testTwoLevelNesting() - Method in class org.htmlparser.tests.tagTests.ObjectCollectionTest
 
testTwoParams() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test multiple attributes.
testTwoTags() - Method in class org.htmlparser.tests.AssertXmlEqualsTest
 
testTwoTagsDifferent() - Method in class org.htmlparser.tests.AssertXmlEqualsTest
 
testTwoTagsDifferent2() - Method in class org.htmlparser.tests.AssertXmlEqualsTest
 
testTwoTagsWithSameAttributes() - Method in class org.htmlparser.tests.AssertXmlEqualsTest
 
testTypeFtp() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testTypeHttpLikeLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testTypeHttpLink() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testTypeHttps() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testTypeJavaScript() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testTypeNonHttp() - Method in class org.htmlparser.tests.tagTests.LinkTagTest
 
testURLConnection() - Method in class org.htmlparser.tests.lexerTests.PageTests
Test initialization with a real value.
testURLWithSpaces() - Method in class org.htmlparser.tests.ParserTest
 
testUnClosed1() - Method in class org.htmlparser.tests.tagTests.TableTagTest
See bug #742254 Nested & tags should not be allowed
testUnClosed2() - Method in class org.htmlparser.tests.tagTests.TableTagTest
See bug #742254 Nested & tags should not be allowed
testUnClosed3() - Method in class org.htmlparser.tests.tagTests.TableTagTest
See bug #742254 Nested & tags should not be allowed
testUnclosedOptions() - Method in class org.htmlparser.tests.tagTests.FormTagTest
See bug #745566 StackOverflowError on select with too many unclosed options.
testUnclosedTagInsideJsp() - Method in class org.htmlparser.tests.scannersTests.JspScannerTest
Testcase submitted by Johan Naudts, demonstrating bug 717573, NullPointerException when unclosed HTML tag inside JSP tag
testUnixEOL() - Method in class org.htmlparser.tests.lexerTests.LexerTests
Test operation with Unix line endings.
testUrlBeingProvidedToCreateTag() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testUrlInStyle() - Method in class org.htmlparser.tests.lexerTests.LexerTests
See bug #1227213 Particular SCRIPT tags close too late.
testUrlModificationWithVisitor() - Method in class org.htmlparser.tests.visitorsTests.UrlModifyingVisitorTest
 
testValueMissing() - Method in class org.htmlparser.tests.lexerTests.AttributeTests
Test standalone attribute.
testVariableDeclarations() - Method in class org.htmlparser.tests.tagTests.ScriptTagTest
 
testVisitHtmlWithPreTags() - Method in class org.htmlparser.tests.visitorsTests.TextExtractingVisitorTest
 
testVisitHtmlWithSpecialChars() - Method in class org.htmlparser.tests.visitorsTests.TextExtractingVisitorTest
 
testVisitTag() - Method in class org.htmlparser.tests.visitorsTests.NodeVisitorTest
 
testWithDecodingNodeDecorator() - Method in class org.htmlparser.tests.nodeDecoratorTests.EscapeCharacterRemovingNodeTest
 
testWithoutParseParameter() - Method in class org.htmlparser.tests.tagTests.TagTest
Test parseParameter method Created by Kaarle Kaila (22 Oct 2001) This test just wants the text in the element
testXMLTypeToString() - Method in class org.htmlparser.tests.ParserTest
Test reproducing a java.lang.StackOverflowError.
testXmlTypeCompositeTags() - Method in class org.htmlparser.tests.scannersTests.CompositeTagScannerTest
 
testZeroArgLexerConstructor() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testZeroArgPageConstructor() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
testZeroArgParserConstructor() - Method in class org.htmlparser.tests.utilTests.BeanTest
 
throwable - Variable in class org.htmlparser.util.ChainedException
 
toHtml() - Method in interface org.htmlparser.Node
Return the HTML for this node.
toHtml() - Method in class org.htmlparser.nodeDecorators.AbstractNodeDecorator
Deprecated.  
toHtml() - Method in class org.htmlparser.nodes.AbstractNode
Return the HTML that generated this node.
toHtml() - Method in class org.htmlparser.nodes.RemarkNode
Return The full HTML remark.
toHtml() - Method in class org.htmlparser.nodes.TagNode
Render the tag as HTML.
toHtml() - Method in class org.htmlparser.nodes.TextNode
Returns the text of the node.
toHtml(TagNode) - Method in class org.htmlparser.parserapplications.filterbuilder.HtmlTreeCellRenderer
Render the tag as HTML.
toHtml() - Method in class org.htmlparser.tags.CompositeTag
Return this tag as HTML code.
toHtml() - Method in class org.htmlparser.util.NodeList
Convert this nodelist into the equivalent HTML.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.Filter
Convert this filter into Java code.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.AndFilterWrapper
Convert this filter into Java code.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
Convert this filter into Java code.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasChildFilterWrapper
Convert this filter into Java code.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasParentFilterWrapper
Convert this filter into Java code.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.HasSiblingFilterWrapper
Convert this filter into Java code.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.NodeClassFilterWrapper
Convert this filter into Java code.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.NotFilterWrapper
Convert this filter into Java code.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.OrFilterWrapper
Convert this filter into Java code.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
Convert this filter into Java code.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
Convert this filter into Java code.
toJavaCode(StringBuffer, int[]) - Method in class org.htmlparser.parserapplications.filterbuilder.wrappers.TagNameFilterWrapper
Convert this filter into Java code.
toNodeArray() - Method in class org.htmlparser.util.NodeList
 
toPlainTextString() - Method in interface org.htmlparser.Node
A string representation of the node.
toPlainTextString() - Method in class org.htmlparser.nodeDecorators.AbstractNodeDecorator
Deprecated.  
toPlainTextString() - Method in class org.htmlparser.nodeDecorators.DecodingNode
Deprecated.  
toPlainTextString() - Method in class org.htmlparser.nodeDecorators.EscapeCharacterRemovingNode
Deprecated.  
toPlainTextString() - Method in class org.htmlparser.nodeDecorators.NonBreakingSpaceConvertingNode
Deprecated.  
toPlainTextString() - Method in class org.htmlparser.nodes.AbstractNode
Returns a string representation of the node.
toPlainTextString() - Method in class org.htmlparser.nodes.RemarkNode
Return the remark text.
toPlainTextString() - Method in class org.htmlparser.nodes.TagNode
Get the plain text from this node.
toPlainTextString() - Method in class org.htmlparser.nodes.TextNode
Returns the text of the node.
toPlainTextString() - Method in class org.htmlparser.tags.CompositeTag
Return the textual contents of this tag and it's children.
toString() - Method in class org.htmlparser.Attribute
Get a text representation of this attribute.
toString(StringBuffer) - Method in class org.htmlparser.Attribute
Get a text representation of this attribute.
toString() - Method in interface org.htmlparser.Node
Return the string representation of the node.
toString() - Method in class org.htmlparser.http.Cookie
Convert this cookie into a user friendly string.
toString() - Method in class org.htmlparser.lexer.Cursor
Return a string representation of this cursor
toString() - Method in class org.htmlparser.lexer.Page
Display some of this page as a string.
toString() - Method in class org.htmlparser.lexerapplications.thumbelina.Picture
Create a string representation of the picture.
toString(Rectangle) - Method in class org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
Converts the rectangle to a string.
toString() - Method in class org.htmlparser.nodeDecorators.AbstractNodeDecorator
Deprecated.  
toString() - Method in class org.htmlparser.nodes.AbstractNode
Return a string representation of the node.
toString() - Method in class org.htmlparser.nodes.RemarkNode
Print the contents of the remark tag.
toString() - Method in class org.htmlparser.nodes.TagNode
Print the contents of the tag.
toString() - Method in class org.htmlparser.nodes.TextNode
Express this string node as a printable string This is suitable for display in a debugger or output to a printout.
toString() - Method in class org.htmlparser.parserapplications.filterbuilder.Filter
Returns a string representation of this component and its values.
toString(int, int) - Method in class org.htmlparser.parserapplications.filterbuilder.SubFilterList
Get the bytes for this command as a String.
toString() - Method in class org.htmlparser.tags.AppletTag
Output a string representing this applet tag.
toString() - Method in class org.htmlparser.tags.BodyTag
Return a string representation of this BODY tag suitable for debugging.
toString() - Method in class org.htmlparser.tags.CompositeTag
Return a string representation of the contents of this tag, it's children and it's end tag suitable for debugging.
toString(int, StringBuffer) - Method in class org.htmlparser.tags.CompositeTag
Return a string representation of the contents of this tag, it's children and it's end tag suitable for debugging.
toString() - Method in class org.htmlparser.tags.DoctypeTag
Return a string representation of the contents of this !DOCTYPE tag suitable for debugging.
toString() - Method in class org.htmlparser.tags.FormTag
Return a string representation of the contents of this FORM tag suitable for debugging.
toString() - Method in class org.htmlparser.tags.FrameSetTag
Return a string representation of the contents of this FRAMESET tag suitable for debugging.
toString() - Method in class org.htmlparser.tags.FrameTag
Return a string representation of the contents of this FRAME tag suitable for debugging.
toString() - Method in class org.htmlparser.tags.HeadTag
Returns a string representation of this HEAD tag suitable for debugging.
toString() - Method in class org.htmlparser.tags.JspTag
Returns a string representation of this jsp tag suitable for debugging.
toString() - Method in class org.htmlparser.tags.LabelTag
Returns a string representation of this label tag suitable for debugging.
toString() - Method in class org.htmlparser.tags.LinkTag
Return the contents of this link node as a string suitable for debugging.
toString() - Method in class org.htmlparser.tags.ObjectTag
Output a string representing this object tag.
toString() - Method in class org.htmlparser.tags.OptionTag
Return a string representation of this node suitable for debugging.
toString() - Method in class org.htmlparser.tags.ScriptTag
Print the contents of the script tag suitable for debugging display.
toString() - Method in class org.htmlparser.tags.StyleTag
Print the contents of the style node.
toString() - Method in class org.htmlparser.tags.TableTag
Return a string suitable for debugging display.
toString() - Method in class org.htmlparser.tags.TitleTag
Return a string representation of this tag for debugging.
toString() - Method in class org.htmlparser.util.CharacterReference
Visualize this character reference as a string.
toString() - Method in class org.htmlparser.util.NodeList
Return the contents of the list as a string.
toText(TextNode) - Method in class org.htmlparser.parserapplications.filterbuilder.HtmlTreeCellRenderer
Express this string node as a printable string This is suitable for display in a debugger or output to a printout.
translate(String) - Method in class org.htmlparser.tests.utilTests.CharacterTranslationTest.Generate
Translate character references.
trimAllTags(String, boolean) - Static method in class org.htmlparser.util.ParserUtils
Trim the input string, removing all the tags in the input string.
trimButChars(String, String) - Static method in class org.htmlparser.util.ParserUtils
Remove from the input string all the characters with the only exception of the characters specified in charsDoNotBeRemoved param.
trimButCharsBeginEnd(String, String) - Static method in class org.htmlparser.util.ParserUtils
Remove from the beginning and the end of the input string all the characters with the only exception of the characters specified in charsDoNotBeRemoved param.
trimButDigits(String, String) - Static method in class org.htmlparser.util.ParserUtils
Remove from the input string all the not numerical characters with the only exception of the characters specified in charsDoNotBeRemoved param.
trimButDigitsBeginEnd(String, String) - Static method in class org.htmlparser.util.ParserUtils
Remove from the beginning and the end of the input string all the not numerical characters with the only exception of the characters specified in charsDoNotBeRemoved param.
trimChars(String, String) - Static method in class org.htmlparser.util.ParserUtils
Remove from the input string all the chars specified in the input variable charsToBeRemoved.
trimCharsBeginEnd(String, String) - Static method in class org.htmlparser.util.ParserUtils
Remove from the beginning and the end of the input string all the chars specified in the input variable charsToBeRemoved.
trimSpaces(String, String) - Static method in class org.htmlparser.util.ParserUtils
Remove from the input string all the spaces and tabs like chars.
trimSpacesBeginEnd(String, String) - Static method in class org.htmlparser.util.ParserUtils
Remove from the beginning and the end of the input string all the spaces and tabs like chars.
trimTags(String, String[]) - Static method in class org.htmlparser.util.ParserUtils
Trim all tags in the input string and return a string like the input one without the tags and their content.
trimTags(String, String[], boolean, boolean) - Static method in class org.htmlparser.util.ParserUtils
Trim all tags in the input string and return a string like the input one without the tags and their content (optional).
trimTags(String, Class) - Static method in class org.htmlparser.util.ParserUtils
Trim all tags in the input string and return a string like the input one without the tags and their content.
trimTags(String, Class, boolean, boolean) - Static method in class org.htmlparser.util.ParserUtils
Trim all tags in the input string and return a string like the input one without the tags and their content (optional).
trimTags(String, NodeFilter) - Static method in class org.htmlparser.util.ParserUtils
Trim all tags in the input string and return a string like the input one without the tags and their content.
trimTags(String, NodeFilter, boolean, boolean) - Static method in class org.htmlparser.util.ParserUtils
Trim all tags in the input string and return a string like the input one without the tags and their content (optional).
tutorialAction() - Method in class org.htmlparser.parserapplications.filterbuilder.FilterBuilder
The action to take when "Tutorial" menu pressed.

A B C D E F G H I J K L M N O P Q R S T U V W X _