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

Index of all elements

[ a ] [ b ] [ d ] [ e ] [ f ] [ i ] [ l ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ x ] [ _ ]

a

add
in file Sitemap.php, method File_Sitemap::add()
    Add or update a location in current sitemap
add
in file Index.php, method File_Sitemap_Index::add()
    Add a sitemap to the sitemapindex.
top

b

Base.php
procedural page Base.php
top

d

$dom
in file Base.php, variable File_Sitemap_Base::$dom
    The internal DOMDocument used by this class
top

e

ERROR
in file Exception.php, class constant File_Sitemap_Exception::ERROR
    Misc errors. Can be added to HTTP response code. 1404 means page not found.
Exception.php
procedural page Exception.php
top

f

FILE_ERROR
in file Exception.php, class constant File_Sitemap_Exception::FILE_ERROR
    File related error when reading or writing sitemap file.
File_Sitemap
in file Sitemap.php, class File_Sitemap
    Generate sitemap files. See http://www.sitemaps.org/protocol.php for more details.
File_Sitemap_Base
in file Base.php, class File_Sitemap_Base
    Abstract class providing common functions to File_Sitemap related classes.
File_Sitemap_Exception
in file Exception.php, class File_Sitemap_Exception
    Exeption class for the File_Sitemap package.
File_Sitemap_Index
in file Index.php, class File_Sitemap_Index
    Generate sitemap index file.
findLoc
in file Base.php, method File_Sitemap_Base::findLoc()
    Returns the DOMNode element which contains $url, or false if not found.
top

i

Index.php
procedural page Index.php
top

l

load
in file Base.php, method File_Sitemap_Base::load()
    Load sitemap from file. The file can be gzipped or not.
top

n

notify
in file Base.php, method File_Sitemap_Base::notify()
    Notify $site that a sitemap was updated at $url
top

o

output
in file sitemap_example.php, method Sitemap_Example::output()
top

p

parseChangefreq
in file Sitemap.php, method File_Sitemap::parseChangefreq()
    Ensure that $changefreq parameter is valid.
parseDateTime
in file Base.php, method File_Sitemap_Base::parseDateTime()
    Ensure that $datetime is a valid date time string
parsePriority
in file Sitemap.php, method File_Sitemap::parsePriority()
    Ensure that priority is a number between 0.0 and 1.0
parseURL
in file Base.php, method File_Sitemap_Base::parseURL()
    Ensure url contains valid chars and isn't longer than 2048 chars.
PARSE_ERROR
in file Exception.php, class constant File_Sitemap_Exception::PARSE_ERROR
    Error relative to argument parsing when adding data to sitemap.
priority
in file sitemap_example.php, function priority()
top

r

remove
in file Base.php, method File_Sitemap_Base::remove()
    Remove DOMNode that contains url $loc from the document.
top

s

sitemap_example.php
procedural page sitemap_example.php
Sitemap.php
procedural page Sitemap.php
save
in file Base.php, method File_Sitemap_Base::save()
    Save sitemap to file.
SCHEMA
in file Index.php, class constant File_Sitemap_Index::SCHEMA
    URL of XML schema
SCHEMA
in file Sitemap.php, class constant File_Sitemap::SCHEMA
Sitemap_Example
in file sitemap_example.php, class Sitemap_Example
    Generate sitemap files. See http://www.sitemaps.org/protocol.php for more details.
top

t

test
in file Base.php, method File_Sitemap_Base::test()
    Test that all url in sitemap are valid URL
top

u

updateNode
in file Base.php, method File_Sitemap_Base::updateNode()
    Set to $nodeValue the value of the $nodeName child of $urlNode.
top

v

validate
in file Sitemap.php, method File_Sitemap::validate()
    Validate sitemap against its schema definition.
validate
in file Index.php, method File_Sitemap_Index::validate()
    Validate sitemap index with the schema definition.
validate
in file Base.php, method File_Sitemap_Base::validate()
    Validate the sitemap document against DTD
top

x

XMLNS
in file Base.php, class constant File_Sitemap_Base::XMLNS
    XML namespace
XSI
in file Base.php, class constant File_Sitemap_Base::XSI
    namespace of XMLSchema-instance
top

_

__construct
in file Sitemap.php, method File_Sitemap::__construct()
    Constructor. Build an empty XML document, with xmlns and root element.
__construct
in file Index.php, method File_Sitemap_Index::__construct()
    Constructor.
__construct
in file Base.php, method File_Sitemap_Base::__construct()
    Constructor. Build an empty XML document, with xmlns and root element.
top

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