|
|||||||||
| Home >> All >> org >> htmlparser >> tests >> [ tagTests overview ] | PREV NEXT | ||||||||
A
- AllTests - class org.htmlparser.tests.tagTests.AllTests.
- AllTests(String) - Constructor for class org.htmlparser.tests.tagTests.AllTests
- AppletTagTest - class org.htmlparser.tests.tagTests.AppletTagTest.
- AppletTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.AppletTagTest
- assertSpanContent(Node[]) - Method in class org.htmlparser.tests.tagTests.ObjectCollectionTest
B
- BaseHrefTagTest - class org.htmlparser.tests.tagTests.BaseHrefTagTest.
- BaseHrefTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.BaseHrefTagTest
- BodyTagTest - class org.htmlparser.tests.tagTests.BodyTagTest.
- BodyTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.BodyTagTest
- bodyTag - Variable in class org.htmlparser.tests.tagTests.BodyTagTest
C
- CompositeTagTest - class org.htmlparser.tests.tagTests.CompositeTagTest.
- CompositeTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.CompositeTagTest
D
- DoctypeTagTest - class org.htmlparser.tests.tagTests.DoctypeTagTest.
- DoctypeTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.DoctypeTagTest
E
- EndTagTest - class org.htmlparser.tests.tagTests.EndTagTest.
- EndTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.EndTagTest
F
- FormTagTest - class org.htmlparser.tests.tagTests.FormTagTest.
- FormTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.FormTagTest
- FrameSetTagTest - class org.htmlparser.tests.tagTests.FrameSetTagTest.
- FrameSetTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.FrameSetTagTest
- FrameTagTest - class org.htmlparser.tests.tagTests.FrameTagTest.
- FrameTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.FrameTagTest
I
- ImageTagTest - class org.htmlparser.tests.tagTests.ImageTagTest.
- ImageTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.ImageTagTest
- InputTagTest - class org.htmlparser.tests.tagTests.InputTagTest.
- InputTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.InputTagTest
J
- JspTagTest - class org.htmlparser.tests.tagTests.JspTagTest.
- JspTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.JspTagTest
L
- LinkTagTest - class org.htmlparser.tests.tagTests.LinkTagTest.
- LinkTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.LinkTagTest
M
- MetaTagTest - class org.htmlparser.tests.tagTests.MetaTagTest.
- MetaTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.MetaTagTest
- main(String[]) - Static method in class org.htmlparser.tests.tagTests.AllTests
- Mainline for all suites of tests.
- main(String[]) - Static method in class org.htmlparser.tests.tagTests.BodyTagTest
- main(String[]) - Static method in class org.htmlparser.tests.tagTests.OptionTagTest
- main(String[]) - Static method in class org.htmlparser.tests.tagTests.SelectTagTest
O
- ObjectCollectionTest - class org.htmlparser.tests.tagTests.ObjectCollectionTest.
- ObjectCollectionTest(String) - Constructor for class org.htmlparser.tests.tagTests.ObjectCollectionTest
- OptionTagTest - class org.htmlparser.tests.tagTests.OptionTagTest.
- OptionTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.OptionTagTest
- org.htmlparser.tests.tagTests - package org.htmlparser.tests.tagTests
S
- ScriptTagTest - class org.htmlparser.tests.tagTests.ScriptTagTest.
- ScriptTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.ScriptTagTest
- SelectTagTest - class org.htmlparser.tests.tagTests.SelectTagTest.
- SelectTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.SelectTagTest
- StyleTagTest - class org.htmlparser.tests.tagTests.StyleTagTest.
- StyleTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.StyleTagTest
- scriptScanner - Variable in class org.htmlparser.tests.tagTests.ScriptTagTest
- selectTag - Variable in class org.htmlparser.tests.tagTests.SelectTagTest
- setUp() - Method in class org.htmlparser.tests.tagTests.BodyTagTest
- setUp() - Method in class org.htmlparser.tests.tagTests.InputTagTest
- setUp() - Method in class org.htmlparser.tests.tagTests.OptionTagTest
- setUp() - Method in class org.htmlparser.tests.tagTests.ScriptTagTest
- setUp() - Method in class org.htmlparser.tests.tagTests.SelectTagTest
- setUp() - Method in class org.htmlparser.tests.tagTests.TextareaTagTest
- setUp() - Method in class org.htmlparser.tests.tagTests.TitleTagTest
- suite() - Static method in class org.htmlparser.tests.tagTests.AllTests
- suite() - Static method in class org.htmlparser.tests.tagTests.BodyTagTest
T
- TagTest - class org.htmlparser.tests.tagTests.TagTest.
- TagTest(String) - Constructor for class org.htmlparser.tests.tagTests.TagTest
- TextareaTagTest - class org.htmlparser.tests.tagTests.TextareaTagTest.
- TextareaTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.TextareaTagTest
- TitleTagTest - class org.htmlparser.tests.tagTests.TitleTagTest.
- TitleTagTest(String) - Constructor for class org.htmlparser.tests.tagTests.TitleTagTest
- testAttributes() - Method in class org.htmlparser.tests.tagTests.BodyTagTest
- testAttributesReconstruction() - Method in class org.htmlparser.tests.tagTests.TagTest
- 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. - 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
- testConstruction() - Method in class org.htmlparser.tests.tagTests.BaseHrefTagTest
- testCreation() - Method in class org.htmlparser.tests.tagTests.ScriptTagTest
- testDigupStringNode() - Method in class org.htmlparser.tests.tagTests.CompositeTagTest
- 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
- testEndTagFind() - Method in class org.htmlparser.tests.tagTests.EndTagTest
- testExtractWord() - Method in class org.htmlparser.tests.tagTests.TagTest
- testFindPositionOf() - Method in class org.htmlparser.tests.tagTests.CompositeTagTest
- testFormRendering() - Method in class org.htmlparser.tests.tagTests.FormTagTest
- Bug 713907 reported by Dhaval Udani, erroneous attributes being reported.
- testGetOptionTags() - Method in class org.htmlparser.tests.tagTests.SelectTagTest
- testHTML - Variable in class org.htmlparser.tests.tagTests.InputTagTest
- testHTML - Variable in class org.htmlparser.tests.tagTests.OptionTagTest
- testHTML - Variable in class org.htmlparser.tests.tagTests.SelectTagTest
- testHTML - Variable in class org.htmlparser.tests.tagTests.TextareaTagTest
- testHTMLOutputOfDifficultLinksWithRegisterScanners() - Method in class org.htmlparser.tests.tagTests.TagTest
- See bug #741026 registerScanners() mangles output HTML badly.
- testIgnoreState() - Method in class org.htmlparser.tests.tagTests.TagTest
- 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. - 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. - 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
- testJspTag() - Method in class org.htmlparser.tests.tagTests.JspTagTest
- Check if the JSP Tag is being correctly recognized.
- 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) - 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.
- 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
- Bug #738504 MailLink != HTTPLink
- testNestedTags() - Method in class org.htmlparser.tests.tagTests.TagTest
- Bug reported by Gordon Deudney 2002-03-15 Nested JSP Tags were not working
- testNotHREFBaseTag() - Method in class org.htmlparser.tests.tagTests.BaseHrefTagTest
- 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. - 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. - testOneLevelNesting() - Method in class org.htmlparser.tests.tagTests.ObjectCollectionTest
- 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.
- 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
- 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
- testSetFormLocation() - Method in class org.htmlparser.tests.tagTests.FormTagTest
- testSetText() - Method in class org.htmlparser.tests.tagTests.TagTest
- See bug #726913 toHtml() method incomplete
- testSimpleSearch() - Method in class org.htmlparser.tests.tagTests.ObjectCollectionTest
- testSingleApostropheParsingBug() - Method in class org.htmlparser.tests.tagTests.ScriptTagTest
- testSpecialCharacters() - Method in class org.htmlparser.tests.tagTests.JspTagTest
- 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.
- testStyleSheetTag() - Method in class org.htmlparser.tests.tagTests.TagTest
- testTabText() - Method in class org.htmlparser.tests.tagTests.TagTest
- From oyoaha
- testTagInsideTag() - Method in class org.htmlparser.tests.tagTests.TagTest
- 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.JspTagTest
- Check if the JSP Tag is being correctly recognized.
- 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
- Bug check by Wolfgang Germund 2002-06-02 Upon parsing : <script language="javascript"> if(navigator.appName.indexOf("Netscape") != -1) document.write ('xxx'); else document.write ('yyy'); </script> check toRawString().
- testToHTML_Attriubtes() - Method in class org.htmlparser.tests.tagTests.StyleTagTest
- Reproducing a bug reported by Dhaval Udani relating to style tag attributes being missed
- 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
- testToString() - Method in class org.htmlparser.tests.tagTests.BodyTagTest
- testToString() - Method in class org.htmlparser.tests.tagTests.InputTagTest
- testToString() - Method in class org.htmlparser.tests.tagTests.OptionTagTest
- testToString() - Method in class org.htmlparser.tests.tagTests.SelectTagTest
- testToString() - Method in class org.htmlparser.tests.tagTests.TextareaTagTest
- testToString() - Method in class org.htmlparser.tests.tagTests.TitleTagTest
- testTwoLevelNesting() - Method in class org.htmlparser.tests.tagTests.ObjectCollectionTest
- 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
- testVariableDeclarations() - Method in class org.htmlparser.tests.tagTests.ScriptTagTest
- 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
- titleTag - Variable in class org.htmlparser.tests.tagTests.TitleTagTest
A B C D E F I J L M O S T
|
|||||||||
| Home >> All >> org >> htmlparser >> tests >> [ tagTests overview ] | PREV NEXT | ||||||||