[xml] element index

Package indexes

All elements
a c e p r s t v x
a
top
Variable $attributes
xmltag::$attributes in xml-defs.php
Array of tag attributes
c
top
Variable $childtags
xmltag::$childtags in xml-defs.php
Array of child tags of this tag
Method cdata
xmlparser::cdata() in xml-defs.php
Method invoked when character data is available
Method childtag
xmltag::childtag() in xml-defs.php
Add a child tag.
e
top
Variable $encode_with
xmltag::$encode_with in xml-defs.php
If "cdata", we use CDATA to encode the value string
Variable $error_message
Error message string if any
p
top
Variable $parser
xmlparser::$parser in xml-defs.php
Parser object
Method parse
xmlparser::parse() in xml-defs.php
Parse the given XML document.
r
top
Method render
xmltag::render() in xml-defs.php
Render the tag as XML.
s
top
Method setattribute
xmltag::setattribute() in xml-defs.php
Set a tag attribute key=value pair.
t
top
Variable $tagname
xmltag::$tagname in xml-defs.php
Name of the XML tag
Method tag_close
xmlparser::tag_close() in xml-defs.php
Method invoked when a tag is closed
Method tag_open
xmlparser::tag_open() in xml-defs.php
Method invoked when a tag is opened
v
top
Variable $valid_xml
xmlparser::$valid_xml in xml-defs.php
True if XML parsed correctly
Variable $value
xmltag::$value in xml-defs.php
Value of this XML tag
x
top
Page xml-defs.php
xml-defs.php in xml-defs.php
Function xmldata
xmldata() in xml-defs.php
Returns a value for XML compliant data transfer. If the value has any of the chars: "<", ">" or "&" in it, then we enclose it in a CDATA construct.
Function xmldump
xmldump() in xml-defs.php
Processes an assumed XML string to a format where it can be safely viewed as a debugging dump in a browser et al.
Function xmlheader
xmlheader() in xml-defs.php
Returns the XML header string.
Class xmlparser
xmlparser in xml-defs.php
Class comprising the functionality of an XML parser. You should build specific parsers by inheriting this class and building your custom handler methods to handle the XML content.
Method xmlparser
xmlparser::xmlparser() in xml-defs.php
Construct a new parser.
Method xmltag
xmltag::xmltag() in xml-defs.php
Constructor
Class xmltag
xmltag in xml-defs.php
The XML tag class. This class encapsulates the functionality of an XML tag. It can accept child classes, usually of the same class, which will be rendered as child XML elements. A whole XML hierarchy can thus be represented in a single xmltag object.
a c e p r s t v x