The specified nodes.
Whether or not the specified nodes are all of type XmlCharRef, XmlEntityRef, or XmlCharData.
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 right angle brackets (>) with the appropriate XML character reference when part of the string "]]>".
The string to escape.
A copy of the specified string with right angle brackets escaped when part of the string "]]>".
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.
Returns true if the specified nodes are all of type XmlCharRef, XmlEntityRef, or XmlCharData.
Whether or not the specified nodes are all of type XmlCharRef, XmlEntityRef, or XmlCharData.
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.
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.
Generated using TypeDoc
Returns true if the specified nodes are all of type XmlCharRef, XmlEntityRef, or XmlCharData.