IsterObject | --IsterXmlNode
Author(s): Ingo Schramm
Copyright: Copyright (c) 2005 Ister.ORG Ingo Schramm
It may represent a complete document, a document fragment or only a single node of any type such as tag, comment, cdata.
IsterXmlNode IsterXmlNode( [integer $type = null], [integer $level = null], [string $name = null], [string $ns = null])
Parameters:
boolean append( object IsterXmlNode $element)
string asXML( )
Note: Since this node only knows of its encoding if it is an ISTER_XML_DOCUMENT, you have to recode it as needed by yourself. The default is to return UTF-8.
void getChildrenXml( )
object IsterXmlNode getRoot( )
Return false on error.
integer hasChildren( )
boolean setAttribute( string $name, string $value)
Overridden in child classes as:
object IsterDOMObject toDOM( )
object SimpleXMLElement toSimpleXML( )
mixed xpath( )
Note: currently this function supports only a subset of XPath.