Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: c:/www/apache/doc2//xmlexporter/PhpdocXMLModuleExporter.php
PHPDOC 2000/12/03 - PHPDoc

PhpdocXMLModuleExporter

PhpdocObject
   |
  +-- PhpdocXMLExporter
     |
    +-- PhpdocXMLDocumentExporter
       |
      +-- PhpdocXMLModuleExporter

Exports the data of a module as an xml document

 

private class PhpdocXMLModuleExporter extends PhpdocXMLDocumentExporter

Exports the data of a module as an xml document

AuthorsUlf Wendel <ulf.wendel@phpdoc.de>
Version1.0

 

Methods inherited from PhpdocXMLDocumentExporter

filenamexml, constsxml, usesxml, functionsxml, docxml, globalsxml, throwsxml, returnxml, paramsxml, authorxml, linkxml, seexml

Methods inherited from PhpdocXMLExporter

phpdocxmlexporter, setpath, export, setresult, getattributes

Methods inherited from PhpdocObject

setflagoutput, out, nametourl, outl, introspection

Public Method Summary

void

PhpdocXMLModuleExporter()

Warning: documentation is missing.

Private Method Summary

void

create()

Warning: documentation is missing.

Fields inherited from PhpdocXMLDocumentExporter

$doctags, $seeattributes, $linkattributes, $authorattributes, $inheritedoverridenattributes, $constattributes, $usesattributes, $functionattributes, $returnattributes, $globalattributes, $paramattributes

Fields inherited from PhpdocXMLExporter

$path, $result, $xmlwriter

Fields inherited from PhpdocObject

$err, $application, $warn, $flag_output

Private Field Summary

array

$moduleAttributes

Module container attributes
string

$fileprefix

Filename prefix for the generated xml document.

Public Method Details

PhpdocXMLModuleExporter

public void PhpdocXMLModuleExporter( )

 

Warning: documentation is missing.

Returns void


Private Method Details

create

private void create( )

 

Warning: documentation is missing.

Returns void


Private Field Details

$moduleAttributes

private array $moduleAttributes

>>array( "name" => "CDATA", "group" => "CDATA", "undoc" => "Boolean", "access" => "CDATA", "package" => "CDATA" )<<

Module container attributes


$fileprefix

private string $fileprefix

>>"module_"<<

Filename prefix for the generated xml document.
This class variable must be overriden by all derived classes.PHPDoc uses the filename prefix to detect the content ofthe file.



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta