Overview

Packages

  • application
    • commands
    • components
      • actions
      • filters
      • leftWidget
      • permissions
      • sortableWidget
      • util
      • webupdater
      • x2flow
        • actions
        • triggers
      • X2GridView
      • X2Settings
    • controllers
    • models
      • embedded
    • modules
      • accounts
        • controllers
        • models
      • actions
        • controllers
        • models
      • calendar
        • controllers
        • models
      • charts
        • models
      • contacts
        • controllers
        • models
      • docs
        • components
        • controllers
        • models
      • groups
        • controllers
        • models
      • marketing
        • components
        • controllers
        • models
      • media
        • controllers
        • models
      • mobile
        • components
      • opportunities
        • controllers
        • models
      • products
        • controllers
        • models
      • quotes
        • controllers
        • models
      • services
        • controllers
        • models
      • template
        • models
      • users
        • controllers
        • models
      • workflow
        • controllers
        • models
      • x2Leads
        • controllers
        • models
  • Net
  • None
  • PHP
  • system
    • base
    • caching
      • dependencies
    • collections
    • console
    • db
      • ar
      • schema
        • cubrid
        • mssql
        • mysql
        • oci
        • pgsql
        • sqlite
    • i18n
      • gettext
    • logging
    • test
    • utils
    • validators
    • web
      • actions
      • auth
      • filters
      • form
      • helpers
      • renderers
      • services
      • widgets
        • captcha
        • pagers
  • Text
    • Highlighter
  • zii
    • behaviors
    • widgets
      • grid
      • jui

Classes

  • ArrayObject
  • DOMDocument
  • DOMElement
  • DOMNamedNodeMap
  • DOMNode
  • FilterIterator
  • IteratorIterator
  • PDO
  • PDOStatement
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • XMLWriter

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • Reflector
  • Serializable
  • Traversable

Exceptions

  • Exception
  • PDOException
  • RuntimeException
  • Overview
  • Package
  • Class
  • Tree

Class XMLWriter

Direct known subclasses

HTMLPurifier_ConfigSchema_Builder_Xml
PHP Extension: Xmlwriter
Documented at php.net
Methods summary
public
# openUri( mixed $uri )
public
# openMemory( )
public
# setIndent( mixed $indent )
public
# setIndentString( mixed $indentString )
public
# startComment( )
public
# endComment( )
public
# startAttribute( mixed $name )
public
# endAttribute( )
public
# writeAttribute( mixed $name, mixed $value )
public
# startAttributeNs( mixed $prefix, mixed $name, mixed $uri )
public
# writeAttributeNs( mixed $prefix, mixed $name, mixed $uri, mixed $content )
public
# startElement( mixed $name )
public
# endElement( )
public
# fullEndElement( )
public
# startElementNs( mixed $prefix, mixed $name, mixed $uri )
public
# writeElement( mixed $name, mixed $content )
public
# writeElementNs( mixed $prefix, mixed $name, mixed $uri, mixed $content )
public
# startPi( mixed $target )
public
# endPi( )
public
# writePi( mixed $target, mixed $content )
public
# startCdata( )
public
# endCdata( )
public
# writeCdata( mixed $content )
public
# text( mixed $content )
public
# writeRaw( mixed $content )
public
# startDocument( mixed $version, mixed $encoding, mixed $standalone )
public
# endDocument( )
public
# writeComment( mixed $content )
public
# startDtd( mixed $qualifiedName, mixed $publicId, mixed $systemId )
public
# endDtd( )
public
# writeDtd( mixed $name, mixed $publicId, mixed $systemId, mixed $subset )
public
# startDtdElement( mixed $qualifiedName )
public
# endDtdElement( )
public
# writeDtdElement( mixed $name, mixed $content )
public
# startDtdAttlist( mixed $name )
public
# endDtdAttlist( )
public
# writeDtdAttlist( mixed $name, mixed $content )
public
# startDtdEntity( mixed $name, mixed $isparam )
public
# endDtdEntity( )
public
# writeDtdEntity( mixed $name, mixed $content )
public
# outputMemory( mixed $flush )
public
# flush( mixed $empty )
API documentation generated by ApiGen 2.8.0