| ||||||
SummaryThis reference guide describes the DOM API for Sablotron Extension functions in JavaScript. Sablotron supports an extension element funct:script element (where funct prefix is bound to the 'http://www.exslt.org/functions' namespace URI) with language="ecmascript" or language="javascript". | ||||||
DescriptionThe API implementation follows the ECMAScript/DOM2 Language Binding defined in DOM Level2, Appendix E.However, there are few exceptions from the specifications: * The DOM model is read only As the model is read-only and because of distinctions in the DOM and the XPath models, some objects can't be ever instantiated. Those objects (DocumentFragment, Text, Comment, CDATASection, DocumentType, Notation, Entity, EntityReference, ProcessingInstruction) are not supported.
See
Type | ||||||
See Also
|