Uses of Class
org.fife.rsta.ac.js.ecma.api.ecma3.JSString
-
-
Uses of JSString in org.fife.rsta.ac.js.ecma.api.client
Fields in org.fife.rsta.ac.js.ecma.api.client declared as JSString Modifier and Type Field Description JSStringNavigator. appCodeNameProperty appCodeNameJSStringNavigator. appNameProperty appNameJSStringNavigator. appVersionProperty appVersionJSStringWindow. defaultStatusProperty defaultStatusJSStringWindow. frameElementProperty frameElementJSStringWindow. fullScreenProperty fullScreenJSStringLocation. hashProperty hashJSStringLocation. hostProperty hostJSStringLocation. hostnameProperty hostnameJSStringLocation. hrefProperty hrefJSStringWindow. nameProperty nameJSStringLocation. pathnameProperty pathnameJSStringNavigator. platformProperty platformJSStringLocation. portProperty portJSStringLocation. protocolProperty protocolJSStringLocation. searchProperty searchJSStringWindow. sessionStorageProperty sessionStorageJSStringWindow. statusProperty statusJSStringNavigator. userAgentProperty userAgent -
Uses of JSString in org.fife.rsta.ac.js.ecma.api.client.funtions
Methods in org.fife.rsta.ac.js.ecma.api.client.funtions that return JSString Modifier and Type Method Description JSStringWindowFunctions. atob(JSString arg)function atob(arg) The atob() method of window object decodes a string of data which has been encoded using base-64 encoding.JSStringWindowFunctions. btoa(JSString arg)function btoa(arg) The btoa() method of window object is used to convert a given string to an encoded data (using base-64 encoding) string.JSStringWindowFunctions. prompt()function prompt(arg1, arg2) Displays a dialog box that prompts the visitor for inputMethods in org.fife.rsta.ac.js.ecma.api.client.funtions with parameters of type JSString Modifier and Type Method Description voidWindowFunctions. alert(JSString arg)function alert() Displays an alert box with a message and an OK buttonvoidLocationFunctions. assign(JSString newURL)function assign(newURL) method loads a new documentJSStringWindowFunctions. atob(JSString arg)function atob(arg) The atob() method of window object decodes a string of data which has been encoded using base-64 encoding.JSStringWindowFunctions. btoa(JSString arg)function btoa(arg) The btoa() method of window object is used to convert a given string to an encoded data (using base-64 encoding) string.JSBooleanWindowFunctions. confirm(JSString arg)function confirm() Displays a dialog box with a message and an OK and a Cancel buttonJS5ObjectWindowFunctions. getComputedStyle(org.w3c.dom.Element arg1, JSString arg2)function getComputedStyle(arg1, arg2)voidHistoryFunctions. go(JSString arg)function go - Loads a specific URL from the history list.WindowWindowFunctions. open(JSString URL, JSString name, JSString specs, JSBoolean replace)function open(URL, name, specs, replace) Opens a new browser windowvoidLocationFunctions. replace(JSString newUrl)function replace(newURL) - method replaces the current document with a new one -
Uses of JSString in org.fife.rsta.ac.js.ecma.api.e4x
Fields in org.fife.rsta.ac.js.ecma.api.e4x declared as JSString Modifier and Type Field Description protected JSStringE4XQName. localNameproperty localName local name part of QNameprotected JSStringE4XNamespace. prefixproperty prefixprotected JSStringE4XNamespace. uriproperty uriprotected JSStringE4XQName. uriproperty uri namespace uri part of QNameConstructors in org.fife.rsta.ac.js.ecma.api.e4x with parameters of type JSString Constructor Description E4XNamespace(JSString uriValue)Object Namespace(uriValue)E4XNamespace(JSString prefixValue, JSString uriValue)Object Namespace(prefixValue, uriValue)E4XQName(E4XNamespace namespace, JSString name)Object QName(namespace, name)E4XQName(JSString name)Object QName(name) -
Uses of JSString in org.fife.rsta.ac.js.ecma.api.e4x.functions
Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions that return JSString Modifier and Type Method Description JSStringE4XXMLFunctions. nodeKind()function nodeKind() return an array of Namespace objects representing the namespace declarations associated with this object.JSStringE4XXMLFunctions. toXMLString()function toXMLString() returns the toXMLString() method returns an XML encoded string representation of this XML object.JSStringE4XXMLListFunctions. toXMLString()function toXMLString() returns the toXMLString() method returns an XML encoded string representation of this XML object.Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions with parameters of type JSString Modifier and Type Method Description E4XXMLListE4XXMLFunctions. attribute(JSString attributeName)function attribute(attributeName) finds list of XML attributes associated with the attribute name.E4XXMLListE4XXMLListFunctions. attribute(JSString attributeName)function attribute(attributeName) calls the attribute method of each XML object in this XMLList object passing attributeName as a parameter and returns an XMLList containing the results in order.E4XXMLListE4XXMLFunctions. child(JSString propertyName)function child(propertyName) finds list of XML object matching a given propertyName.E4XXMLListE4XXMLListFunctions. child(JSString propertyName)function child(propertyName) calls the child() method of each XML object in this XMLList object and returns an XMLList containing the results in order.E4XXMLListE4XXMLFunctions. descendants(JSString name)function descendants(name) returns all the XML valued descendants (children, grandchildren, great-grandchildren, etc.)E4XXMLListE4XXMLListFunctions. descendants(JSString name)function descendants(name) calls the descendants method of each XML object in this XMLList object with the optional parameter name (or the string "*" if name is omitted) and returns an XMLList containing the results concatenated in order.E4XXMLListE4XXMLFunctions. elements(JSString name)function elements(name) returns the child elements.E4XXMLListE4XXMLListFunctions. elements(JSString name)function elements(name) calls the elements method of each XML object in this XMLList object passing the optional parameter name (or "*" if it is omitted) and returns an XMList containing the results in order.JSBooleanE4XGlobalFunctions. isXMLName(JSString name)function isXMLName(name) determines whether name is a valid XML name.E4XNamespaceE4XXMLFunctions. namespace(JSString prefix)function namespace(prefix) returns the namespace associated with this object.E4XXMLListE4XXMLFunctions. processingInstructions(JSString name)function processingInstructions(name) A list of all processing instructions that are children of this element.E4XXMLListE4XXMLListFunctions. processingInstructions(JSString name)function processingInstructions(name) calls the processingInstructions method of each XML object in this XMLList object passing the optional parameter name (or "*" if it is omitted) and returns an XMList containing the results in order.E4XXMLE4XXMLFunctions. replace(JSString propertyName, JSObject value)function replace(propertyName, value) replaces the XML properties of this XML object specified by propertyName with value and returns this XML object.voidE4XXMLFunctions. setLocalName(JSString name)function setLocalName(name) replaces the local name of this XML object with a string constructed from the given name. -
Uses of JSString in org.fife.rsta.ac.js.ecma.api.ecma3
Fields in org.fife.rsta.ac.js.ecma.api.ecma3 declared as JSString Modifier and Type Field Description protected JSStringJSError. messageproperty messageprotected JSStringJSError. nameproperty nameJSStringJSString. prototypeproperty prototypeprotected JSStringJSRegExp. sourceproperty sourceMethods in org.fife.rsta.ac.js.ecma.api.ecma3 that return JSString Modifier and Type Method Description static JSStringJSString. fromCharCode(JSNumber charCode)function fromCharCode(charCode1, ...) create a string from character encodings.Methods in org.fife.rsta.ac.js.ecma.api.ecma3 with parameters of type JSString Modifier and Type Method Description static JSNumberJSDate. parse(JSString string)function parse(string) parse a date/time string.Constructors in org.fife.rsta.ac.js.ecma.api.ecma3 with parameters of type JSString Constructor Description JSDate(JSString datestring)Object Date(datestring)JSError(JSString message)Object Error(message)JSFunction(JSString argument_names, JSString body)Object Function(argument_names..., body)JSRegExp(JSString pattern, JSString attributes)Object RegExp(pattern, attributes)JSString(JSString s)Object String(s) -
Uses of JSString in org.fife.rsta.ac.js.ecma.api.ecma3.functions
Methods in org.fife.rsta.ac.js.ecma.api.ecma3.functions that return JSString Modifier and Type Method Description JSStringJSStringFunctions. charAt(JSNumber position)function charAt(position) get the nth character from a string.JSStringJSStringFunctions. concat(JSString value)function concat(value1, ...) concatenate stringsJSStringJSGlobalFunctions. decodeURI(JSString uri)function decodeURI(uri) unescape characters in a URI.JSStringJSGlobalFunctions. decodeURIComponent(JSString s)function decodeURIComponent(s) unescape characters in a URI component.JSStringJSGlobalFunctions. encodeURI(JSString uri)function encodeURI(uri) escape characters in a URI.JSStringJSGlobalFunctions. encodeURIComponent(JSString s)function encodeURIComponent(s) escape characters in a URI Component.JSStringJSGlobalFunctions. escape(JSString s)function escape(s) encode a string.JSStringJSArrayFunctions. join(java.lang.String separator)function join(separator) converts each element of the array into a string.JSStringJSStringFunctions. match(JSRegExp regexp)function match(regexp) find one or more regular-expression matchesJSStringJSGlobalFunctions. parseFloat(JSString s)function parseFloat(s) convert a string to a number.JSStringJSGlobalFunctions. parseInt(JSString s, JSNumber radix)function parseInt(s, radix) convert a string to an integer.JSStringJSStringFunctions. replace(JSRegExp regexp, JSString replaceValue)function replace(regexp, replaceValue) replace substring(s) matching a regular expression.JSStringJSStringFunctions. slice(JSNumber start, JSNumber end)function slice(start, end) extract a substring.JSStringJSStringFunctions. substring(JSNumber from, JSNumber to)function substring(from, to) return a substring of a string.JSStringJSDateFunctions. toDateString()function toDateString() return the date portion of a Date as a string.JSStringJSNumberFunctions. toExponential(JSNumber fractionDigits)function toExponential(fractionDigits) format a number using exponential notation.JSStringJSNumberFunctions. toFixed(JSNumber fractionDigits)function toFixed(fractionDigits) format a number using fixed-point notation.JSStringJSDateFunctions. toLocaleDateString()function toLocaleDateString() return the date portion of a Date as a locally formatted string.JSStringJSStringFunctions. toLocaleLowerCase()function toLocaleLowerCase() Converts a string to lower case.JSStringJSDateFunctions. toLocaleString()function toLocaleString() convert a Date to a locally formatted string.JSStringJSObjectFunctions. toLocaleString()function toLocaleString() return an object localized string representation.JSStringJSDateFunctions. toLocaleTimeString()function toLocaleTimeString() return the time portion of a date as a locally formatted string.JSStringJSStringFunctions. toLocaleUpperCase()function toLocaleUpperCase() Converts a string to upper case.JSStringJSStringFunctions. toLowerCase()function toLowerCase() Converts a string to lower case.JSStringJSNumberFunctions. toPrecision(JSNumber fractionDigits)function toPrecision(precision) format the significant digits of a number.JSStringJSDateFunctions. toTimeString()function toTimeString() return the time portion of Date as a string.JSStringJSStringFunctions. toUpperCase()function toUpperCase() Converts a string to upper case.JSStringJSDateFunctions. toUTCString()function toUTCString() convert Date to a string (universal time).JSStringJSGlobalFunctions. unescape(JSString s)function unescape(s) decode an escaped string.Methods in org.fife.rsta.ac.js.ecma.api.ecma3.functions with parameters of type JSString Modifier and Type Method Description JSStringJSStringFunctions. concat(JSString value)function concat(value1, ...) concatenate stringsJSStringJSGlobalFunctions. decodeURI(JSString uri)function decodeURI(uri) unescape characters in a URI.JSStringJSGlobalFunctions. decodeURIComponent(JSString s)function decodeURIComponent(s) unescape characters in a URI component.JSStringJSGlobalFunctions. encodeURI(JSString uri)function encodeURI(uri) escape characters in a URI.JSStringJSGlobalFunctions. encodeURIComponent(JSString s)function encodeURIComponent(s) escape characters in a URI Component.JSStringJSGlobalFunctions. escape(JSString s)function escape(s) encode a string.JSObjectJSGlobalFunctions. eval(JSString code)function eval(code) execute JavaScript from a string.JSNumberJSStringFunctions. indexOf(JSString searchString, JSNumber startPosition)function indexOf(searchString, startPosition) search a string.JSNumberJSStringFunctions. lastIndexOf(JSString searchString, JSNumber startPosition)function lastIndexOf(searchString, startPosition) search a string backward.JSNumberJSStringFunctions. localeCompare(JSString otherString)function localeCompare(otherString) compare one string to another, using locale-specific ordering.JSStringJSGlobalFunctions. parseFloat(JSString s)function parseFloat(s) convert a string to a number.JSStringJSGlobalFunctions. parseInt(JSString s, JSNumber radix)function parseInt(s, radix) convert a string to an integer.JSStringJSStringFunctions. replace(JSRegExp regexp, JSString replaceValue)function replace(regexp, replaceValue) replace substring(s) matching a regular expression.JSArrayJSStringFunctions. split(JSString separator, JSNumber limit)function split(separator, limit) break a string into an array of strings.JSStringJSGlobalFunctions. unescape(JSString s)function unescape(s) decode an escaped string. -
Uses of JSString in org.fife.rsta.ac.js.ecma.api.ecma5
Subclasses of JSString in org.fife.rsta.ac.js.ecma.api.ecma5 Modifier and Type Class Description classJS5StringObject StringConstructors in org.fife.rsta.ac.js.ecma.api.ecma5 with parameters of type JSString Constructor Description JS5Date(JSString datestring)Object Date(datestring)JS5Function(JSString argument_names, JSString body)Object Function(argument_names..., body)JS5String(JSString s)Object String(s)
-