Class Horde_Kolab_Format_Xml_Helper
Provides DOM utility methods.
Copyright 2011-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Package: Kolab\Format
Category: Kolab
License: LGPL
Author: Gunnar Wrobel wrobel@pardus.de
Since: Horde_Kolab_Format 1.1.0
Link: http://www.horde.org/libraries/Horde_Kolab_Format
Located at Horde/Kolab/Format/Xml/Helper.php
Category: Kolab
License: LGPL
Author: Gunnar Wrobel wrobel@pardus.de
Since: Horde_Kolab_Format 1.1.0
Link: http://www.horde.org/libraries/Horde_Kolab_Format
Located at Horde/Kolab/Format/Xml/Helper.php
public
|
|
public
string|null
|
|
public
DOMNode
|
#
storeNewNodeValue( DOMNode $parent_node, string $name, string $value )
Store a value as a new text node. |
public
DOMNode
|
#
createNodeValue( DOMNode $parent_node, string $name, string $value )
Store a value as a new text node. |
public
DOMNode
|
|
public
DOMNode
|
|
public
null
|
|
public
DOMNode|false
|
|
public
DOMNode|false
|
#
findNodeRelativeTo( string $query, DOMNode $context )
Return a single named node below the given context matching the given XPath query. |
public
DOMNodeList
|
|
public
DOMNodeList
|
#
findNodesRelativeTo( string $query, DOMNode $context )
Return all nodes matching the given XPath query. |
public
null
|
|
public
string
|