Class HTMLPurifier_ConfigSchema_Builder_Xml

Description

Converts HTMLPurifier_ConfigSchema_Interchange to an XML format, which can be further processed to generate documentation.

Located in /lib/core/Parsers/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/Xml.php (line 7)

XMLWriter
   |
   --HTMLPurifier_ConfigSchema_Builder_Xml
Variable Summary
mixed $interchange
Method Summary
void build ( $interchange)
void buildDirective ( $directive)
void export ( $var)
void writeHTMLDiv ( $html)
Variables
mixed $interchange (line 10)
  • access: protected
Methods
build (line 29)
  • access: public
void build ( $interchange)
  • $interchange
buildDirective (line 48)
  • access: public
void buildDirective ( $directive)
  • $directive
export (line 24)
  • access: protected
void export ( $var)
  • $var
writeHTMLDiv (line 13)
  • access: protected
void writeHTMLDiv ( $html)
  • $html

Inherited Methods

Inherited From XMLWriter (Internal Class)

endAttribute ( )
endCdata ( )
endComment ( )
endDocument ( )
endDtd ( )
endDtdAttlist ( )
endDtdElement ( )
endDtdEntity ( )
endElement ( )
endPi ( )
flush ( [$empty = ] )
fullEndElement ( )
openMemory ( )
openUri ( $uri )
outputMemory ( [$flush = ] )
setIndent ( $indent )
setIndentString ( $indentString )
startAttribute ( $name )
startAttributeNs ( $prefix, $name, $uri )
startCdata ( )
startComment ( )
startDocument ( [$version = ], [$encoding = ], [$standalone = ] )
startDtd ( $qualifiedName, [$publicId = ], [$systemId = ] )
startDtdAttlist ( $name )
startDtdElement ( $qualifiedName )
startDtdEntity ( $name, $isparam )
startElement ( $name )
startElementNs ( $prefix, $name, $uri )
startPi ( $target )
text ( $content )
writeAttribute ( $name, $value )
writeAttributeNs ( $prefix, $name, $uri, $content )
writeCdata ( $content )
writeComment ( $content )
writeDtd ( $name, [$publicId = ], [$systemId = ], [$subset = ] )
writeDtdAttlist ( $name, $content )
writeDtdElement ( $name, $content )
writeDtdEntity ( $name, $content )
writeElement ( $name, [$content = ] )
writeElementNs ( $prefix, $name, $uri, [$content = ] )
writePi ( $target, $content )
writeRaw ( $content )

Documentation generated on Sun, 06 Mar 2011 00:25:21 -0500 by phpDocumentor 1.4.3