This reference describes the JavaScript™ language elements, Application Programming Interfaces (APIs), and other artifacts that you need to create scripts, plus the XPages simple actions.
Represents a document in XML Document Object Model format.
Represents utility methods.
The JavaScript™ language elements are based on the ECMAScript Language Specification Standard ECMA-262 (see http://www.ecma-international.org/publications/standards/Ecma-262.htm). The JavaScript described here applies to the server-side interpreter. Client-side scripts are interpreted by the browser.
A simple action performs a pre-programmed activity that can be modified by arguments.
Global objects provide entry points to server-side scripts. Entering the name of a global object instantiates it.
Represents an attribute of an element.
Represents a CDATA section.
CDATA
Provides methods for accessing character data.
Represents a comment.
Represents the root of a document.
Represents a lightweight (or minimal) document.
Represents a definition of a document.
Represents an element in a document.
Represents an entity, parsed or not, in a document.
Represents a reference to an entity.
Provides methods for operations independent of an instance of the document object model.
Represent a collection of nodes.
Represents a node in the Document Object Model.
Represents an ordered collection of nodes.
Represents a notation in the document definition.
Represents processor-specific information in the text of the document.
Represents the content (character data) of an element or attribute.
Creates a document.
Represents a namespace context.
Manipulates a namespace context.
This library provides access to the IBM® Domino® back-end.
The Runtime library contains classes that provide useful methods for globalization.
The Standard library contains classes for manipulating data of different types and performing common operations.
The XSP library contains classes that access the browser context.