Outputs the tree to an xml file
This is the code documentation for the Pelzini project
Search documentation |
class XmlOutputterOutputs the tree to an xml file
Authors
Variables
Functions
private create_description_nodevoid $XmlOutputter->create_description_node ( mixed $node , mixed $description ); Creates a description node, and appends it to the specified node public get_extunknown $XmlOutputter->get_ext ( ); Returns the file extension of the outputted file (e.g. 'xml') public get_mimetypeunknown $XmlOutputter->get_mimetype ( ); Returns the mimetype of the outputted file (e.g. 'text/xml') public outputboolean $XmlOutputter->output ( array $parser_items , Config $config ); Does the actual outputting of the file objects (and their sub-objects) private process_argumentvoid $XmlOutputter->process_argument ( mixed $parent_node , mixed $item ); Processes a function argument private process_classvoid $XmlOutputter->process_class ( mixed $parent_node , mixed $item ); Processes a class private process_documentvoid $XmlOutputter->process_document ( mixed $item ); Processes a document private process_filevoid $XmlOutputter->process_file ( mixed $item ); Processes a file private process_functionvoid $XmlOutputter->process_function ( mixed $parent_node , mixed $item ); Processes a function private process_returnvoid $XmlOutputter->process_return ( mixed $parent_node , mixed $item ); Processes a function argument |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Thursday, 15th March, 2018 at 02:05 pm |