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

Element index for package xmllib

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ l ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ x ] [ _ ]

_

_XMLLIB_INTERNAL_ENCODING
in file xmllib.php, constant _XMLLIB_INTERNAL_ENCODING
_XMLLIB_IS_UTF8
in file xmllib.php, constant _XMLLIB_IS_UTF8
top

a

$attributes
in file xmllib.php, variable XmlLib_Node::$attributes
    Holds the attributes of the node
adopt
in file xmllib.php, method XmlLib_Node::adopt()
appendChild
in file xmllib.php, method XmlLib_Node::appendChild()
    Assigns a node as child to current node
top

c

childNodes
in file xmllib.php, method XmlLib_Node::childNodes()
    Alias for children()
children
in file xmllib.php, method XmlLib_Node::children()
    Fetch array of childnodes.
createCDATASection
in file xmllib.php, method XmlLib_Node::createCDATASection()
    Creates a CDATASection node whose value is the specified string.
createChild
in file xmllib.php, method XmlLib_Node::createChild()
    Constructs a child node, and returns it.
createComment
in file xmllib.php, method XmlLib_Node::createComment()
    Creates a Comment node given the specified string.
createElement
in file xmllib.php, method XmlLib_Node::createElement()
    Constructs a node, and returns it.
createTextNode
in file xmllib.php, method XmlLib_Node::createTextNode()
    Creates a Text node given the specified string.
top

d

dump
in file xmllib.php, method XmlLib_Node::dump()
    Outputs document to browser, complete with header
top

e

escape
in file xmllib.php, method XmlLib_Node::escape()
    Escapes string with different protocols
top

f

firstChild
in file xmllib.php, method XmlLib_Node::firstChild()
    Fetch the first childnode, or null
flash_escape
in file xmllib.php, method XmlLib_Node::flash_escape()
    Escape html-entities for flash
top

g

getAttribute
in file xmllib.php, method XmlLib_Node::getAttribute()
    Retrieves the named attribute.
getCardinality
in file xmllib.php, method XmlLib_Node::getCardinality()
    Finds the greatest used id + 1 (next free id)
getDocument
in file xmllib.php, method XmlLib_xmlParser::getDocument()
    Parses the loaded document
getElementById
in file xmllib.php, method XmlLib_Node::getElementById()
    Iterates through the nodes children, looking for the first node with specified id.
getElementsByNamespace
in file xmllib.php, method XmlLib_Node::getElementsByNamespace()
top

h

hasChildNodes
in file xmllib.php, method XmlLib_Node::hasChildNodes()
    This is a convenience method to allow easy determination of whether a node has any children.
hasChildren
in file xmllib.php, method XmlLib_Node::hasChildren()
    This is a convenience method to allow easy determination of whether a node has any children.
top

l

lastChild
in file xmllib.php, method XmlLib_Node::lastChild()
    Fetch the last childnode, or null
loadFromFile
in file xmllib.php, method XmlLib_xmlParser::loadFromFile()
    Loads and prepares a file
loadFromString
in file xmllib.php, method XmlLib_xmlParser::loadFromString()
    Loads a xml-document and prepares the parsing
top

n

namespace
in file xmllib.php, method XmlLib_Node::namespace()
    Retrieves the namespace of the node
nodeName
in file xmllib.php, method XmlLib_Node::nodeName()
    Retrieves the name of the node
nodeNameNS
in file xmllib.php, method XmlLib_Node::nodeNameNS()
    Retrieves the name of the node with namespace if any
nodeType
in file xmllib.php, method XmlLib_Node::nodeType()
    Retrieves the type of the node
nodeValue
in file xmllib.php, method XmlLib_Node::nodeValue()
    Fetch the value of this node, depending on its type.
top

p

parent
in file xmllib.php, method XmlLib_Node::parent()
    If the returned value is null, the node is the topmost (root)
parentNode
in file xmllib.php, method XmlLib_Node::parentNode()
    If the returned value is null, the node is the topmost (root)
top

r

removeAttribute
in file xmllib.php, method XmlLib_Node::removeAttribute()
    Removes a named attribute
removeChild
in file xmllib.php, method XmlLib_Node::removeChild()
    Removes the child node indicated by oldChild from the list of children, and returns it.
replaceChild
in file xmllib.php, method XmlLib_Node::replaceChild()
    Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node. If the newChild is already in the tree, it is first removed.
top

s

setAttribute
in file xmllib.php, method XmlLib_Node::setAttribute()
    Sets the value of the named attribute.
setNodeValue
in file xmllib.php, method XmlLib_Node::setNodeValue()
top

t

toArray
in file xmllib.php, method XmlLib_Node::toArray()
    Translates the document into an associative array.
toFile
in file xmllib.php, method XmlLib_Node::toFile()
    Writes document to file
toHtml
in file xmllib.php, method XmlLib_Node::toHtml()
    Makes a html decorated version of the document. Usefull for debugging.
toString
in file xmllib.php, method XmlLib_Node::toString()
    Recursively transforms node into string
top

u

unescape
in file xmllib.php, method XmlLib_Node::unescape()
    decodes c-style slashes and html-entities (unicode ones too)
top

x

xmllib.php
procedural page xmllib.php
XmlLib_Node
in file xmllib.php, method XmlLib_Node::XmlLib_Node()
    Constructor
XmlLib_Node
in file xmllib.php, class XmlLib_Node
    A generic implementation of a DOM node.
XmlLib_xmlParser
in file xmllib.php, method XmlLib_xmlParser::XmlLib_xmlParser()
    Constructor
XmlLib_xmlParser
in file xmllib.php, class XmlLib_xmlParser
    The xml-parser. Used to parse a document into a tree of nodes.
top

Documentation generated on Tue, 30 May 2006 20:00:54 +0000 by phpDocumentor 1.3.0RC4