void printCodeComparisonBlock(
DOMNode
\$node, \DOMNode
$node)
Print a code comparison block found in a standard.
Parameters:
\DOMNode
$node
—
The DOMNode object for the code comparison block.
DOMNode
\$node
—
void printTextBlock(
DOMNode
\$node, \DOMNode
$node)
Print a text block found in a standard.
Parameters:
\DOMNode
$node
—
The DOMNode object for the text block.
DOMNode
\$node
—
void printTitle(
DOMNode
\$doc, \DOMNode
$doc)
Prints the title area for a single sniff.
Parameters:
\DOMNode
$doc
—
The DOMNode object for the sniff. It represents the "documentation" tag in the XML standard file.
DOMNode
\$doc
—
void processSniff(
DOMNode
\$doc, \DOMNode
$doc)
Process the documentation for a single sniff.
Overrides
Generator::processSniff() (Process the documentation for a single sniff.)
Parameters:
\DOMNode
$doc
—
The DOMNode object for the sniff. It represents the "documentation" tag in the XML standard file.
DOMNode
\$doc
—