Class: phpDocumentor_peardoc2_XML_Beautifier
Source Location: /phpDocumentor/Converters/XML/DocBook/peardoc2/Beautifier.php
Class phpDocumentor_peardoc2_XML_Beautifier
Methods
mixed formatFile(
string
$file, [mixed
$newFile = null], [string
$renderer = "Plain"]
)
|
|
format a file or URL
Parameters:
string |
$file: |
filename |
mixed |
$newFile: |
filename for beautified XML file (if none is given, the XML string will be returned.) if you want overwrite the original file, use XML_BEAUTIFIER_OVERWRITE |
string |
$renderer: |
Renderer to use, default is the plain xml renderer |
API Tags:
Return: | XML string of no file should be written, true if file could be written |
Access: | public |
Uses: | _loadRenderer() - to load the desired renderer |
Information Tags:
string formatString(
string
$string, [
$renderer = "Plain"]
)
|
|
format an XML string
Parameters:
string |
$string: |
XML |
|
$renderer: |
|
API Tags:
Return: | formatted XML string |
Access: | public |
Information Tags:
|
|