TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Localization\Parser\XliffParser Class Reference
Inheritance diagram for TYPO3\CMS\Core\Localization\Parser\XliffParser:
TYPO3\CMS\Core\Localization\Parser\AbstractXmlParser TYPO3\CMS\Core\Localization\Parser\LocalizationParserInterface t3lib_l10n_parser_Xliff

Protected Member Functions

 doParsingFromRoot (\SimpleXMLElement $root)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Localization\Parser\AbstractXmlParser
 parseXmlFile ()
 
 doParsingFromRoot (\SimpleXMLElement $root)
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Localization\Parser\AbstractXmlParser
 getParsedData ($sourcePath, $languageKey, $charset='')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Localization\Parser\AbstractXmlParser
 $sourcePath
 
 $languageKey
 
 $charset
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Parser for XLIFF file.

Author
Dominique Feyer dfeye.nosp@m.r@re.nosp@m.elpee.nosp@m.k.ne.nosp@m.t

Definition at line 21 of file XliffParser.php.

Member Function Documentation

◆ doParsingFromRoot()

TYPO3\CMS\Core\Localization\Parser\XliffParser::doParsingFromRoot ( \SimpleXMLElement  $root)
protected

Returns array representation of XML data, starting from a root node.

Parameters
SimpleXMLElement$rootA root node
Returns
array An array representing the parsed XML file

Definition at line 29 of file XliffParser.php.