System Functions; Xml Functions - MACROMEDIA COLDFUSION MX 61-CFML Quick Reference

Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

StructInsert(structure, key, value
[, allowoverwrite ])
StructIsEmpty(structure)
StructKeyArray(structure)
StructKeyExists(structure, "key")
StructKeyList(structure [, delimiter])
StructNew()
StructSort(base, sortType, sortOrder,
pathToSubElement)
StructUpdate(structure, key, value)

System functions

DirectoryExists(absolute_path)
ExpandPath(relative_path)
FileExists(absolute_path)
GetBaseTemplatePath()
GetCurrentTemplatePath()
GetDirectoryFromPath(path)
GetEncoding(scope_name)
GetException(object)
GetFileFromPath(path)
GetFunctionList()
GetHttpRequestData()
GetLocale()
GetMetaData(object)
(
GetMetaData
GetMetricData(mode)
GetProfileSections(iniFile)
GetProfileString(iniPath, section, entry)
GetTempDirectory()
GetTempFile(dir, prefix)
GetPageContext()
SetEncoding(scope_name, charset)
SetLocale(new_locale)
SetProfileString(iniPath, section, entry, value)

XML functions

IsWDDX(value)
IsXmlDoc(value)
IsXmlElem(value)
IsXmlRoot(value)
XmlChildPos(elem, childName, N)
XmlElemNew(xmlObj, childName)
XmlFormat(string)
XmlNew([caseSensitive])
XmlParse(xmlString [, caseSensitive ] )
XmlSearch(xmlDoc, xPathString)
XmlTransform(xmlString | xmlObj, xslString)
)
this
if used in a ColdFusion component
CFML Quick Reference
27

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents