| Package | mx.utils |
| Class | public class XMLUtil |
| Inheritance | XMLUtil Object |
XMLUtil.qnamesEqual() method.
| Method | Defined by | ||
|---|---|---|---|
|
[static]
Creates XML out of the specified string, ignoring whitespace.
| XMLUtil | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
|
[static]
Returns
true if the two QName parameters have identical
uri and localName properties. | XMLUtil | ||
|
[static]
Returns the concatenation of a Qname object's
uri and localName properties,
separated by a colon. | XMLUtil | ||
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| createXMLDocument | () | method |
public static function createXMLDocument(str:String):XMLDocument
Creates XML out of the specified string, ignoring whitespace.
This method is used to create objects defined in
<mx:XML> tags and WebService requests,
although they, in turn, get the firstChild
of the structure.
str:String — XML string.
|
XMLDocument —
New XML object that ignored whitespace.
|
| qnamesEqual | () | method |
public static function qnamesEqual(qname1:QName, qname2:QName):Boolean
Returns true if the two QName parameters have identical
uri and localName properties.
qname1:QName — First QName object.
|
|
qname2:QName — Second QName object.
|
Boolean —
true if the two QName parameters have identical
uri and localName properties.
|
| qnameToString | () | method |
public static function qnameToString(qname:QName):String
Returns the concatenation of a Qname object's
uri and localName properties,
separated by a colon.
If the object does not have a uri property,
or the value of uri is the empty string,
returns the localName property.
qname:QName — QName object.
|
String —
Concatenation of a Qname object's
uri and localName properties,
separated by a colon.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flex/2/langref/mx/utils/XMLUtil.html