Creates an XML document appropriate for the current JS runtime
Arguments:
Returns: Document
The new document.
|
code » | |||
Creates an instance of the MSXML2.DOMDocument.
Returns: Document
The new document.
|
code » | |||
Creates an XML document from a string
|
code » | |||
Selects multiple nodes using an Xpath expression and a root node
|
code » | |||
Selects a single node using an Xpath expression and a root node
|
code » | |||
Serializes an XML document or subtree to string.
|
code » | |||
![]()
Sets multiple attributes on an element. Differs from goog.dom.setProperties
in that it exclusively uses the element's setAttributes method. Use this
when you need to ensure that the exact property is available as an attribute
and can be read later by the native getAttribute method.
|
code » |