Child pages
  • XMLList

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1384958006482
Div
styledisplay:none

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'

Div
iddescription



HTML Table
id
classservoy sSummary
Colgroup Tag
Col
width80px
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
attribute(attributeName)
It calls the method attribute of each object in this XMLList and returns the results in order
in an XMLList.
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
attributes()
Calls the method attributes of each object in this XMLList and returns an XMLList with
the results in order.
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
child(propertyName)
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)
Table Cell (td)
XMLList
Table Cell (td)
children()
Returns an XMLList with the children of all XML objects in this XMLList.
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
comments()
Returns an XMLList with all the comment child nodes of XML objects in this XMLList in order.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
contains(value)
Returns true if there is (at least) one XML object in the list that compares equal to the value
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
copy()
Returns a deep copy of the XMLList it is called on.
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
descendants()
Returns an XMLList with all of the matching descendants of all XML objects.
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
descendants(name)
Returns an XMLList with all of the matching descendants of all XML objects.
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
elements(name)
Returns an XMLList with the matching element children of all XML objects in this XMLList.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
hasComplexContent()
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)
Table Cell (td)
Boolean
Table Cell (td)
hasOwnProperty(propertyName)
Returns true if the XMLList object has a property of that name and false otherwise.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
hasSimpleContent()
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)
Table Cell (td)
Number
Table Cell (td)
length()
Returns the number of XML objects this XMLList contains.
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
normalize()
Returns the XMLList object it is called on after joining adjacent text nodes
and removing empty text nodes.
Table Row (tr)
Table Cell (td)
XML
Table Cell (td)
parent()
Returns the common parent of all XML objects in this XMLList if all those objects
have the same parent.
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
processingInstructions()
Returns an XMLList with all the matching processing instruction child nodes of all
XML objects in this XMLList.
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
processingInstructions(name)
Returns an XMLList with all the matching processing instruction child nodes of all
XML objects in this XMLList.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
propertyIsEnumerable(propertyName)
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)
Table Cell (td)
XMLList
Table Cell (td)
text()
Returns an XMLList containing all the text child nodes of all the XML objects contained in this XMLList.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
toString()
Returns a string representation of the XMLList
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
toXMLString()
Returns the concatenation of toXMLString called on each XML object.
Table Row (tr)
Table Cell (td)
XMLList
Table Cell (td)
valueOf()
Simply returns the XMLList object it is called on.

...