Uses of Class
org.fife.rsta.ac.js.ecma.api.e4x.E4XXML
Packages that use E4XXML
-
Uses of E4XXML in org.fife.rsta.ac.js.ecma.api.e4x
Fields in org.fife.rsta.ac.js.ecma.api.e4x declared as E4XXML -
Uses of E4XXML in org.fife.rsta.ac.js.ecma.api.e4x.functions
Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions that return E4XXMLModifier and TypeMethodDescriptionE4XXMLFunctions.appendChild(E4XXML xml) function appendChild(xml) appends the given child to the end of this XML object's properties and returns this XML object.E4XXMLFunctions.insertChildAfter(E4XXML child1, E4XXML child2) function insertChildAfter( child1 , child2) inserts the given child2 after the given child1 in this XML object and returns this XML object.E4XXMLFunctions.insertChildBefore(E4XXML child1, E4XXML child2) function insertChildBefore( child1 , child2) inserts the given child2 before the given child1 in this XML object and returns this XML object.E4XXMLFunctions.normalize()function normalize() puts all text nodes in this and all descendant XML objects into a normal form by merging adjacent text nodes and eliminating empty text nodes.E4XXMLFunctions.parent()function parent() returns the parent of this XML object.E4XXMLListFunctions.parent()function parent() If all items in this XMLList object have the same parent, it is returned.E4XXMLFunctions.prependChild(E4XXML value) function prependChild(value) adds a new child to an element, prior to all other children.E4XXMLFunctions.removeNamespace(E4XNamespace namespace) function removeNamespace(namespace) removes a namespace from the in-scope namespaces of the element.function replace(propertyName, value) replaces the XML properties of this XML object specified by propertyName with value and returns this XML object.function replace(propertyName, value) replaces the XML properties of this XML object specified by propertyName with value and returns this XML object.E4XXMLFunctions.setChildren(E4XXML value) function setChildren(value) replaces the XML properties of this XML object with a new set of XML properties from value.E4XXMLFunctions.setChildren(E4XXMLList value) function setChildren(value) replaces the XML properties of this XML object with a new set of XML properties from value.Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions with parameters of type E4XXMLModifier and TypeMethodDescriptionE4XXMLFunctions.appendChild(E4XXML xml) function appendChild(xml) appends the given child to the end of this XML object's properties and returns this XML object.function contains(value) returns the result of comparing this XML object with the given value.function contains(value) returns a boolean value indicating whether this XMLList object contains an XML object that compares equal to the given value.E4XXMLFunctions.insertChildAfter(E4XXML child1, E4XXML child2) function insertChildAfter( child1 , child2) inserts the given child2 after the given child1 in this XML object and returns this XML object.E4XXMLFunctions.insertChildBefore(E4XXML child1, E4XXML child2) function insertChildBefore( child1 , child2) inserts the given child2 before the given child1 in this XML object and returns this XML object.E4XXMLFunctions.prependChild(E4XXML value) function prependChild(value) adds a new child to an element, prior to all other children.E4XXMLFunctions.setChildren(E4XXML value) function setChildren(value) replaces the XML properties of this XML object with a new set of XML properties from value.