phpDocumentor Gallery
[ class tree: Gallery ] [ index: Gallery ] [ all elements ]

Class: GalleryXmlHandler

Source Location: /modules/core/classes/GalleryStorage/GalleryDatabaseImport.class

Class GalleryXmlHandler

Class Overview

Base Import Element. This class provides the basic methods that content handlers need to implement. It can't just be an interface or flagged as abstract, because it is used as a place holder, the the content handler doesn't supply a new class on start element.

Located in /modules/core/classes/GalleryStorage/GalleryDatabaseImport.class [line 940]



		
		
		
		

Methods

[ Top ]
Direct descendents
Child Class Description
GalleryImportElement This class provides basic methods for importing Gallery information from an exported Gallery file. It provides additional error handling and status reporting not provided by the GalleryXmlHandler.

[ Top ]
Method Summary
void   _processCData()   XML Callback to process CDATA elements
void   _processChildElement()   This call back processes the child as it is pooped off the stack. Allows the parent element to aggregate data from the children elements.
void   _processEndElement()   XML Callback to process end elements
void   _processStartElement()   XML Callback to process start elements

[ Top ]
Methods
_processCData  [line 955]

  void _processCData( string $cdata  )

XML Callback to process CDATA elements

Parameters:
string   $cdata:  A buffer of data that represents the body of the xml element

API Tags:
Access:  protected


Redefined in descendants as:

[ Top ]
_processChildElement  [line 972]

  void _processChildElement( $childElement, object $childeElement  )

This call back processes the child as it is pooped off the stack. Allows the parent element to aggregate data from the children elements.

Parameters:
object   $childeElement:  The child element that was just completed.
   $childElement: 

API Tags:
Access:  protected


Redefined in descendants as:

[ Top ]
_processEndElement  [line 963]

  void _processEndElement( string $tag  )

XML Callback to process end elements

Parameters:
string   $tag:  The name of the tage being processed

API Tags:
Access:  protected


Redefined in descendants as:

[ Top ]
_processStartElement  [line 947]

  void _processStartElement( string $tag, array $attributes  )

XML Callback to process start elements

Parameters:
string   $tag:  The name of the tage being processed
array   $attributes:  The attributes that were present on the xml element.

API Tags:
Access:  protected


Redefined in descendants as:

[ Top ]

Documentation generated on Sat, 21 Nov 2009 04:44:48 -0800 by phpDocumentor 1.3.0RC6