<?xml version="1.0"?><phpdoc><class name="PhpdocXMLDocumentExporter" extends="PhpdocXMLExporter" undoc="false" access="private" package="PHPDoc"><file>c:/www/apache/doc2//xmlexporter/PhpdocXMLDocumentExporter.php</file><doc><author email="ulf.wendel@phpdoc.de">Ulf Wendel</author><inherited src="Array"/><description/><shortdescription>Base of the class and module exporter.</shortdescription><version>$Id: $</version></doc><function name="filenameXML" undoc="false" access="private"><doc><parameter name="$file" type="string">filename</parameter><return type="void"/><description/><shortdescription>Writes a &amp;lt;file&amp;gt; container.</shortdescription></doc></function><function name="constsXML" undoc="false" access="private"><doc><parameter name="$consts" type="array">of constants</parameter><return name="" type="boolean">Returns false on failure otherwise true</return><description/><shortdescription>Adds all constants (define(), const) to the xml document.</shortdescription></doc></function><function name="usesXML" undoc="false" access="private"><doc><parameter name="$uses" type="array"/><return type="void"/><description/><shortdescription>Adds a list of used files (include, require...) to the xml document.</shortdescription></doc></function><function name="functionsXML" undoc="false" access="private"><doc><parameter name="$functions" type="array"/><return type="void"/><description/><shortdescription>Adds a list of functions to the xml file.</shortdescription></doc></function><function name="docXML" undoc="false" access="private"><doc><parameter name="$data" type="array"/><return type="void"/><description/><shortdescription>Adds a documentation block (author, links, see, params...) to the xml document</shortdescription></doc></function><function name="globalsXML" undoc="false" access="private"><doc><parameter name="$globals" type="array"/><return type="void"/><description/><shortdescription>Adds &amp;lt;global&amp;gt; container to the xml document.</shortdescription></doc></function><function name="throwsXML" undoc="false" access="private"><doc><parameter name="$exceptions" type="array"/><return type="void"/><description/><shortdescription>Adds &amp;lt;throws&amp;gt; container to the xml document.</shortdescription></doc></function><function name="returnXML" undoc="false" access="private"><doc><parameter name="$return" type="array"/><return type="void"/><description/><shortdescription>Adds &amp;lt;return&amp;gt; container to the xml document.</shortdescription></doc></function><function name="paramsXML" undoc="false" access="private"><doc><parameter name="$params" type="array"/><return type="void"/><description/><shortdescription>Adds &amp;lt;parameter&amp;gt; container to the xml document.</shortdescription></doc></function><function name="authorXML" undoc="false" access="private"><doc><parameter name="$authors" type="array"/><return type="void"/><description/><shortdescription>Adds &amp;lt;author&amp;gt; container to the xml document.</shortdescription></doc></function><function name="linkXML" undoc="false" access="private"><doc><parameter name="$links" type="array"/><return type="void"/><description/><shortdescription>Adds &amp;lt;link&amp;gt; container to the xml document.</shortdescription></doc></function><function name="seeXML" undoc="false" access="private"><doc><parameter name="$see" type="array"/><return type="void"/><description/><shortdescription>Adds &amp;lt;see&amp;gt; container to the xml document.</shortdescription></doc></function><variable name="$docTags" access="private" type="array">array(&#x0a;												&amp;quot;desc&amp;quot;			=&amp;gt; &amp;quot;description&amp;quot;,&#x0a;												&amp;quot;sdesc&amp;quot;			=&amp;gt; &amp;quot;shortdescription&amp;quot;,&#x0a;												&#x0a;												&amp;quot;version&amp;quot;		=&amp;gt; &amp;quot;version&amp;quot;,&#x0a;												&amp;quot;since&amp;quot;			=&amp;gt; &amp;quot;since&amp;quot;,&#x0a;												&amp;quot;version&amp;quot;		=&amp;gt; &amp;quot;version&amp;quot;,&#x0a;												&amp;quot;deprec&amp;quot;		=&amp;gt; &amp;quot;deprecated&amp;quot;,&#x0a;												&amp;quot;copyright&amp;quot;	=&amp;gt; &amp;quot;copyright&amp;quot;,&#x0a;												&amp;quot;exclude&amp;quot;		=&amp;gt; &amp;quot;exclude&amp;quot;,&#x0a;												&amp;quot;brother&amp;quot;		=&amp;gt; &amp;quot;brother&amp;quot;,&#x0a;												&amp;quot;magic&amp;quot;			=&amp;gt; &amp;quot;magic&amp;quot;&#x0a;											)<doc><description/><shortdescription>Mapping from internal result array index name to xml tag name.</shortdescription></doc></variable><variable name="$seeAttributes" access="private" type="array">array(&#x0a;															&amp;quot;type&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;															&amp;quot;group&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot;&#x0a;														)<doc><description/><shortdescription>Attributes of the &amp;lt;see&amp;gt; container.</shortdescription></doc></variable><variable name="$linkAttributes" access="private" type="array">array( &amp;quot;url&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot; )<doc><description/><shortdescription>Attributes of the &amp;lt;link&amp;gt; container.</shortdescription></doc></variable><variable name="$authorAttributes" access="private" type="array">array( &amp;quot;email&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot; )<doc><description/><shortdescription>Attributes of the &amp;lt;author&amp;gt; container.</shortdescription></doc></variable><variable name="$inheritedOverridenAttributes" access="private" type="array">array(&#x0a;																			&amp;quot;src&amp;quot;		=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																			&amp;quot;type&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot;&#x0a;																	)<doc><description/><shortdescription>Attributes of &amp;lt;inherited&amp;gt; and &amp;lt;overriden&amp;gt; container.</shortdescription></doc></variable><variable name="$constAttributes" access="private" type="array">array(&#x0a;																&amp;quot;name&amp;quot;		=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																&amp;quot;undoc&amp;quot;		=&amp;gt; &amp;quot;Boolean&amp;quot;,&#x0a;																&amp;quot;access&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																&amp;quot;case&amp;quot;		=&amp;gt; &amp;quot;CDATA&amp;quot;&#x0a;															)<doc><description/><shortdescription>Attributes of the &amp;lt;constant&amp;gt; container.</shortdescription></doc></variable><variable name="$usesAttributes" access="private" type="array">array(&#x0a;																&amp;quot;type&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																&amp;quot;file&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																&amp;quot;undoc&amp;quot;	=&amp;gt; &amp;quot;Boolean&amp;quot;&#x0a;														)<doc><description/><shortdescription>Attribues of the &amp;lt;uses&amp;gt; container.</shortdescription></doc></variable><variable name="$functionAttributes" access="private" type="array">array(&#x0a;																	&amp;quot;name&amp;quot;			=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																	&amp;quot;undoc&amp;quot;			=&amp;gt; &amp;quot;Boolean&amp;quot;,&#x0a;																	&amp;quot;access&amp;quot;		=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																	&amp;quot;abstract&amp;quot;	=&amp;gt; &amp;quot;Boolean&amp;quot;,&#x0a;																	&amp;quot;static&amp;quot;		=&amp;gt; &amp;quot;CDATA&amp;quot;&#x0a;																)<doc><description/><shortdescription>Attribues of the &amp;lt;function&amp;gt; container.</shortdescription></doc></variable><variable name="$returnAttributes" access="private" type="array">array( &#x0a;																&amp;quot;name&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																&amp;quot;type&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot;&#x0a;															)<doc><description/><shortdescription>Attributes of the &amp;lt;return&amp;gt; container.</shortdescription></doc></variable><variable name="$globalAttributes" access="private" type="array">array(&#x0a;																&amp;quot;name&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																&amp;quot;type&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot;&#x0a;															)<doc><description/><shortdescription>Attributes of the &amp;lt;global&amp;gt; container.</shortdescription></doc></variable><variable name="$paramAttributes" access="private" type="array">array(&#x0a;																&amp;quot;name&amp;quot;		=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																&amp;quot;default&amp;quot;	=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																&amp;quot;type&amp;quot;		=&amp;gt; &amp;quot;CDATA&amp;quot;,&#x0a;																&amp;quot;undoc&amp;quot;		=&amp;gt; &amp;quot;Boolean&amp;quot;&#x0a;															)<doc><description/><shortdescription>Attributes of the &amp;lt;param&amp;gt; container.</shortdescription></doc></variable><inherited src="PhpdocXMLExporter" type="functions"><element>phpdocxmlexporter</element><element>setpath</element><element>export</element><element>setresult</element><element>getattributes</element></inherited><inherited src="PhpdocObject" type="functions"><element>setflagoutput</element><element>out</element><element>nametourl</element><element>outl</element><element>introspection</element></inherited><inherited src="PhpdocXMLExporter" type="variables"><element>$fileprefix</element><element>$path</element><element>$result</element><element>$xmlwriter</element></inherited><inherited src="PhpdocObject" type="variables"><element>$err</element><element>$application</element><element>$warn</element><element>$flag_output</element></inherited><path><parent>PhpdocXMLExporter</parent><parent>PhpdocObject</parent></path><baseclass>PhpdocObject</baseclass><subclasses><subclass>PhpdocXMLClassExporter</subclass><subclass>PhpdocXMLModuleExporter</subclass></subclasses></class></phpdoc>
