Inherited Variables
Inherited Constants
Inherited Methods
Class: VObject
- VObject::__construct()
- Class Constructor
- VObject::bind()
- Bind values to this object
- VObject::delete()
- Delete Object
- VObject::get()
- Get value
- VObject::getAll()
- Get all object values
- VObject::getError()
- Get error message
- VObject::getErrors()
- Get errors
- VObject::getMethods()
- Get object methods
- VObject::getProperties()
- Get object properties
- VObject::save()
- Save Object
- VObject::set()
- Set a value
- VObject::setError()
- Set error value
- VObject::setProperties()
- Set property values
- VObject::setProperty()
- Set property value
- VObject::toString()
- Convert object to string
- VObject::__destruct()
- Class Destructor
- VObject::__get()
- VObject::__isset()
- VObject::__set()
- VObject::__toString()
- Return object as a string
- VObject::__unset()
Class Details
Virtual Web Platform - DOM Implementation Registry
This class provides the DOM Implementation Registry
Tags:
- author - Ralph Ritoch <rritoch@gmail.com>
- copyright - (c) Ralph Ritoch - All Rights Reserved
- link - VNetPublishing.Com
- license - VNETLPL Limited Public License
[ Top ]
Class Variables
static $_sources
[line 48]
Sources
Type: mixed
Overrides:
[ Top ]
Class Methods
static getInstance
static VDomImplementationRegistry; &getInstance(
)
[line 110]
Get DOM Implementation Registry
Note: This method is DOM compliant but not specifically established by the DOM Specification. The DOM specification specifically allows the structure of the DOM Implementation Registry to be defined by the implementation. Conforming applications should test for the existance of this class beforehand and only access it via the static context of VDomImplementationRegistry::getInstance().
Tags:
- access - public
Parameters:
[ Top ]
getDOMImplementation
VDomImplementation &getDOMImplementation(
string
$feature)
[line 59]
Get DOM Implementation
Tags:
- return - DOM Implementation
- todo - Implement VDomImplementationRegistry::getDOMImplementation()
- access - public
Parameters:
- string $feature - Feature
[ Top ]
getDOMImplementationList
VDomDOMImplementationList &getDOMImplementationList(
string
$feature)
[line 88]
Get DOM Implementation List
Tags:
- return - DOM Implementations
- todo - Implement VDomImplementationRegistry::getDOMImplementationList()
- access - public
Parameters:
- string $feature - Feature
[ Top ]
loadSources
void loadSources(
)
[line 200]
Load Implementation Sources
Tags:
- access - public
Parameters:
[ Top ]
registerImplementationSource
boolean|object True registerImplementationSource(
string
$id, string
$library, string
$className)
[line 128]
Register Implementation Source
Tags:
- return - on success, error or warning otherwise
- access - public
Parameters:
- string $id - Implementation ID
- string $library - Library providing DOMImplementationSource
- string $className - DOMImplementationSource Class Name
[ Top ]
unregisterImplementationSource
void unregisterImplementationSource(
string
$id)
[line 190]
Unregister Implementation Source
Tags:
- todo - Implement VDOMImplementationRegistry::unregisterImplementation()
- access - public
Parameters:
- string $id - Unique implementation identifier
[ Top ]