b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 2.4) [ class tree: evocore ] [ index: evocore ] [ all elements ]

Class: XHTML_Validator

Source Location: /blogs/inc/xhtml_validator/_xhtml_validator.class.php

Class XHTML_Validator

Property Summary
mixed   $allowed_uri_scheme  
mixed   $error  
mixed   $last_checked_pos  
mixed   $parser  
mixed   $stack  
mixed   $tagattrs  
mixed   $tags  
mixed   $uri_attrs  

[ Top ]
Method Summary
XHTML_Validator   XHTML_Validator()   Constructor
void   cdata()   cdata(-)
void   check()   check(-)
void   html_error()  
void   isOK()   isOK(-)
void   tag_close()   tag_close(-)
void   tag_open()   tag_open(-)

[ Top ]
Properties
mixed   $allowed_uri_scheme [line 52]

[ Top ]
mixed   $error [line 58]

[ Top ]
mixed   $last_checked_pos [line 57]

[ Top ]
mixed   $parser [line 55]

[ Top ]
mixed   $stack = array() [line 56]

[ Top ]
mixed   $tagattrs [line 50]

[ Top ]
mixed   $tags [line 49]

[ Top ]
mixed   $uri_attrs [line 51]

[ Top ]
Methods
Constructor XHTML_Validator  [line 68]

  XHTML_Validator XHTML_Validator( [string $context = 'posting'], [string $allow_css_tweaks = false], [ $allow_iframes = false], [ $allow_javascript = false], [ $allow_objects = false], [ $encoding = NULL], [ $msg_type = 'error']  )

Constructor

Parameters:
string   $context: 
string   $allow_css_tweaks:  Input encoding to use ('ISO-8859-1', 'UTF-8', 'US-ASCII' or '' for auto-detect)
   $allow_iframes: 
   $allow_javascript: 
   $allow_objects: 
   $encoding: 
   $msg_type: 


[ Top ]
cdata  [line 283]

  void cdata( $parser, $cdata  )

cdata(-)

Parameters:
   $parser: 
   $cdata: 


[ Top ]
check  [line 149]

  void check( $xhtml  )

check(-)

Parameters:
   $xhtml: 


[ Top ]
html_error  [line 311]

  void html_error( $string  )

Parameters:
   $string: 


[ Top ]
isOK  [line 321]

  void isOK( )

isOK(-)



[ Top ]
tag_close  [line 303]

  void tag_close( $parser, $tag  )

tag_close(-)

Parameters:
   $parser: 
   $tag: 


[ Top ]
tag_open  [line 222]

  void tag_open( $parser, $tag, $attrs  )

tag_open(-)

Called when the parser finds an opening tag

Parameters:
   $parser: 
   $tag: 
   $attrs: 


[ Top ]

Documentation generated on Sat, 06 Mar 2010 03:42:54 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).