Todo List
Processes the <data> tag from the input source.
Located in /modules/core/classes/GalleryStorage/GalleryDatabaseImport.class [line 658]
GalleryXmlHandler | --GalleryImportElement | --_GalleryDataTag
Properties
Methods
Inherited From GalleryImportElement
GalleryImportElement::$_callBack GalleryImportElement::$_currentElement GalleryImportElement::$_errors GalleryImportElement::$_parent GalleryImportElement::$_rowChunkSize GalleryImportElement::$_storage
GalleryImportElement::GalleryImportElement() Constructor GalleryImportElement::setError() Stores an error message for later display. Follows the parent chain until a $_error variable is found. GalleryImportElement::updateStatus() Walks the tag chain to find the parent that has the callback information and then does the callback. GalleryImportElement::_decodeHtmlSpecialChars() Undo the effects of calling GalleryDatabaseExport::_encodeHtmlspecialchars($value). If the exported field is contained in a CDATA block, then we need to do the decoding ourselves.
Inherited From GalleryXmlHandler
GalleryXmlHandler::_processCData() XML Callback to process CDATA elements GalleryXmlHandler::_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. GalleryXmlHandler::_processEndElement() XML Callback to process end elements GalleryXmlHandler::_processStartElement() XML Callback to process start elements
Array of field names, in the order that the data was exported.
Row counter so we can provide feedback to the user.
Variable to hold the table name.
_GalleryDataTag _GalleryDataTag( $parent, $tableName, $attributes )
void _processChildElement( $childElement )
void _processStartElement( $tag, $attributes )