Packageindex Classtrees Modulegroups Elementlist Report XML Files

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

PhpdocXMLWarningExporter

PhpdocObject
   |
  +-- PhpdocXMLExporter
     |
    +-- PhpdocXMLWarningExporter

Exports a list of documentation warnings found by phpdoc

 

private class PhpdocXMLWarningExporter extends PhpdocXMLExporter

Exports a list of documentation warnings found by phpdoc

AuthorsUlf Wendel <ulf.wendel@phpdoc.de>
Version$Id: $

 

Methods inherited from PhpdocXMLExporter

phpdocxmlexporter, setpath, export, setresult, getattributes

Methods inherited from PhpdocObject

setflagoutput, out, nametourl, outl, introspection

Public Method Summary

void

PhpdocXMLWarningExporter()

Warning: documentation is missing.

Private Method Summary

void

create()

Warning: documentation is missing.

Fields inherited from PhpdocXMLExporter

$path, $result, $xmlwriter

Fields inherited from PhpdocObject

$err, $application, $warn, $flag_output

Private Field Summary

array

$warningAttributes

Attributes of a warning container.
string

$fileprefix

Filename prefix for the generated xml document.

Public Method Details

PhpdocXMLWarningExporter

public void PhpdocXMLWarningExporter( )

 

Warning: documentation is missing.

Returns void


Private Method Details

create

private void create( )

 

Warning: documentation is missing.

Returns void


Private Field Details

$warningAttributes

private array $warningAttributes

>>array( "name" => "CDATA", "type" => "CDATA", "elementtype" => "CDATA" )<<

Attributes of a warning container.


$fileprefix

private string $fileprefix

>>"warnings_"<<

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