Inherited Variables
Inherited Constants
Inherited Methods
Class Details
This is just like XML_Beautifier, but uses phpDocumentor_XML_Beautifier_Tokenizer
Tags:
- since - 1.3.0
[ Top ]
Class Variables
Class Methods
formatFile
mixed formatFile(
string
$file, [mixed
$newFile = null], [string
$renderer = "Plain"])
[line 63]
format a file or URL
Tags:
- return - XML string of no file should be written, true if file could be written
- throws - PEAR_Error
- access - public
- uses - _loadRenderer() - to load the desired renderer
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
[ Top ]
formatString
string formatString(
string
$string, [
$renderer = "Plain"])
[line 109]
format an XML string
Tags:
- return - formatted XML string
- throws - PEAR_Error
- access - public
Parameters:
- string $string - XML
- $renderer -
[ Top ]