Jump to main content
HCL Logo Product Documentation
Customer Support HCLSoftware U Community Forums Customer Idea Portal
IBM Domino Designer
  • IBM® Domino® Designer 10.0.1 documentation
  • What's new in IBM® Domino® Designer 10?
  • IBM Domino Designer Basic User Guide and Reference
  • IBM Domino Designer XPages User Guide
  • JavaScript and XPages reference
  1. Home
  2. JavaScript and XPages reference

    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.

  3. DOM (JavaScript)

    Represents a document in XML Document Object Model format.

  4. DOMDocument (JavaScript)

    Represents the root of a document.

  5. createEntityReference (DOMDocument - JavaScript)

    Creates a DOMEntityReference object.

 Go to Feedback
  • JavaScript and XPages reference

    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.

    • JavaScript™ language elements (JavaScript)

      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.

    • Simple actions (JavaScript)

      A simple action performs a pre-programmed activity that can be modified by arguments.

    • Global objects and functions (JavaScript™)

      Global objects provide entry points to server-side scripts. Entering the name of a global object instantiates it.

    • DOM (JavaScript)

      Represents a document in XML Document Object Model format.

      • DOMAttr (JavaScript)

        Represents an attribute of an element.

      • DOMCDATASection (JavaScript)

        Represents a CDATA section.

      • DOMCharacterData (JavaScript)

        Provides methods for accessing character data.

      • DOMComment (JavaScript)

        Represents a comment.

      • DOMDocument (JavaScript)

        Represents the root of a document.

        • createAttribute (DOMDocument - JavaScript)

          Creates an attribute.

        • createAttributeNS (DOMDocument - JavaScript)

          Creates an attribute of the given name, or qualified name and namespace URI.

        • createCDATASection (DOMDocument - JavaScript)

          Creates a CDATA section node.

        • createComment (DOMDocument - JavaScript)

          Creates a comment node.

        • createDocumentFragment (DOMDocument - JavaScript)

          Creates an empty DOMDocumentFragment object.

        • createElement (DOMDocument - JavaScript)

          Creates an element of the type specified, or of the given qualified name and namespace URI.

        • createEntityReference (DOMDocument - JavaScript)

          Creates a DOMEntityReference object.

        • createProcessingInstruction (DOMDocument - JavaScript)

          Creates a processing instruction node.

        • createTextNode (DOMDocument - JavaScript)

          Creates a text node.

        • getBooleanValue (DOMDocument - JavaScript)

          Gets the boolean value of the first data element that matches an XPath.

        • getBooleanValues (DOMDocument - JavaScript)

          Gets the boolean values of the data elements that match an XPath.

        • getDateValue (DOMDocument - JavaScript)

          Gets the date and time value of the first data element that matches an XPath.

        • getDateValues (DOMDocument - JavaScript)

          Gets the date and time values of the data elements that match an XPath.

        • getDoctype (DOMDocument - JavaScript)

          Gets the document type declaration (see DOMDocumentType) associated with this document.

        • getDocumentElement (DOMDocument - JavaScript)

          Gets the first child element of the document.

        • getDoubleValue (DOMDocument - JavaScript)

          Gets the double value of the first data element that matches an XPath.

        • getDoubleValues (DOMDocument - JavaScript)

          Gets the double values of the data elements that match an XPath.

        • getElementById (DOMDocument - JavaScript)

          Gets the element whose ID is given by the element ID.

        • getElementsByTagName (DOMDocument - JavaScript)

          Gets a node list of all the elements with a given tag name in the order in which they are encountered in a traversal of the Document tree.

        • getElementsByTagNameNS (DOMDocument - JavaScript)

          Gets a node list of all the elements with a given local name and namespace URI in the order in which they are encountered in a traversal of the Document tree

        • getImplementation (DOMDocument - JavaScript)

          The DOMImplementation object that handles this document.

        • getIntValue (DOMDocument - JavaScript)

          Gets the integer value of the first data element that matches an XPath.

        • getIntValues (DOMDocument - JavaScript)

          Gets the integer values of the data elements that match an XPath.

        • getStringValue (DOMDocument - JavaScript)

          Gets the string value of the first data element that matches an XPath.

        • getStringValues (DOMDocument - JavaScript)

          Gets the string values of the data elements that match an XPath.

        • getXMLString (DOMDocument - JavaScript)

          Gets the XML represented by the Document Object Model.

        • importNode (DOMDocument - JavaScript)

          Imports a node from another document to this document.

        • nodes (DOMDocument - JavaScript)

          Gets all elements and attributes that match an XPath, or gets all elements and attributes that match an XPath using a namespace.

        • popXPathContext (DOMDocument - JavaScript)

          Pops the XPath context one level.

        • pushXPathContext (DOMDocument - JavaScript)

          Pushes the XPath context one level.

        • setBooleanValue (DOMDocument - JavaScript)

          Sets the boolean value of an element.

        • setDateValue (DOMDocument - JavaScript)

          Sets the date and time value of an element.

        • setDoubleValue (DOMDocument - JavaScript)

          Sets the double value of an element.

        • setIntValue (DOMDocument - JavaScript)

          Sets the integer value of an element.

        • setSelectionNamespaces (DOMDocument - JavaScript)

          Sets namespaces for use in XPath specifications.

        • setStringValue (DOMDocument - JavaScript)

          Sets the string value of an element.

        • setValue (DOMDocument - JavaScript)

          Sets the value of an element, or sets the value of an element using a namespace.

        • setXMLString (DOMDocument - JavaScript)

          Sets the document from a string.

        • value (DOMDocument - JavaScript)

          Gets the value of an element, or gets the value of an element using a namespace.

        • values (DOMDocument - JavaScript)

          Gets the values of an element, or gets the values of an element using a namespace.

      • DOMDocumentFragment (JavaScript)

        Represents a lightweight (or minimal) document.

      • DOMDocumentType (JavaScript)

        Represents a definition of a document.

      • DOMElement (JavaScript)

        Represents an element in a document.

      • DOMEntity (JavaScript)

        Represents an entity, parsed or not, in a document.

      • DOMEntityReference (JavaScript)

        Represents a reference to an entity.

      • DOMException (JavaScript)
      • DOMImplementation (JavaScript)

        Provides methods for operations independent of an instance of the document object model.

      • DOMNamedNodeMap (JavaScript)

        Represent a collection of nodes.

      • DOMNode (JavaScript)

        Represents a node in the Document Object Model.

      • DOMNodeList (JavaScript)

        Represents an ordered collection of nodes.

      • DOMNotation (JavaScript)

        Represents a notation in the document definition.

      • DOMProcessingInstruction (JavaScript)

        Represents processor-specific information in the text of the document.

      • DOMText (JavaScript)

        Represents the content (character data) of an element or attribute.

      • DOMUtil (JavaScript)

        Represents utility methods.

      • NamespaceContext (JavaScript)

        Represents a namespace context.

      • NamespaceContextImpl (JavaScript)

        Manipulates a namespace context.

    • Domino®

      This library provides access to the IBM® Domino® back-end.

    • Runtime (JavaScript)

      The Runtime library contains classes that provide useful methods for globalization.

    • Standard (JavaScript)

      The Standard library contains classes for manipulating data of different types and performing common operations.

    • XSP (JavaScript™)

      The XSP library contains classes that access the browser context.

createEntityReference (DOMDocument - JavaScript)

Creates a DOMEntityReference object.

Defined in

DOMDocument

Syntax

createEntityReference(name:string) : DOMEntityReference
  • Share: Email
  • Twitter
  • Disclaimer
  • Privacy
  • Terms of use
  • Cookie Preferences