The specified nodes.
Whether or not the specified nodes are all of type XmlCharRef, XmlEntityRef, or XmlText.
Appends the XML string representation of a public or system identifier to an existing string.
"SYSTEM", "PUBLIC", or ""
The value of the identifier.
The string to which the string representation should be appended.
Formatting options for the string representation.
The updated string.
Creates a new XML document.
The name of the root element of the document.
The new XML document.
Replaces ampersands (&) with the appropriate XML character reference.
The string to escape.
A copy of the specified string with ampersands escaped.
Replaces double quotes (") with the appropriate XML character reference.
The string to escape.
A copy of the specified string with double quotes escaped.
Replaces left angle brackets (<) with the appropriate XML character reference.
The string to escape.
A copy of the specified string with left angle brackets escaped.
Replaces single quotes (") with the appropriate XML character reference.
The string to escape.
A copy of the specified string with single quotes escaped.
Retrieve the Unicode code point at the specified index in the specified string.
The string from which to retrieve the Unicode code point.
The specified index.
The Unicode code point at the specified position.
Determines whether a number is an integer.
The number to check.
Whether or not the number is an integer.
Returns true if the specified value are of any of the specified types, as determined by the Object.prototype.toString.call function.
The specified value.
The specified types.
Whether or not the specified value are of any of the specified types.
Returns true if the specified nodes are all of type XmlCharRef, XmlEntityRef, or XmlText.
Whether or not the specified nodes are all of type XmlCharRef, XmlEntityRef, or XmlText.
Verifies that the specified string only contains characters permitted by the XML specification.
The string to validate.
Whether the specified string only contains characters permitted by the XML specification.
Validates an XML declaration options object and replaces undefined values with their appropriate defaults.
The XML declaration options object to validate.
The updated XML declaration options object.
Verifies that the specified string only contains characters permitted by the XML specification for names.
The string to validate.
Whether the specified string only contains characters permitted by the XML specification for names.
Verifies that the specified string only contains a single character, and that this character is permitted by the XML specification.
The string to validate.
Whether the specified string only contains a single character, and that this character is permitted by the XML specification.
Validates a string options object and replaces undefined values with their appropriate defaults.
The string options object to validate.
The updated string options object.
Generated using TypeDoc
Returns true if the specified nodes are all of type XmlCharRef, XmlEntityRef, or XmlText.