Uses of Class
org.fife.rsta.ac.js.ecma.api.e4x.E4XQName
-
Packages that use E4XQName Package Description org.fife.rsta.ac.js.ecma.api.e4x org.fife.rsta.ac.js.ecma.api.e4x.functions -
-
Uses of E4XQName in org.fife.rsta.ac.js.ecma.api.e4x
Fields in org.fife.rsta.ac.js.ecma.api.e4x declared as E4XQName Modifier and Type Field Description E4XQNameE4XQName. protypeproperty prototype -
Uses of E4XQName in org.fife.rsta.ac.js.ecma.api.e4x.functions
Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions that return E4XQName Modifier and Type Method Description E4XQNameE4XXMLFunctions. name()function name() returns qualified name for the XML object.Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions with parameters of type E4XQName Modifier and Type Method Description voidE4XXMLFunctions. setName(E4XQName name)function setName(name) sets the name of the XML object to the requested value (possibly qualified).
-