[ Index ]

PHP Cross Reference of Web Application Component Toolkit

title

Body

[close]

/tests/cases/template/compiler/ -> htmlparser.test.php (summary)

(no description)

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

Defines 4 classes

listenerinterface:: (15 methods):
  listenerinterface()
  startelement()
  endelement()
  emptyelement()
  characters()
  cdata()
  processinginstruction()
  escape()
  comment()
  doctype()
  jasp()
  unexpectedeof()
  invalidentitysyntax()
  invalidattributesyntax()
  setdocumentlocator()

htmlparsertestcase:: (33 methods):
  htmlparsertestcase()
  setup()
  teardown()
  testempty()
  testsimpledata()
  testpreservingwhitespace()
  testemptyelement()
  testemptyelementselfclose()
  testelementwithcontent()
  testemptycomment()
  testelementnestedsinglequote()
  testelementnesteddoublequote()
  testemptydoctype()
  testemptyclose()
  testemptyjasp()
  testtargetonlyprocessinginstruction()
  testelementwithprecontent()
  testelementwithpostcontent()
  testmismatchedelements()
  testattributes()
  testemptyattributes()
  testnastyattributes()
  testattributespadding()
  testallprocessinginstruction()
  testnestedprocessinginstruction()
  testescapedoctypehandler()
  testnesteddoctypehandler()
  testescapecdata()
  testsimplecomment()
  testnastycomment()
  testsimplejasp()
  testnastyjasp()
  testjaspintag()

htmlparsertruncatedtestcase:: (30 methods):
  htmlparsertruncatedtestcase()
  setup()
  teardown()
  testtruncatedopen()
  testtruncatedemptyclose()
  testtruncatedclose()
  testtruncatedprocessinginstruction()
  testtruncatedprocessinginstructiontarget()
  testtruncatedprocessinginstructionnoclose()
  testtruncatedjasp()
  testtruncatedjaspnoclose()
  testtruncatedcomment()
  testtruncatedcommentnoclose()
  testtruncateddoctype()
  testtruncateddoctypetnoclose()
  testtruncatedopenelementchar()
  testtruncatedopenelement()
  testtruncatedopenelementspace()
  testtruncatedopenelementminimizedattribute()
  testtruncatedopenelementminimizedattributespace()
  testtruncatedopenelementattribute()
  testtruncatedopenelementattributespace()
  testtruncatedopenelementattributenoquote()
  testtruncatedopenelementattributedoublequote()
  testtruncatedopenelementattributedoublequotenoclose()
  testtruncatedopenelementattributedoublequotevalue()
  testtruncatedopenelementattributesinglequote()
  testtruncatedopenelementattributesinglequotenoclose()
  testtruncatedopenelementattributesinglequotevalue()
  testtruncatedopenelementclose()

htmlparsermalformedtestcase:: (12 methods):
  htmlparsermalformedtestcase()
  setup()
  teardown()
  testmalformedjasp()
  testmalformedprocessinginstruction()
  testmalformedprocessinginstruction2()
  testmalformedcomment()
  testopenelementmalformedclose()
  testopenelementmalformedclose2()
  testelementnestedsinglequote()
  testelementnesteddoublequote()
  testelementmalformedattribute()


Class: listenerinterface  - X-Ref


listenerinterface()   X-Ref
No description

startelement($name, $attrs)   X-Ref
No description

endelement($name)   X-Ref
No description

emptyelement($name, $attrs)   X-Ref
No description

characters($data)   X-Ref
No description

cdata($data)   X-Ref
No description

processinginstruction($target, $data)   X-Ref
No description

escape($data)   X-Ref
No description

comment($data)   X-Ref
No description

doctype($data)   X-Ref
No description

jasp($data)   X-Ref
No description

unexpectedeof($data)   X-Ref
No description

invalidentitysyntax($data)   X-Ref
No description

invalidattributesyntax()   X-Ref
No description

setdocumentlocator(&$locator)   X-Ref
No description

Class: htmlparsertestcase  - X-Ref


htmlparsertestcase($name = 'HtmlParserTestCase')   X-Ref
No description

setup()   X-Ref
No description

teardown()   X-Ref
No description

testempty()   X-Ref
No description

testsimpledata()   X-Ref
No description

testpreservingwhitespace()   X-Ref
No description

testemptyelement()   X-Ref
No description

testemptyelementselfclose()   X-Ref
No description

testelementwithcontent()   X-Ref
No description

testemptycomment()   X-Ref
No description

testelementnestedsinglequote()   X-Ref
No description

testelementnesteddoublequote()   X-Ref
No description

testemptydoctype()   X-Ref
No description

testemptyclose()   X-Ref
No description

testemptyjasp()   X-Ref
No description

testtargetonlyprocessinginstruction()   X-Ref
No description

testelementwithprecontent()   X-Ref
No description

testelementwithpostcontent()   X-Ref
No description

testmismatchedelements()   X-Ref
No description

testattributes()   X-Ref
No description

testemptyattributes()   X-Ref
No description

testnastyattributes()   X-Ref
No description

testattributespadding()   X-Ref
No description

testallprocessinginstruction()   X-Ref
No description

testnestedprocessinginstruction()   X-Ref
No description

testescapedoctypehandler()   X-Ref
No description

testnesteddoctypehandler()   X-Ref
No description

testescapecdata()   X-Ref
No description

testsimplecomment()   X-Ref
No description

testnastycomment()   X-Ref
No description

testsimplejasp()   X-Ref
No description

testnastyjasp()   X-Ref
No description

testjaspintag()   X-Ref
No description

Class: htmlparsertruncatedtestcase  - X-Ref

htmlparsertruncatedtestcase($name = 'HtmlParserTruncatedTestCase')   X-Ref
No description

setup()   X-Ref
No description

teardown()   X-Ref
No description

testtruncatedopen()   X-Ref
No description

testtruncatedemptyclose()   X-Ref
No description

testtruncatedclose()   X-Ref
No description

testtruncatedprocessinginstruction()   X-Ref
No description

testtruncatedprocessinginstructiontarget()   X-Ref
No description

testtruncatedprocessinginstructionnoclose()   X-Ref
No description

testtruncatedjasp()   X-Ref
No description

testtruncatedjaspnoclose()   X-Ref
No description

testtruncatedcomment()   X-Ref
No description

testtruncatedcommentnoclose()   X-Ref
No description

testtruncateddoctype()   X-Ref
No description

testtruncateddoctypetnoclose()   X-Ref
No description

testtruncatedopenelementchar()   X-Ref
No description

testtruncatedopenelement()   X-Ref
No description

testtruncatedopenelementspace()   X-Ref
No description

testtruncatedopenelementminimizedattribute()   X-Ref
No description

testtruncatedopenelementminimizedattributespace()   X-Ref
No description

testtruncatedopenelementattribute()   X-Ref
No description

testtruncatedopenelementattributespace()   X-Ref
No description

testtruncatedopenelementattributenoquote()   X-Ref
No description

testtruncatedopenelementattributedoublequote()   X-Ref
No description

testtruncatedopenelementattributedoublequotenoclose()   X-Ref
No description

testtruncatedopenelementattributedoublequotevalue()   X-Ref
No description

testtruncatedopenelementattributesinglequote()   X-Ref
No description

testtruncatedopenelementattributesinglequotenoclose()   X-Ref
No description

testtruncatedopenelementattributesinglequotevalue()   X-Ref
No description

testtruncatedopenelementclose()   X-Ref
No description

Class: htmlparsermalformedtestcase  - X-Ref

htmlparsermalformedtestcase($name = 'HtmlParserMalformedTestCase')   X-Ref
No description

setup()   X-Ref
No description

teardown()   X-Ref
No description

testmalformedjasp()   X-Ref
No description

testmalformedprocessinginstruction()   X-Ref
No description

testmalformedprocessinginstruction2()   X-Ref
No description

testmalformedcomment()   X-Ref
No description

testopenelementmalformedclose()   X-Ref
No description

testopenelementmalformedclose2()   X-Ref
No description

testelementnestedsinglequote()   X-Ref
No description

testelementnesteddoublequote()   X-Ref
No description

testelementmalformedattribute()   X-Ref
No description



Generated: Sun Nov 28 19:36:09 2004 Cross-referenced by PHPXref 0.5