|
|
|
File: c:/www/apache/doc2//xmlexporter/PhpdocXMLIndexExporter.php
PHPDOC 2000/12/03 - PHPDoc
PhpdocXMLIndexExporter
PhpdocObject | +-- PhpdocXMLExporter | +-- PhpdocXMLIndexExporter
Creates XML index files.
|
private class PhpdocXMLIndexExporter extends PhpdocXMLExporter
Creates XML index files.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
Public Method Details |
PhpdocXMLIndexExporter |
|
public void PhpdocXMLIndexExporter( )
|
| |
Just call the parent class constructor
|
| Returns |
void |
|
exportModulegroup |
|
public void exportModulegroup( array &$modulegroup )
|
| |
Exports a modulegroup.
|
| Parameter |
|
|
| Returns |
void |
|
exportPackagelist |
|
public void exportPackagelist( array &$packagelist )
|
| |
Exports a packagelist
|
| Parameter |
|
|
| Returns |
void |
|
exportClasstree |
|
public void exportClasstree( array &$classtree, string $baseclass )
|
| |
Exports a classtree
|
| Parameter |
|
|
|
| string |
$baseclass |
|
|
of the baseclass of the classtree |
|
| Returns |
void |
|
exportElementlist |
|
public void exportElementlist( array &$elementlist )
|
| |
Exports a list of all elements
|
| Parameter |
|
|
| Returns |
void |
|
|
Private Field Details |
$chapterAttributes |
|
private array $chapterAttributes
>>array( "name" => "CDATA" )<<
Chapter tag attributes
|
|
$elementAttributes |
|
private array $elementAttributes
>>array(
"type" => "CDATA",
"source" => "CDATA",
"sourcetype" => "CDATA"
)<<
Element tag attributes.
|
|
|
|
|
|
| PHPDoc 1.0beta |