PHPExcel_Shared
[ class tree: PHPExcel_Shared ] [ index: PHPExcel_Shared ] [ all elements ]

Class: PHPExcel_Shared_XMLWriter

Source Location: /PHPExcel/Shared/XMLWriter.php

Class Overview

XMLWriter
   |
   --PHPExcel_Shared_XMLWriter

PHPExcel_Shared_XMLWriter


Author(s):

Copyright:

  • Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel)

Constants

Methods


Inherited Methods

Class: XMLWriter (Internal Class)

endAttribute ( )
endCdata ( )
endComment ( )
endDocument ( )
endDtd ( )
endDtdAttlist ( )
endDtdElement ( )
endDtdEntity ( )
endElement ( )
endPi ( )
flush ( )
fullEndElement ( )
openMemory ( )
openUri ( )
outputMemory ( )
setIndent ( )
setIndentString ( )
startAttribute ( )
startAttributeNs ( )
startCdata ( )
startComment ( )
startDocument ( )
startDtd ( )
startDtdAttlist ( )
startDtdElement ( )
startDtdEntity ( )
startElement ( )
startElementNs ( )
startPi ( )
text ( )
writeAttribute ( )
writeAttributeNs ( )
writeCdata ( )
writeComment ( )
writeDtd ( )
writeDtdAttlist ( )
writeDtdElement ( )
writeDtdEntity ( )
writeElement ( )
writeElementNs ( )
writePi ( )
writeRaw ( )

Class Details

[line 44]
PHPExcel_Shared_XMLWriter



Tags:

copyright:  Copyright (c) 2006 - 2011 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Methods


constructor __construct [line 62]

PHPExcel_Shared_XMLWriter __construct( [int $pTemporaryStorage = self::STORAGE_MEMORY], [string $pTemporaryStorageFolder = './'])

Create a new PHPExcel_Shared_XMLWriter instance



Tags:

access:  public


Parameters:

int   $pTemporaryStorage   Temporary storage location
string   $pTemporaryStorageFolder   Temporary storage folder

[ Top ]

destructor __destruct [line 86]

void __destruct( )

Destructor



Tags:

access:  public


[ Top ]

method getData [line 98]

$data getData( )

Get written data



Tags:

access:  public


[ Top ]

method writeRawData [line 113]

string writeRawData( string $text)

Fallback method for writeRaw, introduced in PHP 5.2



Tags:

access:  public


Parameters:

string   $text  

[ Top ]


Class Constants

STORAGE_DISK =  2

[line 47]


[ Top ]

STORAGE_MEMORY =  1

[line 46]

Temporary storage method


[ Top ]



Documentation generated on Sun, 27 Feb 2011 16:37:30 -0800 by phpDocumentor 1.4.3