[XML_Util] element index

Package indexes

All elements
a c g i r s u x
a
top
Method apiVersion
return API version
Method attributesToString
create string representation of an attribute list
c
top
Method collapseEmptyTags
Collapses empty tags.
Method createCDataSection
create a CData section
Method createComment
create an XML comment
Method createEndElement
create an end element
Method createStartElement
create a start element
Method createTag
create a tag
Method createTagFromArray
create a tag from an array
g
top
Method getDocTypeDeclaration
build a document type declaration
Method getXMLDeclaration
build an xml declaration
i
top
Method isValidName
check, whether string is valid XML name
r
top
Method raiseError
replacement for XML_Util::raiseError
Method replaceEntities
replace XML entities
Method reverseEntities
reverse XML entities
s
top
Method splitQualifiedName
split qualified name and return namespace and local part
u
top
Page Util.php
Util.php in Util.php
x
top
Class XML_Util
XML_Util in Util.php
utility class for working with XML documents
Constant XML_UTIL_CDATA_SECTION
embedd content in a CData Section
Constant XML_UTIL_COLLAPSE_ALL
Collapse all empty tags.
Constant XML_UTIL_COLLAPSE_XHTML_ONLY
Collapse only empty XHTML tags that have no end tag.
Constant XML_UTIL_ENTITIES_HTML
replace HTML entitites
Constant XML_UTIL_ENTITIES_NONE
do not replace entitites
Constant XML_UTIL_ENTITIES_XML
replace all XML entitites
Constant XML_UTIL_ENTITIES_XML_REQUIRED
replace only required XML entitites
Constant XML_UTIL_ERROR_INVALID_CHARS
error code for invalid chars in XML name
Constant XML_UTIL_ERROR_INVALID_START
error code for invalid chars in XML name
Constant XML_UTIL_ERROR_NON_SCALAR_CONTENT
error code for non-scalar tag content
Constant XML_UTIL_ERROR_NO_TAG_NAME
error code for missing tag name
Constant XML_UTIL_REPLACE_ENTITIES
replace XML entities
a c g i r s u x