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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ n ] [ p ] [ r ] [ s ] [ t ] [ x ]

a

apiVersion
in file Beautifier.php, method XML_Beautifier::apiVersion()
    return API version
top

b

Beautifier.php
procedural page Beautifier.php
top

c

cdataHandler
in file Tokenizer.php, method XML_Beautifier_Tokenizer::cdataHandler()
    Handler for character data
top

d

defaultHandler
in file Tokenizer.php, method XML_Beautifier_Tokenizer::defaultHandler()
    Handler for all other stuff
top

e

endHandler
in file Tokenizer.php, method XML_Beautifier_Tokenizer::endHandler()
    End element handler for XML parser
entityrefHandler
in file Tokenizer.php, method XML_Beautifier_Tokenizer::entityrefHandler()
    Handler for external entities
example1.php
procedural page example1.php
example2.php
procedural page example2.php
example3.php
procedural page example3.php
example4.php
procedural page example4.php
example5.php
procedural page example5.php
example6.php
procedural page example6.php
example7.php
procedural page example7.php
top

f

formatFile
in file Beautifier.php, method XML_Beautifier::formatFile()
    format a file or URL
formatString
in file Beautifier.php, method XML_Beautifier::formatString()
    format an XML string
top

n

normalize
in file Renderer.php, method XML_Beautifier_Renderer::normalize()
    normalize the XML tree
top

p

piHandler
in file Tokenizer.php, method XML_Beautifier_Tokenizer::piHandler()
    Handler for processing instructions
Plain.php
procedural page Plain.php
top

r

resetOptions
in file Beautifier.php, method XML_Beautifier::resetOptions()
    reset all options to default options
Renderer.php
procedural page Renderer.php
top

s

serialize
in file Renderer.php, method XML_Beautifier_Renderer::serialize()
    Serialize the XML tokens
serialize
in file Plain.php, method XML_Beautifier_Renderer_Plain::serialize()
    Serialize the XML tokens
setOption
in file Beautifier.php, method XML_Beautifier::setOption()
    set an option
setOptions
in file Beautifier.php, method XML_Beautifier::setOptions()
    set several options at once
startHandler
in file Tokenizer.php, method XML_Beautifier_Tokenizer::startHandler()
    Start element handler for XML parser
top

t

tokenize
in file Tokenizer.php, method XML_Beautifier_Tokenizer::tokenize()
    Tokenize a document
Tokenizer.php
procedural page Tokenizer.php
top

x

XML_Beautifier
in file Beautifier.php, class XML_Beautifier
    XML_Beautifier is a class that adds linebreaks and indentation to your XML files. It can be used on XML that looks ugly (e.g. any generated XML) to transform it to a nicely looking XML that can be read by humans.
XML_Beautifier
in file Beautifier.php, method XML_Beautifier::XML_Beautifier()
    Constructor
XML_BEAUTIFIER_CDATA
in file Beautifier.php, constant XML_BEAUTIFIER_CDATA
    CData
XML_BEAUTIFIER_CDATA_SECTION
in file Beautifier.php, constant XML_BEAUTIFIER_CDATA_SECTION
    cdata section
XML_BEAUTIFIER_COMMENT
in file Beautifier.php, constant XML_BEAUTIFIER_COMMENT
    comment
XML_BEAUTIFIER_DEFAULT
in file Beautifier.php, constant XML_BEAUTIFIER_DEFAULT
    default
XML_BEAUTIFIER_DT_DECLARATION
in file Beautifier.php, constant XML_BEAUTIFIER_DT_DECLARATION
    doctype declaration
XML_BEAUTIFIER_ELEMENT
in file Beautifier.php, constant XML_BEAUTIFIER_ELEMENT
    XML element
XML_BEAUTIFIER_EMPTY
in file Beautifier.php, constant XML_BEAUTIFIER_EMPTY
    element is empty
XML_BEAUTIFIER_ENTITY
in file Beautifier.php, constant XML_BEAUTIFIER_ENTITY
    entity
XML_BEAUTIFIER_ERROR_NO_OUTPUT_FILE
in file Beautifier.php, constant XML_BEAUTIFIER_ERROR_NO_OUTPUT_FILE
    could not write to output file
XML_BEAUTIFIER_ERROR_UNKNOWN_RENDERER
in file Beautifier.php, constant XML_BEAUTIFIER_ERROR_UNKNOWN_RENDERER
    could not load renderer
XML_BEAUTIFIER_INCLUDE_PATH
in file Beautifier.php, constant XML_BEAUTIFIER_INCLUDE_PATH
    define include path constant
XML_BEAUTIFIER_OVERWRITE
in file Beautifier.php, constant XML_BEAUTIFIER_OVERWRITE
    overwrite the original file
XML_BEAUTIFIER_PI
in file Beautifier.php, constant XML_BEAUTIFIER_PI
    processing instruction
XML_Beautifier_Renderer
in file Renderer.php, method XML_Beautifier_Renderer::XML_Beautifier_Renderer()
    create a new renderer
XML_Beautifier_Renderer
in file Renderer.php, class XML_Beautifier_Renderer
    Renderer base class for XML_Beautifier
XML_Beautifier_Renderer_Plain
in file Plain.php, class XML_Beautifier_Renderer_Plain
    Basic XML Renderer for XML Beautifier
XML_Beautifier_Tokenizer
in file Tokenizer.php, class XML_Beautifier_Tokenizer
    Tokenizer for XML_Beautifier
XML_BEAUTIFIER_XML_DECLARATION
in file Beautifier.php, constant XML_BEAUTIFIER_XML_DECLARATION
    XML declaration
top

Documentation generated on Mon, 11 Mar 2019 15:41:39 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.