xml 
[ doc home ] [ class tree: xml ] [ index: xml ] [ all elements ]

Element index for package xml

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

_

$___a
in file IsterXmlNode.php, variable IsterXmlNode::$___a
    attributes
$___c
in file IsterXmlNode.php, variable IsterXmlNode::$___c
    children
$___l
in file IsterXmlNode.php, variable IsterXmlNode::$___l
    level
$___n
in file IsterXmlNode.php, variable IsterXmlNode::$___n
    name (for cdata: content)
$___ns
in file IsterXmlNode.php, variable IsterXmlNode::$___ns
    namespace
$___t
in file IsterXmlNode.php, variable IsterXmlNode::$___t
    type
top

a

append
in file IsterXmlNode.php, method IsterXmlNode::append()
    Append an element.
asXML
in file IsterXmlNode.php, method IsterXmlNode::asXML()
    Return the current node formatted as XML.
attributes
in file IsterSimpleXMLElement.php, method IsterSimpleXMLElement::attributes()
    Return an array with all the nodes attributes.
top

c

character_data
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::character_data()
character_data
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::character_data()
CDATA
in file IsterSimpleXMLElement.php, method IsterSimpleXMLElement::CDATA()
    Return a nodes CDATA children as a single string.
children
in file IsterSimpleXMLElement.php, method IsterSimpleXMLElement::children()
    Get the children of this SimpleXMLElement.
top

d

default_data
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::default_data()
default_data
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::default_data()
top

e

end_namespace_decl
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::end_namespace_decl()
end_namespace_decl
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::end_namespace_decl()
external_entity_ref
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::external_entity_ref()
    Note: returning a false value triggers a warning in expat parser.
external_entity_ref
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::external_entity_ref()
top

f

$final
in file IsterXmlExpat.php, variable IsterXmlExpat::$final
top

g

getChildrenXml
in file IsterXmlNode.php, method IsterXmlNode::getChildrenXml()
getDocument
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::getDocument()
getParser
in file IsterXmlExpat.php, method IsterXmlExpat::getParser()
getRoot
in file IsterXmlNode.php, method IsterXmlNode::getRoot()
    Get the documents root node if this node represents a document.
top

h

hasChildren
in file IsterXmlNode.php, method IsterXmlNode::hasChildren()
    Return number of children.
top

i

IsterXmlExpatDumper.php
procedural page IsterXmlExpatDumper.php
IsterXmlExpatNonValid.php
procedural page IsterXmlExpatNonValid.php
IsterXmlExpat.php
procedural page IsterXmlExpat.php
IsterXmlNode.php
procedural page IsterXmlNode.php
IsterXmlExpat
in file IsterXmlExpat.php, method IsterXmlExpat::IsterXmlExpat()
    Constructor
IsterXmlExpat
in file IsterXmlExpat.php, class IsterXmlExpat
    This class represents a generic namespace aware expat parser.
IsterXmlExpatDumper
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::IsterXmlExpatDumper()
    Constructor
IsterXmlExpatDumper
in file IsterXmlExpatDumper.php, class IsterXmlExpatDumper
    This class represents an expat parser dumping everything as it is parsed to STDOUT.
IsterXmlExpatNonValid
in file IsterXmlExpatNonValid.php, class IsterXmlExpatNonValid
    This class represents a non validating expat parser.
IsterXmlExpatNonValid
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::IsterXmlExpatNonValid()
    Constructor
IsterXmlNode
in file IsterXmlNode.php, method IsterXmlNode::IsterXmlNode()
    Constructor
IsterXmlNode
in file IsterXmlNode.php, class IsterXmlNode
    This class represents a generic XML node.
ISTER_XML_CDATA
in file IsterXmlNode.php, constant ISTER_XML_CDATA
ISTER_XML_COMMENT
in file IsterXmlNode.php, constant ISTER_XML_COMMENT
ISTER_XML_DOCTYPE
in file IsterXmlNode.php, constant ISTER_XML_DOCTYPE
ISTER_XML_DOCUMENT
in file IsterXmlNode.php, constant ISTER_XML_DOCUMENT
ISTER_XML_ENTITY
in file IsterXmlNode.php, constant ISTER_XML_ENTITY
ISTER_XML_NOTATION
in file IsterXmlNode.php, constant ISTER_XML_NOTATION
ISTER_XML_PENTITY
in file IsterXmlNode.php, constant ISTER_XML_PENTITY
ISTER_XML_PI
in file IsterXmlNode.php, constant ISTER_XML_PI
ISTER_XML_TAG
in file IsterXmlNode.php, constant ISTER_XML_TAG
IsterSimpleXMLElement.php
procedural page IsterSimpleXMLElement.php
IsterXmlSimpleXMLImpl.php
procedural page IsterXmlSimpleXMLImpl.php
import_dom
in file IsterXmlSimpleXMLImpl.php, method IsterXmlSimpleXMLImpl::import_dom()
    This method is curently not implemented.
init
in file IsterSimpleXMLElement.php, method IsterSimpleXMLElement::init()
    Clone this from a given IsterXMLNode.
IsterSimpleXMLElement
in file IsterSimpleXMLElement.php, method IsterSimpleXMLElement::IsterSimpleXMLElement()
    Constructor
IsterSimpleXMLElement
in file IsterSimpleXMLElement.php, class IsterSimpleXMLElement
    This class represents a SimpleXML element.
IsterXmlSimpleXMLImpl
in file IsterXmlSimpleXMLImpl.php, class IsterXmlSimpleXMLImpl
    This class represents a SimpleXML implementation.
IsterXmlSimpleXMLImpl
in file IsterXmlSimpleXMLImpl.php, method IsterXmlSimpleXMLImpl::IsterXmlSimpleXMLImpl()
    Constructor
top

l

locate
in file IsterXmlExpat.php, method IsterXmlExpat::locate()
    Get current parser position.
load_file
in file IsterXmlSimpleXMLImpl.php, method IsterXmlSimpleXMLImpl::load_file()
load_string
in file IsterXmlSimpleXMLImpl.php, method IsterXmlSimpleXMLImpl::load_string()
top

n

notation_decl
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::notation_decl()
notation_decl
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::notation_decl()
top

p

$parser
in file IsterXmlExpat.php, variable IsterXmlExpat::$parser
parse
in file IsterXmlExpat.php, method IsterXmlExpat::parse()
    Parse the current XML source.
processing_instruction
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::processing_instruction()
    Handle processing instructions.
processing_instruction
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::processing_instruction()
top

r

register
in file IsterXmlExpat.php, method IsterXmlExpat::register()
top

s

setAttribute
in file IsterXmlNode.php, method IsterXmlNode::setAttribute()
    Add or alter an attribute.
setParser
in file IsterXmlExpat.php, method IsterXmlExpat::setParser()
setSourceFile
in file IsterXmlExpat.php, method IsterXmlExpat::setSourceFile()
setSourceString
in file IsterXmlExpat.php, method IsterXmlExpat::setSourceString()
start_namespace_decl
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::start_namespace_decl()
start_namespace_decl
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::start_namespace_decl()
setAttribute
in file IsterSimpleXMLElement.php, method IsterSimpleXMLElement::setAttribute()
    Return an array with all the nodes attributes.
setCDATA
in file IsterSimpleXMLElement.php, method IsterSimpleXMLElement::setCDATA()
    Add a CDATA node to this element.
top

t

tag_close
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::tag_close()
tag_close
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::tag_close()
tag_open
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::tag_open()
tag_open
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::tag_open()
toDOM
in file IsterXmlNode.php, method IsterXmlNode::toDOM()
toSimpleXML
in file IsterXmlNode.php, method IsterXmlNode::toSimpleXML()
    Perform conversion of an IsterXmlNode to a SimpleXMLElement.
top

u

unparsed_entity
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::unparsed_entity()
unparsed_entity
in file IsterXmlExpatDumper.php, method IsterXmlExpatDumper::unparsed_entity()
top

x

$xml
in file IsterXmlExpat.php, variable IsterXmlExpat::$xml
xinclude
in file IsterXmlExpatNonValid.php, method IsterXmlExpatNonValid::xinclude()
    Process XInclude
xpath
in file IsterXmlNode.php, method IsterXmlNode::xpath()
    Runs Xpath query on the node.
top

Documentation generated on Tue, 20 Dec 2005 11:20:16 +0100 by phpDocumentor 1.3.0RC4