__construct()
debug()
dispatch()
export()
finalize()
getContents()
getDomDocument()
initialize()
log()
setIncludeSource()
buildDeprecationList()
buildMarkerList()
buildNamespaceTree()
buildPackageTree()
filterVisibility()
generateNamespaceElements()
generateNamespaceTree()
getNodeListForTagBasedQuery()
$event_dispatcher
$include_source
$parser
$xml
Class responsible for writing the results of the Reflection to a single Intermediate Structure file in XML.
| category | phpDocumentor |
|---|---|
| package | Parser\Exporter\Xml |
| author | Mike van Riel |
| license | MIT |
| link | http://phpdoc.org |
__construct(phpDocumentor_Parser $parser)
| inherited_from | \phpDocumentor_Parser_Exporter_Abstract::__construct() |
|---|
\phpDocumentor_Parser
debug(string $message) : void
| inherited_from | \phpDocumentor_Parser_Abstract::debug() |
|---|---|
| inherited_from | \phpDocumentor_Parser_Exporter_Abstract::debug() |
stringThe message to log.
dispatch(string $name, \string[] $arguments) : mixed | null
This method tries to dispatch an event; if no Event Dispatcher has been set than this method will explicitly not fail and return null. By not failing we make the Event Dispatcher optional and is it easier for people to re-use this component in their own application.
| inherited_from | \phpDocumentor_Parser_Abstract::dispatch() |
|---|---|
| inherited_from | \phpDocumentor_Parser_Exporter_Abstract::dispatch() |
stringName of the event to dispatch.
\string[]Arguments for this event.
\phpDocumentor_Parser_Exception |
if there is a dispatcher but it is not of type sfEventDispatcher |
|---|
mixednull
export(phpDocumentor_Reflection_File $file) : void
finalize() : void
getContents() : string
stringinitialize() : void
log(string $message, int $priority) : void
| inherited_from | \phpDocumentor_Parser_Abstract::log() |
|---|---|
| inherited_from | \phpDocumentor_Parser_Exporter_Abstract::log() |
stringThe message to log.
intThe logging priority, the lower, the more important. Ranges from 1 to 7
setIncludeSource(boolean $include_source)
| inherited_from | \phpDocumentor_Parser_Exporter_Abstract::setIncludeSource() |
|---|
boolean
buildDeprecationList(DOMDocument $dom) : void
buildMarkerList(DOMDocument $dom) : void
buildNamespaceTree(DOMDocument $dom) : void
buildPackageTree(DOMDocument $dom) : void
filterVisibility(\DOMDocument $dom, string $visibility) : void
stringThe visibility we want to filter on
generateNamespaceElements(\array[] $namespaces, \DOMElement $parent_element, string $node_name) : void
\array[]the list of namespaces to process.
stringthe name of the summary element.
generateNamespaceTree(array $namespaces) : array
arraythe list of namespaces as retrieved from the xml.
arraygetNodeListForTagBasedQuery(\DOMDocument $dom, string $marker) : \DOMNodeList
stringThe marker we are searching for throughout xml
$event_dispatcher : \sfEventDispatcher | null
| inherited_from | \phpDocumentor_Parser_Abstract::$$event_dispatcher |
|---|---|
| inherited_from | \phpDocumentor_Parser_Exporter_Abstract::$$event_dispatcher |
$include_source : bool
| inherited_from | \phpDocumentor_Parser_Exporter_Abstract::$$include_source |
|---|
$parser : \phpDocumentor_Parser
| inherited_from | \phpDocumentor_Parser_Exporter_Abstract::$$parser |
|---|