Child pages
  • XMLList

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.
Enter additional information related to this 'class' inside the {div} macro with 'id=description'
Divcache
styleindexdisplay:none

...

iddescription

...

padding0px
width80px

...

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary

...

Table Cell (td)
XMLList

...

true
refresh100d
showRefreshtrue
iddoc
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListSmartClientsWordListWebClientsWordListNGClient

servoy sSummary12%30%58%height: 30px;3Methods SummaryIt calls the method attribute of each object in this XMLList and returns the results in order

...

Table Cell (td)
XMLList

...

in an XMLList.

...

Calls the method attributes of each object in this XMLList and returns an XMLList with

...

the results in order.

...

Table Cell (td)
XMLList

...

Calls the method child of each XML object in this XMLList object to return an XMLList

...

Table Cell (td)
XMLList

...

with the matching children in order.

...

Returns an XMLList with the children of all XML objects in this XMLList.

...

Table Cell (td)
XMLList

...

Table Cell (td)
Boolean

...

Returns an XMLList with all the comment child nodes of XML objects in this XMLList in order.

...

...

Table Cell (td)
XMLList

...

Returns true if there is (at least) one XML object in the list that compares equal to the value

...

Returns a deep copy of the XMLList it is called on.

...

Table Cell (td)
XMLList

...

Returns an XMLList with all of the matching descendants of all XML objects.

...

Table Cell (td)
XMLList

...

Table Cell (td)
XMLList

...

Returns an XMLList with all of the matching descendants of all XML objects.

...

Returns an XMLList with the matching element children of all XML objects in this XMLList.

...

Table Cell (td)
Boolean

...

Returns true if the XMLList contains exactly one XML object which has complex content or if

...

Table Cell (td)
Boolean

...

the XMLList contains several XML objects.

...

Returns true if the XMLList object has a property of that name and false otherwise.

...

Table Cell (td)
Boolean

...

Returns true if the XMLList is empty or contains exactly one XML object which has simple

...

Table Cell (td)
Number

...

content or contains no elements at all.

...

...

Table Cell (td)
XMLList

...

Returns the number of XML objects this XMLList contains.

...

Returns the XMLList object it is called on after joining adjacent text nodes

...

and removing empty text nodes.

...

Table Cell (td)
XML

...

Returns the common parent of all XML objects in this XMLList if all those objects

...

Table Cell (td)
XMLList

...

have the same parent.

...

Returns an XMLList with all the matching processing instruction child nodes of all

...

XML objects in this XMLList.

...

Table Cell (td)
XMLList

...

Returns an XMLList with all the matching processing instruction child nodes of all

...

XML objects in this XMLList.

...

Table Cell (td)
Boolean

...

Returns true if the property name converted to a number is greater than or equal to

...

Table Cell (td)
XMLList

...

0 and less than the length of this XMLList.

...

...

Table Cell (td)
String

...

Returns an XMLList containing all the text child nodes of all the XML objects contained in this XMLList.

...

Returns a string representation of the XMLList

...

Table Cell (td)
String

...

...

Table Cell (td)
XMLList

...

Returns the concatenation of toXMLString called on each XML object.

...

Simply returns the XMLList object it is called on.

...

function

...

servoy sDetail

...

padding0px
width100%

...

2100%height:30px

...

Table Head (th)
colspan1
Method Details

...

idattribute-String
Table Row (tr)
idname
Table Cell (td)
attribute
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
attribute
Span
(attributeName)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
It calls the method attribute of each object in this XMLList and returns the results in order
in an XMLList.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{String} attributeName
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.attribute(attributeName)

...

classlastDetailRow

...

idattributes
Table Row (tr)
idname
Table Cell (td)
attributes
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
attributes
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Calls the method attributes of each object in this XMLList and returns an XMLList with
the results in order.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.attributes()

...

classlastDetailRow

...

idchild-String
Table Row (tr)
idname
Table Cell (td)
child
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
child
Span
(propertyName)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Calls the method child of each XML object in this XMLList object to return an XMLList
with the matching children in order.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{String} propertyName
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.child(propertyName)

...

classlastDetailRow

...

idchildren
Table Row (tr)
idname
Table Cell (td)
children
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
children
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns an XMLList with the children of all XML objects in this XMLList.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.children()

...

classlastDetailRow

...

idcomments
Table Row (tr)
idname
Table Cell (td)
comments
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
comments
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns an XMLList with all the comment child nodes of XML objects in this XMLList in order.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.comments()

...

classlastDetailRow

...

idcontains-Object
Table Row (tr)
idname
Table Cell (td)
contains
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Boolean
Span
stylefont-weight: bold;
contains
Span
(value)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns true if there is (at least) one XML object in the list that compares equal to the value
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Object} value
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.contains(value)

...

classlastDetailRow

...

idcopy
Table Row (tr)
idname
Table Cell (td)
copy
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
copy
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns a deep copy of the XMLList it is called on.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.copy()

...

classlastDetailRow

...

iddescendants
Table Row (tr)
idname
Table Cell (td)
descendants
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
descendants
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns an XMLList with all of the matching descendants of all XML objects.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.descendants([name])

...

classlastDetailRow

...

iddescendants-String
Table Row (tr)
idname
Table Cell (td)
descendants
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
descendants
Span
(name)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns an XMLList with all of the matching descendants of all XML objects.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{String} name
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.descendants([name])

...

classlastDetailRow

...

idelements-String
Table Row (tr)
idname
Table Cell (td)
elements
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
elements
Span
(name)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns an XMLList with the matching element children of all XML objects in this XMLList.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{String} name
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.elements([name])

...

classlastDetailRow

...

idhasComplexContent
Table Row (tr)
idname
Table Cell (td)
hasComplexContent
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Boolean
Span
stylefont-weight: bold;
hasComplexContent
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns true if the XMLList contains exactly one XML object which has complex content or if
the XMLList contains several XML objects.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.hasComplexContent()

...

classlastDetailRow

...

idhasOwnProperty-String
Table Row (tr)
idname
Table Cell (td)
hasOwnProperty
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Boolean
Span
stylefont-weight: bold;
hasOwnProperty
Span
(propertyName)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns true if the XMLList object has a property of that name and false otherwise.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{String} propertyName
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.hasOwnProperty(propertyName)

...

classlastDetailRow

...

idhasSimpleContent
Table Row (tr)
idname
Table Cell (td)
hasSimpleContent
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Boolean
Span
stylefont-weight: bold;
hasSimpleContent
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns true if the XMLList is empty or contains exactly one XML object which has simple
content or contains no elements at all.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.hasSimpleContent()

...

classlastDetailRow

...

idlength
Table Row (tr)
idname
Table Cell (td)
length
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Number
Span
stylefont-weight: bold;
length
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the number of XML objects this XMLList contains.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Number
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.length()

...

classlastDetailRow

...

idnormalize
Table Row (tr)
idname
Table Cell (td)
normalize
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
normalize
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the XMLList object it is called on after joining adjacent text nodes
and removing empty text nodes.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.normalize()

...

classlastDetailRow

...

idparent
Table Row (tr)
idname
Table Cell (td)
parent
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XML
Span
stylefont-weight: bold;
parent
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the common parent of all XML objects in this XMLList if all those objects
have the same parent.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XML
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.parent()

...

classlastDetailRow

...

idprocessingInstructions
Table Row (tr)
idname
Table Cell (td)
processingInstructions
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
processingInstructions
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns an XMLList with all the matching processing instruction child nodes of all
XML objects in this XMLList.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.processingInstructions([name])

...

classlastDetailRow

...

idprocessingInstructions-String
Table Row (tr)
idname
Table Cell (td)
processingInstructions
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
processingInstructions
Span
(name)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns an XMLList with all the matching processing instruction child nodes of all
XML objects in this XMLList.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{String} name
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.processingInstructions([name])

...

classlastDetailRow

...

idpropertyIsEnumerable-String
Table Row (tr)
idname
Table Cell (td)
propertyIsEnumerable
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
Boolean
Span
stylefont-weight: bold;
propertyIsEnumerable
Span
(propertyName)
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns true if the property name converted to a number is greater than or equal to
0 and less than the length of this XMLList.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{String} propertyName
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.propertyIsEnumerable(propertyName)

...

classlastDetailRow

...

idtext
Table Row (tr)
idname
Table Cell (td)
text
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
text
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns an XMLList containing all the text child nodes of all the XML objects contained in this XMLList.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.text()

...

classlastDetailRow

...

idtoString
Table Row (tr)
idname
Table Cell (td)
toString
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
String
Span
stylefont-weight: bold;
toString
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns a string representation of the XMLList
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.toString()

...

classlastDetailRow

...

idtoXMLString
Table Row (tr)
idname
Table Cell (td)
toXMLString
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
String
Span
stylefont-weight: bold;
toXMLString
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Returns the concatenation of toXMLString called on each XML object. The result for each XML
object is put on a separate line if XML.prettyPrinting is true.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.toXMLString()

...

classlastDetailRow

...

idvalueOf
Table Row (tr)
idname
Table Cell (td)
valueOf
Table Row (tr)
idsig
Table Cell (td)
Span
stylemargin-right: 5px;
XMLList
Span
stylefont-weight: bold;
valueOf
Span
()
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Simply returns the XMLList object it is called on.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
XMLList
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript
xmlList.valueOf()

...

classlastDetailRow

...

2Methods Detailsattributename

attribute(attributeName)

dessIndent
It calls the method attribute of each object in this XMLList and returns the results in order 
in an XMLList.
prs

Parameters

sIndentattributeName ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
attributesname

attributes()

dessIndent
Calls the method attributes of each object in this XMLList and returns an XMLList with 
the results in order.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
childname

child(propertyName)

dessIndent
Calls the method child of each XML object in this XMLList object to return an XMLList 
with the matching children in order.
prs

Parameters

sIndentpropertyName ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
childrenname

children()

dessIndent
Returns an XMLList with the children of all XML objects in this XMLList.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
commentsname

comments()

dessIndent
Returns an XMLList with all the comment child nodes of XML objects in this XMLList in order.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
containsname

contains(value)

dessIndent
Returns true if there is (at least) one XML object in the list that compares equal to the value
prs

Parameters

sIndentvalue ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
copyname

copy()

dessIndent
Returns a deep copy of the XMLList it is called on.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
descendantsname

descendants()

dessIndent
Returns an XMLList with all of the matching descendants of all XML objects.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
descendantsname

descendants(name)

dessIndent
Returns an XMLList with all of the matching descendants of all XML objects.
prs

Parameters

sIndentname ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
elementsname

elements(name)

dessIndent
Returns an XMLList with the matching element children of all XML objects in this XMLList.
prs

Parameters

sIndentname ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
hasComplexContentname

hasComplexContent()

dessIndent
Returns true if the XMLList contains exactly one XML object which has complex content or if 
the XMLList contains several XML objects.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
hasOwnPropertyname

hasOwnProperty(propertyName)

dessIndent
Returns true if the XMLList object has a property of that name and false otherwise.
prs

Parameters

sIndentpropertyName ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
hasSimpleContentname

hasSimpleContent()

dessIndent
Returns true if the XMLList is empty or contains exactly one XML object which has simple 
content or contains no elements at all.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
lengthname

length()

dessIndent
Returns the number of XML objects this XMLList contains.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
normalizename

normalize()

dessIndent
Returns the XMLList object it is called on after joining adjacent text nodes 
and removing empty text nodes.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
parentname

parent()

dessIndent
Returns the common parent of all XML objects in this XMLList if all those objects 
have the same parent.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
processingInstructionsname

processingInstructions()

dessIndent
Returns an XMLList with all the matching processing instruction child nodes of all 
XML objects in this XMLList.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
processingInstructionsname

processingInstructions(name)

dessIndent
Returns an XMLList with all the matching processing instruction child nodes of all 
XML objects in this XMLList.
prs

Parameters

sIndentname ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
propertyIsEnumerablename

propertyIsEnumerable(propertyName)

dessIndent
Returns true if the property name converted to a number is greater than or equal to 
0 and less than the length of this XMLList.
prs

Parameters

sIndentpropertyName ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
textname

text()

dessIndent
Returns an XMLList containing all the text child nodes of all the XML objects contained in this XMLList.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
toStringname

toString()

dessIndent
Returns a string representation of the XMLList
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
toXMLStringname

toXMLString()

dessIndent
Returns the concatenation of toXMLString called on each XML object. The result for each XML 
object is put on a separate line if XML.prettyPrinting is true.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
valueOfname

valueOf()

dessIndent
Simply returns the XMLList object it is called on.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow