eZXML Class Reference
[XML parser and DOM library]

eZXML handles parsing of well formed XML documents. More...

List of all members.


Public Methods

 eZXML ()
domTree ($xmlDoc,$params=array())

Public Attributes

 NamespaceStack = array()
 Contains the namespaces.

 NamespaceArray = array()
 Contains the available namespaces.

 CurrentNameSpace
 Contains the current namespace.

 DOMDocument
 Contains a reference to the DOM document object.


Private Methods

parseAttributes ($attributeString)

Detailed Description

eZXML handles parsing of well formed XML documents.

eZXML will create a DOM tree from well formed XML documents.

See also:
eZDOMNode

Definition at line ezxml.php.


Constructor & Destructor Documentation

eZXML::eZXML  
 

Constructor, should not be used all functions are static.

Definition at line ezxml.php.


Member Function Documentation

& eZXML::domTree   xmlDoc,
  params = array()
 

Will return a DOM object tree from the well formed XML.

$params["TrimWhiteSpace"] = false/true : if the XML parser should ignore whitespace between tags. $params["CharsetConversion"] = false/true : Whether charset conversion is done or not, default is true.

Definition at line ezxml.php.

References eZDebug::writeError().

& eZXML::parseAttributes   attributeString [private]
 

Parses the attributes. Returns false if no attributes in the supplied string is found.

Definition at line ezxml.php.

References eZDebug::writeError().

Referenced by domTree().


The documentation for this class was generated from the following file:  

Exponential