ErrNamespaceURI:string = 'The namespace URI value is not valid or the' +' target document did not have this declaration.'
Static ErrNoMatch
ErrNoMatch:string = "No match found."
Static ErrNodeTypeMismatch
ErrNodeTypeMismatch:string = "Type of the given node should match the target"
Static ErrNodeTypeText
ErrNodeTypeText:string = "This is expected to be a text node"
Static ErrPrefix
ErrPrefix:string = 'The namespace URI for the given prefix could not be' +' located or resolved.'
Static ErrPrefixUsed
ErrPrefixUsed:string = "The given prefix is being used."
Static ErrProlog
ErrProlog:string = "Patch failure related to XML prolog nodes."
Static ErrRoot
ErrRoot:string = 'The root element of the document cannot be removed or' +' another sibling element for the document root' +' element cannot be added.'
Static ErrSelEmpty
ErrSelEmpty:string = "`sel` must be provided and not empty."
Static ErrSelMissing
ErrSelMissing:string = "Missing `sel` attribute."
Static ErrType
ErrType:string = "Invalid type."
Static ErrWsAfter
ErrWsAfter:string = "No whitespace node found after target"
Static ErrWsAttribute
ErrWsAttribute:string = "`ws` is not allowed in attribute operation."
Static ErrWsBefore
ErrWsBefore:string = "No whitespace node found before target"
Static ErrWsTextNode
ErrWsTextNode:string = "`ws` is not allowed in text node operation."
XML patch exception base class