[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 420 lignes (11 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
XmlToAppData:: (10 méthodes):
__construct()
parseFile()
startElement()
_throwInvalidTagException()
endElement()
peekCurrentSchemaTag()
popCurrentSchemaTag()
pushCurrentSchemaTag()
isExternalSchema()
isAlreadyParsed()
ObjectWithVendorSpecificData:: (3 méthodes):
__construct()
isCompatible()
setVendorParameter()
Classe: XmlToAppData - X-Ref
A class that is used to parse an input xml schema file and creates an AppData__construct(Platform $platform, $defaultPackage, $encoding = 'iso-8859-1') X-Ref |
Creates a new instance for the specified database type. param: Platform $platform The type of database for the application. param: string $defaultPackage the default PHP package used for the om param: string $encoding The database encoding. |
parseFile($xmlFile) X-Ref |
Parses a XML input file and returns a newly created and populated AppData structure. param: string $xmlFile The input file to parse. return: AppData populated by <code>xmlFile</code>. |
startElement($name, $attributes) X-Ref |
Handles opening elements of the xml file. param: string $uri param: string $localName The local name (without prefix), or the empty string if param: string $rawName The qualified name (with prefix), or the empty string if param: string $attributes The specified or defaulted attributes |
_throwInvalidTagException($tag_name) X-Ref |
Pas de description |
endElement($name) X-Ref |
Handles closing elements of the xml file. param: uri param: localName The local name (without prefix), or the empty string if param: rawName The qualified name (with prefix), or the empty string if |
peekCurrentSchemaTag() X-Ref |
Pas de description |
popCurrentSchemaTag() X-Ref |
Pas de description |
pushCurrentSchemaTag($tag) X-Ref |
Pas de description |
isExternalSchema() X-Ref |
Pas de description |
isAlreadyParsed($filePath) X-Ref |
Pas de description |
Classe: ObjectWithVendorSpecificData - X-Ref
Utility class used for objects with vendor data.__construct($object, $vendorType) X-Ref |
Pas de description |
isCompatible($type) X-Ref |
Pas de description |
setVendorParameter($name, $value) X-Ref |
Pas de description |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |