Uses of Class
org.fife.rsta.ac.js.ecma.api.e4x.E4XNamespace
-
Packages that use E4XNamespace Package Description org.fife.rsta.ac.js.ecma.api.e4x org.fife.rsta.ac.js.ecma.api.e4x.functions -
-
Uses of E4XNamespace in org.fife.rsta.ac.js.ecma.api.e4x
Fields in org.fife.rsta.ac.js.ecma.api.e4x declared as E4XNamespace Modifier and Type Field Description E4XNamespaceE4XNamespace. protypeproperty prototypeConstructors in org.fife.rsta.ac.js.ecma.api.e4x with parameters of type E4XNamespace Constructor Description E4XQName(E4XNamespace namespace, JSString name)Object QName(namespace, name) -
Uses of E4XNamespace in org.fife.rsta.ac.js.ecma.api.e4x.functions
Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions that return E4XNamespace Modifier and Type Method Description E4XNamespaceE4XXMLFunctions. namespace(JSString prefix)function namespace(prefix) returns the namespace associated with this object.Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions with parameters of type E4XNamespace Modifier and Type Method Description voidE4XXMLFunctions. addNamespace(E4XNamespace namespace)function addNamespace(namespace) adds a namespace declaration to the in scope namespaces for this XML object and returns this XML object.E4XXMLE4XXMLFunctions. removeNamespace(E4XNamespace namespace)function removeNamespace(namespace) removes a namespace from the in-scope namespaces of the element.voidE4XXMLFunctions. setNamespace(E4XNamespace namespace)function setNamespace(namespace) sets the namespace of the XML object to the requested value.
-