Specifications
Text content
Returns the text content of this node.
getValue( ) : String
Comment class
A Comment object represents an XML comment node.
Comment inherits from the Node class, so all functions defined for Node can be used with
Comment.
Comment content
Returns the content of the comment represented by this node, that
is, all the characters that appear between the '<!--' and '-->'.
getValue( ) : String
Attr class
An Attr object represents an attribute of an XML element.
Attr inherits from the Node class, so all functions defined for Node can be used with Attr.
Name
Returns the qualified attribute name, that is, including the
namespace prefix if there is one.
getQualifiedName( ) : String
Returns the attribute name without the namespace prefix.
getBaseName( ) : String
Returns the namespace prefix or the empty string if there is
none.
getPrefix( ) : String
Returns the namespace URI corresponding to namespace prefix
or the namespace URI for the element owning this attribute
getNamespaceURI( ) : String
if there is no prefix or the empty string if there is no prefix
and no element namespace.
Value
Returns the value of this attribute.
getValue( ) : String
List classes: NodeList, AttrList
Due to implementation limitations Switch is unable to return an array of Node and Attr instances.
Instead, it returns a helper object of the corresponding list class, that is, NodeList and AttrList,
respectively.
These helper classes offer the following functions to access the items in the list.
Returns the number of items in the list (may be zero).
getCount( ) : Number
431
Enfocus Switch 10