[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/wact/tests/cases/compiler/parser/ -> WactHTMLParserTest.class.php (summary)

(no description)

File Size: 771 lines (25 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

WactHTMLParserListenerStub:: (5 methods):
  characters()
  startTag()
  endTag()
  emptyTag()
  instruction()

WactHTMLParserTest:: (79 methods):
  setUp()
  _createLocation()
  testEmpty()
  testSimpleDataIsCharacters()
  testPreservingWhiteSpace()
  testTagWithNoContentNoAttributes()
  testEmptyTag()
  testTagWithContent()
  testEmptyComment()
  testTruncatedComment()
  testTruncatedCommentNoClose()
  testMalformedComment()
  testAttributes()
  testEmptyAttributes()
  testNastyAttributes()
  testAttributesPadding()
  testTagWithDoubleQuotedAttribute()
  testTagWithSingleQuotedAttribute()
  testTagNestedSingleQuoteAttributeThrowsException()
  testTagNestedDoubleQuoteAttributeThrowsException()
  testTagNoSpaceAfterAttributeThrowsException()
  testOpenTagMalformedCloseThrowsException()
  testOpenTagMalformedCloseThrowsException2()
  testElementWithPreContent()
  testElementWithPostContent()
  testExpressionAfterTag()
  testExpressionAfterTagWithArguments()
  testMismatchedTags()
  testScriptTagWithTagsInsideGeneratedCode()
  testIgnoreTagsInsideCommentsBlock()
  testTruncatedOpenTagChar()
  testTruncatedOpenTag()
  testTruncatedOpenTagWithSpace()
  testTruncatedOpenTagMinimizedAttribute()
  testTruncatedOpenTagMinimizedAttributeSpace()
  testTruncatedOpenTagAttribute()
  testTruncatedOpenTagAttributeAndSpace()
  testTruncatedOpenTagAttributeNoQuote()
  testTruncatedOpenElementAttributeDoubleQuote()
  testTruncatedOpenTagAttributeDoubleQuoteNoClose()
  testTruncatedOpenTagAttributeDoubleQuoteValue()
  testTruncatedOpenTagAttributeSingleQuote()
  testTruncatedOpenTagAttributeSingleQuoteNoClose()
  testTruncatedOpenTagAttributeSingleQuoteValue()
  testTruncatedOpenTagClose()
  testProcessEmptyDoctypeAsCharacters()
  testProcessDoctypeAsCharacters()
  testNestedDoctypeHandler()
  testTruncatedDocType()
  testTruncatedDocTypetNoClose()
  testProcessCDataAsCharacters()
  testCommentWithContent()
  testCommentIgnoresAnyTagsOrInstructions()
  testJSComparisonSymbolIsNotATag()
  testJSComparisonSymbolIsNotATag2()
  testEmptyJasp()
  testMalformedJasp()
  testSimpleJasp()
  testNastyJasp()
  testJaspInTag()
  testTruncatedJasp()
  testTruncatedJaspNoClose()
  testEmptyCloseTag()
  testProcessingInstruction()
  testAllProcessingInstruction()
  testNestedProcessingInstruction()
  testTruncatedOpen()
  testTruncatedEmptyClose()
  testTruncatedClose()
  testTruncatedProcessingInstruction()
  testTruncatedProcessingInstructionNoClose()
  testMalformedProcessingInstruction()
  testMalformedProcessingInstruction2()
  checkEventsCount()
  checkCharactersEvent()
  checkStartTagEvent()
  checkEndTagEvent()
  checkEmptyTagEvent()
  checkInstructionEvent()


Class: WactHTMLParserListenerStub  - X-Ref

characters($text, $location)   X-Ref
No description

startTag($tag, $attributes, $location)   X-Ref
No description

endTag($tag, $location)   X-Ref
No description

emptyTag($tag, $attributes, $location)   X-Ref
No description

instruction($type, $code, $location)   X-Ref
No description

Class: WactHTMLParserTest  - X-Ref

setUp()   X-Ref
No description

_createLocation($line = 1)   X-Ref
No description

testEmpty()   X-Ref
No description

testSimpleDataIsCharacters()   X-Ref
No description

testPreservingWhiteSpace()   X-Ref
No description

testTagWithNoContentNoAttributes()   X-Ref
No description

testEmptyTag()   X-Ref
No description

testTagWithContent()   X-Ref
No description

testEmptyComment()   X-Ref
No description

testTruncatedComment()   X-Ref
No description

testTruncatedCommentNoClose()   X-Ref
No description

testMalformedComment()   X-Ref
No description

testAttributes()   X-Ref
No description

testEmptyAttributes()   X-Ref
No description

testNastyAttributes()   X-Ref
No description

testAttributesPadding()   X-Ref
No description

testTagWithDoubleQuotedAttribute()   X-Ref
No description

testTagWithSingleQuotedAttribute()   X-Ref
No description

testTagNestedSingleQuoteAttributeThrowsException()   X-Ref
No description

testTagNestedDoubleQuoteAttributeThrowsException()   X-Ref
No description

testTagNoSpaceAfterAttributeThrowsException()   X-Ref
No description

testOpenTagMalformedCloseThrowsException()   X-Ref
No description

testOpenTagMalformedCloseThrowsException2()   X-Ref
No description

testElementWithPreContent()   X-Ref
No description

testElementWithPostContent()   X-Ref
No description

testExpressionAfterTag()   X-Ref
No description

testExpressionAfterTagWithArguments()   X-Ref
No description

testMismatchedTags()   X-Ref
No description

testScriptTagWithTagsInsideGeneratedCode()   X-Ref
No description

testIgnoreTagsInsideCommentsBlock()   X-Ref
No description

testTruncatedOpenTagChar()   X-Ref
No description

testTruncatedOpenTag()   X-Ref
No description

testTruncatedOpenTagWithSpace()   X-Ref
No description

testTruncatedOpenTagMinimizedAttribute()   X-Ref
No description

testTruncatedOpenTagMinimizedAttributeSpace()   X-Ref
No description

testTruncatedOpenTagAttribute()   X-Ref
No description

testTruncatedOpenTagAttributeAndSpace()   X-Ref
No description

testTruncatedOpenTagAttributeNoQuote()   X-Ref
No description

testTruncatedOpenElementAttributeDoubleQuote()   X-Ref
No description

testTruncatedOpenTagAttributeDoubleQuoteNoClose()   X-Ref
No description

testTruncatedOpenTagAttributeDoubleQuoteValue()   X-Ref
No description

testTruncatedOpenTagAttributeSingleQuote()   X-Ref
No description

testTruncatedOpenTagAttributeSingleQuoteNoClose()   X-Ref
No description

testTruncatedOpenTagAttributeSingleQuoteValue()   X-Ref
No description

testTruncatedOpenTagClose()   X-Ref
No description

testProcessEmptyDoctypeAsCharacters()   X-Ref
No description

testProcessDoctypeAsCharacters()   X-Ref
No description

testNestedDoctypeHandler()   X-Ref
No description

testTruncatedDocType()   X-Ref
No description

testTruncatedDocTypetNoClose()   X-Ref
No description

testProcessCDataAsCharacters()   X-Ref
No description

testCommentWithContent()   X-Ref
No description

testCommentIgnoresAnyTagsOrInstructions()   X-Ref
No description

testJSComparisonSymbolIsNotATag()   X-Ref
No description

testJSComparisonSymbolIsNotATag2()   X-Ref
No description

testEmptyJasp()   X-Ref
No description

testMalformedJasp()   X-Ref
No description

testSimpleJasp()   X-Ref
No description

testNastyJasp()   X-Ref
No description

testJaspInTag()   X-Ref
No description

testTruncatedJasp()   X-Ref
No description

testTruncatedJaspNoClose()   X-Ref
No description

testEmptyCloseTag()   X-Ref
No description

testProcessingInstruction()   X-Ref
No description

testAllProcessingInstruction()   X-Ref
No description

testNestedProcessingInstruction()   X-Ref
No description

testTruncatedOpen()   X-Ref
No description

testTruncatedEmptyClose()   X-Ref
No description

testTruncatedClose()   X-Ref
No description

testTruncatedProcessingInstruction()   X-Ref
No description

testTruncatedProcessingInstructionNoClose()   X-Ref
No description

testMalformedProcessingInstruction()   X-Ref
No description

testMalformedProcessingInstruction2()   X-Ref
No description

checkEventsCount($count)   X-Ref
No description

checkCharactersEvent($event_index, $characters, $location = null)   X-Ref
No description

checkStartTagEvent($event_index, $tag, $attributes, $location = null)   X-Ref
No description

checkEndTagEvent($event_index, $tag, $location = null)   X-Ref
No description

checkEmptyTagEvent($event_index, $tag, $attributes, $location = null)   X-Ref
No description

checkInstructionEvent($event_index, $type, $code, $location = null)   X-Ref
No description



Generated: Mon Dec 1 03:56:46 2008 Cross-referenced by PHPXref 0.7