XML_HTMLSax3
[ class tree: XML_HTMLSax3 ] [ index: XML_HTMLSax3 ] [ all elements ]

Class: XML_HTMLSax3_CaseFolding

Source Location: /XML_HTMLSax3-3.0.0/HTMLSax3/Decorators.php

Class Overview


Coverts tag names to upper case


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 76]
Coverts tag names to upper case
  • Access: protected


[ Top ]


Method Detail

XML_HTMLSax3_CaseFolding (Constructor)   [line 102]

XML_HTMLSax3_CaseFolding XML_HTMLSax3_CaseFolding( object handler &$orig_obj, string $orig_open_method, string $orig_close_method)

Constructs XML_HTMLSax3_CaseFolding
  • Access: protected

Parameters:

object handler   &$orig_obj   —  object being decorated
string   $orig_open_method   —  original open handler method
string   $orig_close_method   —  original close handler method

[ Top ]

foldClose   [line 123]

void foldClose( XML_HTMLSax3 &$parser, string $tag, [ $empty = FALSE])

Folds up close tag callbacks
  • Access: protected

Parameters:

XML_HTMLSax3   &$parser   — 
string   $tag   —  tag name
   $empty   — 

[ Top ]

foldOpen   [line 114]

void foldOpen( XML_HTMLSax3 &$parser, string $tag, [array $attrs = array()], [ $empty = FALSE])

Folds up open tag callbacks
  • Access: protected

Parameters:

XML_HTMLSax3   &$parser   — 
string   $tag   —  tag name
array   $attrs   —  tag attributes
   $empty   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:11:50 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.