class Poodle\Yadis\XRDS_XMLParser
The base class for wrappers for available PHP XML-parsing
extensions. To work with this Yadis library, subclasses of this
class MUST implement the API as defined in the remarks for this
class. Subclasses of XRDS_XMLParser are used to wrap
particular PHP XML extensions such as 'domxml'. These are used
internally by the library depending on the availability of
supported PHP XML extensions.
Methods public attributes ( $node ) content ( $node ) evalXPath ( $xpath, $node = NULL ) registerNamespace ( $prefix, $uri ) final public init ( $xml_string, $namespaces )
|