| [ Index ] |
PHP Cross Reference of Web Application Component Toolkit |
[Source view] [Print]
(no description)
| Version: | $Id: basesaxfilter.inc.php,v 1.18 2004/07/25 18:50:47 jeffmoore Exp $ |
| File Size: | 181 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
basesaxfilter:: (15 methods):
setchildsaxfilter()
setdocumentlocator()
startelement()
endelement()
emptyelement()
characters()
cdata()
processinginstruction()
escape()
comment()
doctype()
jasp()
unexpectedeof()
invalidentitysyntax()
invalidattributesyntax()
Class: basesaxfilter - X-Ref
BaseSaxFilter - handler methods are declared so concrete SaxFilters| setchildsaxfilter(&$SaxFilter) X-Ref |
access: public param: BaseSaxFilter Next Filter in the Chain return: void |
| setdocumentlocator(&$locator) X-Ref |
access: public param: Locator interface for determining location in source file return: void |
| startelement($tag, $attrs) X-Ref |
| Sax Open Handler access: private param: string tag name param: array attributes return: void |
| endelement($tag) X-Ref |
| Sax Close Handler access: private param: string tag name return: void |
| emptyelement($tag, $attrs) X-Ref |
| Sax Open Handler access: private param: string tag name param: array attributes return: void |
| characters($text) X-Ref |
| Sax Data Handler access: private param: string text content in tag return: void |
| cdata($text) X-Ref |
| Sax cdata Handler access: private param: string text content in tag return: void |
| processinginstruction($target, $instruction) X-Ref |
| Sax Processing Instruction Handler access: private param: string target processor (e.g. php) param: string text content in PI return: void |
| escape($text) X-Ref |
| Sax XML Escape Handler access: private param: string text content in escape return: void |
| comment($text) X-Ref |
| Sax XML Comment Handler access: private param: string text content in comment return: void |
| doctype($text) X-Ref |
| Sax doctype Handler access: private param: string text content in doctype return: void |
| jasp($text) X-Ref |
| Sax XML Jasp Handler access: private param: string text content in JASP block return: void |
| unexpectedeof($text) X-Ref |
| Sax EOF Handler access: private param: string text content in tag return: void |
| invalidentitysyntax($text) X-Ref |
| Sax Entity syntax Error Handler access: private param: string text content in tag return: void |
| invalidattributesyntax() X-Ref |
| Sax Attribute syntax Error Handler access: private param: string text content in tag return: void |
| Generated: Sun Nov 28 19:36:09 2004 | Cross-referenced by PHPXref 0.5 |