phpCoreLib2
[ class tree: phpCoreLib2 ] [ index: phpCoreLib2 ] [ all elements ]

Class: DXMLCachedSimpleShell

Source Location: /Parsers/DXMLCachedSimpleShell.php

Class Overview

DObject
   |
   --DParserBase
      |
      --DXMLParser
         |
         --DXMLCacheParser
            |
            --DXMLCachedSimpleShell

Simple wrapper over DXMLParser


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DXMLCacheParser

DXMLCacheParser::__construct()
Constructor
DXMLCacheParser::parse()
Parses the XML file and returns an associative array. Null if file cannot be opened.

Class: DXMLParser

DXMLParser::__construct()
Class constructor
DXMLParser::clearAll()
Clears nodes data from memory and removes temp files
DXMLParser::parse()
Parses the XML file and returns an associative array. Null if file cannot be opened.

Class: DParserBase

DParserBase::__construct()
Constructor
DParserBase::clearTemp()
Deletes temp file
DParserBase::getFileData()
Get file content
DParserBase::getFileName()
Gets the file name
DParserBase::parse()
Parse
DParserBase::setFileData()
Sets the xml srting to be parsed
DParserBase::setFileName()
Sets the file name to be parsed

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 17]
Simple wrapper over DXMLParser



[ Top ]


Class Variables

$caseFolding =  true

[line 31]

Case folding flag



Tags:

access:  public

Type:   boolean


[ Top ]

$XMLStructData = array()

[line 24]

XML array data structure



Tags:

access:  public

Type:   array


[ Top ]



Class Methods


constructor __construct [line 41]

DXMLSimpleShell __construct( [string $fileName = null], [boolean $autoCleanUp = true], [boolean $caseFolding = true])

Class constructor



Tags:

access:  public


Overrides DXMLCacheParser::__construct() (Constructor)

Parameters:

string   $fileName  
boolean   $autoCleanUp  
boolean   $caseFolding  

[ Top ]

method cleanUp [line 60]

void cleanUp( )

Cleans up the xml node data to free space



Tags:

access:  public


[ Top ]

method getValue [line 71]

mixed getValue( string $path)

Gets value from the xml described by "."(coma) separated path to it



Tags:

access:  public


Parameters:

string   $path  

[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:13:42 +0300 by phpDocumentor 1.4.3